Skip to content

Commit

Permalink
Bump yarn berry, bump deps (#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Dec 18, 2023
1 parent 9271f7f commit f983b6a
Show file tree
Hide file tree
Showing 10 changed files with 3,676 additions and 4,491 deletions.
Empty file added .yarn/plugins/.keep
Empty file.
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

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

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
compressionLevel: mixed

enableGlobalCache: false

enableImmutableInstalls: false

enableProgressBars: false

logFilters:
# Discard any "cannot be found in cache" messages
- code: YN0013
level: discard

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"test:one": "polkadot-dev-run-test --env node"
},
"devDependencies": {
"@polkadot/dev": "^0.77.1",
"@polkadot/dev": "^0.78.1",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.9.1"
"@types/node": "^20.10.5"
},
"resolutions": {
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@polkadot/x-ws": "^12.6.1",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.3.8",
"nock": "^13.4.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.31"
"@types/yargs": "^17.0.32"
}
}
5,555 changes: 2,774 additions & 2,781 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f983b6a

Please sign in to comment.