Skip to content

Commit 704aac3

Browse files
committed
feat: update yarn version
1 parent d5e02d0 commit 704aac3

File tree

5 files changed

+13628
-8716
lines changed

5 files changed

+13628
-8716
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'yarn'
2626

2727
- name: Install dependencies
28-
run: yarn install --frozen-lockfile
28+
run: yarn install --immutable
2929

3030
- name: Check linting issues
3131
run: yarn lint

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"@types/recompose": "^0.30.10",
8484
"@typescript-eslint/eslint-plugin": "8.3.0",
8585
"@typescript-eslint/parser": "8.3.0",
86+
"@vitejs/plugin-react": "4.5.2",
8687
"env-cmd": "10.1.0",
8788
"eslint": "^8.57.1",
8889
"eslint-config-airbnb": "^19.0.4",
@@ -111,13 +112,12 @@
111112
"ts-jest": "29.2.5",
112113
"ts-node": "10.9.2",
113114
"typescript": "5.5.4",
115+
"vite": "6.3.5",
114116
"vite-plugin-compression2": "2.0.1",
115117
"vite-plugin-pwa": "^0.21.1",
116-
"vite-tsconfig-paths": "5.0.1",
117-
"vite": "6.3.5",
118118
"vite-plugin-require-transform": "1.0.21",
119119
"vite-plugin-svgr": "^2.4.0",
120-
"@vitejs/plugin-react": "4.5.2"
120+
"vite-tsconfig-paths": "5.0.1"
121121
},
122122
"jest": {
123123
"collectCoverageFrom": [
@@ -138,5 +138,6 @@
138138
"rollup": "^4.22.4",
139139
"path-to-regexp": "^1.9.0",
140140
"cross-spawn": "^7.0.5"
141-
}
141+
},
142+
"packageManager": "[email protected]"
142143
}

0 commit comments

Comments
 (0)