Skip to content

Commit

Permalink
Bump yarn berry, bump deps (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Dec 18, 2023
1 parent cfa7292 commit 59066e7
Show file tree
Hide file tree
Showing 11 changed files with 5,520 additions and 6,316 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 @@ -38,8 +38,8 @@
"test:one": "EXTENSION_PREFIX='test' polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.77.1",
"@types/node": "^20.9.1",
"@polkadot/dev": "^0.78.1",
"@types/node": "^20.10.5",
"i18next-scanner": "^4.4.0",
"sinon-chrome": "^3.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/chrome": "^0.0.251",
"@types/firefox-webext-browser": "^111.0.4"
"@types/chrome": "^0.0.254",
"@types/firefox-webext-browser": "^111.0.5"
},
"peerDependencies": {
"@polkadot/api": "*",
Expand Down
16 changes: 8 additions & 8 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"type": "module",
"version": "0.46.6",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/api": "^10.11.1",
"@polkadot/extension-base": "0.46.6",
Expand All @@ -39,7 +39,7 @@
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"file-saver": "^2.0.5",
"i18next": "^23.7.6",
"i18next": "^23.7.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.7.1",
Expand All @@ -52,14 +52,14 @@
},
"devDependencies": {
"@polkadot/extension-mocks": "0.46.6",
"@types/enzyme": "^3.10.16",
"@types/enzyme": "^3.10.18",
"@types/enzyme-adapter-react-16": "^1.0.9",
"@types/file-saver": "^2.0.7",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.15",
"@types/react-dom": "^18.2.18",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/sinon-chrome": "^2.2.14",
"@types/sinon-chrome": "^2.2.15",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/dev": "^0.77.1",
"@polkadot/dev": "^0.78.1",
"browser-resolve": "^2.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
Expand Down
Loading

0 comments on commit 59066e7

Please sign in to comment.