Skip to content

Commit

Permalink
Bump yarn berry, bump deps (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Dec 18, 2023
1 parent 0770bed commit 6dfff0d
Show file tree
Hide file tree
Showing 11 changed files with 3,600 additions and 4,408 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 @@ -37,8 +37,8 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.77.2",
"@types/node": "^20.10.4"
"@polkadot/dev": "^0.78.1",
"@types/node": "^20.10.5"
},
"resolutions": {
"typescript": "^5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@ledgerhq/hw-transport": "^6.30.0",
"@ledgerhq/hw-transport-webhid": "^6.28.0",
"@ledgerhq/hw-transport-webusb": "^6.28.0",
"@ledgerhq/hw-transport": "^6.30.1",
"@ledgerhq/hw-transport-webhid": "^6.28.1",
"@ledgerhq/hw-transport-webusb": "^6.28.1",
"@polkadot/util": "12.6.2-0-x",
"tslib": "^2.6.2"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid-singleton": "^6.30.0"
"@ledgerhq/hw-transport-node-hid-singleton": "^6.30.1"
}
}
2 changes: 1 addition & 1 deletion packages/util-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@polkadot/wasm-util": "^7.3.2",
"@polkadot/x-bigint": "12.6.2-0-x",
"@polkadot/x-randomvalues": "12.6.2-0-x",
"@scure/base": "^1.1.4",
"@scure/base": "^1.1.5",
"tslib": "^2.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@polkadot/x-global": "12.6.2-0-x",
"tslib": "^2.6.2",
"ws": "^8.15.0"
"ws": "^8.15.1"
},
"devDependencies": {
"@types/ws": "^8.5.10"
Expand Down
Loading

0 comments on commit 6dfff0d

Please sign in to comment.