Skip to content

Commit

Permalink
chore(deps): update yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent 6e31e2e commit fd51003
Show file tree
Hide file tree
Showing 9 changed files with 1,909 additions and 1,890 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"secrets": "yarn workspace @arlecchino/secrets",
"worker": "yarn workspace @arlecchino/worker"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@bitomic/eslint-config": "^1.3.0",
"@types/node": "^20.8.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rimraf tsconfig.tsbuildinfo dist && tsc",
"lint": "eslint src/ --fix --ext .ts --cache"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@types/node": "^20.8.10",
"eslint": "^8.53.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint src/ --fix --ext .ts --cache",
"generate": "yarn pnpify prisma generate"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@types/node": "^20.8.10",
"@yarnpkg/pnpify": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rimraf tsconfig.tsbuildinfo dist && tsc",
"lint": "eslint src/ --fix --ext .ts --cache"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@types/node": "^20.8.10",
"eslint": "^8.53.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rimraf tsconfig.tsbuildinfo dist && tsc",
"lint": "eslint src/ --fix --ext .ts --cache"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@types/node": "^20.8.10",
"eslint": "^8.53.0",
Expand Down
Loading

0 comments on commit fd51003

Please sign in to comment.