Skip to content

Commit

Permalink
🔧 update yarn to yarn 4 (pinned with volta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oculux314 committed Jul 13, 2024
1 parent cb75a90 commit 0ced240
Show file tree
Hide file tree
Showing 11 changed files with 22,992 additions and 16,076 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
"concurrently": "^8.2.2",
"prettier": "3.3.2",
"prettier-plugin-astro": "^0.14.0"
},
"volta": {
"node": "20.15.1",
"yarn": "4.3.1"
}
}
1 change: 1 addition & 0 deletions strapi/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
6 changes: 5 additions & 1 deletion strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
"license": "MIT",
"volta": {
"node": "20.15.1",
"yarn": "4.3.1"
}
}
26,490 changes: 15,529 additions & 10,961 deletions strapi/yarn.lock

Large diffs are not rendered by default.

Binary file added web/.yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions web/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 4 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
},
"volta": {
"node": "20.15.1",
"yarn": "4.3.1"
}
}
11,989 changes: 7,115 additions & 4,874 deletions web/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 0ced240

Please sign in to comment.