Skip to content

Commit

Permalink
Update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Aug 30, 2024
1 parent d221b84 commit 992c1ca
Show file tree
Hide file tree
Showing 5 changed files with 2,566 additions and 2,359 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"autoprefixer": "^10.4.15",
"downshift": "^8.1.0",
"dropzone": "^6.0.0-beta.2",
"esbuild": "^0.19.2",
"esbuild": "^0.23.1",
"jquery": "^3.7.0",
"match-sorter": "^6.3.1",
"postcss": "^8.4.31",
Expand All @@ -18,27 +18,27 @@
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"postcss-url": "^10.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react_ujs": "^3.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react_ujs": "^3.2.1",
"underscore": "^1.13.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/dropzone": "^5.7.4",
"@types/jquery": "^3.5.16",
"@types/rails__ujs": "^6.0.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"scripts": {
"lint": "eslint 'app/javascript'",
Expand All @@ -48,5 +48,5 @@
"prettier": "prettier app/javascript app/assets/stylesheets --check",
"prettier:fix": "prettier app/javascript app/assets/stylesheets --write"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@4.4.1"
}
Loading

0 comments on commit 992c1ca

Please sign in to comment.