Skip to content

Commit

Permalink
chore(package-manager): enable corepack and migrate to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Apr 17, 2024
1 parent f79b8e0 commit 517f331
Show file tree
Hide file tree
Showing 5 changed files with 10,825 additions and 7,463 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
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
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"engines": {
"node": ">=20.0.0",
"npm": "please-use-yarn",
"yarn": ">=1.22.19"
"yarn": ">=4.1.1"
},
"packageManager": "[email protected]",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
Expand Down Expand Up @@ -85,8 +86,8 @@
"@swc/core": "1.3.102",
"@types/cookie-parser": "1.4.6",
"@types/express": "^4.17.21",
"@types/ms": "0.7.34",
"@types/node": "^20.10.3",
"@types/ms": "^0.7.34",
"@types/node": "20.10.0",
"@types/passport-jwt": "3.0.13",
"@types/passport-spotify": "2.0.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
Expand Down
Loading

0 comments on commit 517f331

Please sign in to comment.