Skip to content

Commit f983b6a

Browse files
authored
Bump yarn berry, bump deps (#5772)
1 parent 9271f7f commit f983b6a

File tree

10 files changed

+3676
-4491
lines changed

10 files changed

+3676
-4491
lines changed

.yarn/plugins/.keep

Whitespace-only changes.

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 363 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 0 additions & 550 deletions
This file was deleted.

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 0 additions & 785 deletions
This file was deleted.

.yarn/releases/yarn-4.0.2.cjs

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

.yarnrc.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
enableImmutableInstalls: false
26

37
enableProgressBars: false
48

59
logFilters:
6-
# Discard any "cannot be found in cache" messages
710
- code: YN0013
811
level: discard
912

1013
nodeLinker: node-modules
1114

12-
plugins:
13-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
14-
spec: "@yarnpkg/plugin-interactive-tools"
15-
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
16-
spec: "@yarnpkg/plugin-version"
17-
18-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
15+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"test:one": "polkadot-dev-run-test --env node"
4141
},
4242
"devDependencies": {
43-
"@polkadot/dev": "^0.77.1",
43+
"@polkadot/dev": "^0.78.1",
4444
"@polkadot/typegen": "workspace:packages/typegen",
45-
"@types/node": "^20.9.1"
45+
"@types/node": "^20.10.5"
4646
},
4747
"resolutions": {
4848
"typescript": "^5.2.2"

packages/rpc-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@polkadot/x-ws": "^12.6.1",
3232
"eventemitter3": "^5.0.1",
3333
"mock-socket": "^9.3.1",
34-
"nock": "^13.3.8",
34+
"nock": "^13.4.0",
3535
"tslib": "^2.6.2"
3636
},
3737
"devDependencies": {

packages/typegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"yargs": "^17.7.2"
4646
},
4747
"devDependencies": {
48-
"@types/yargs": "^17.0.31"
48+
"@types/yargs": "^17.0.32"
4949
}
5050
}

yarn.lock

Lines changed: 2774 additions & 2781 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)