Skip to content

Commit

Permalink
Bump berry, bump deps (#10104)
Browse files Browse the repository at this point in the history
* Bump berry, bump deps

* Adjust routing types
  • Loading branch information
jacogr authored Dec 18, 2023
1 parent 10b8927 commit 82f6303
Show file tree
Hide file tree
Showing 16 changed files with 6,395 additions and 7,133 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"devDependencies": {
"@crustio/crust-pin": "^1.0.0",
"@pinata/sdk": "^1.2.1",
"@polkadot/dev": "^0.77.1",
"@types/chart.js": "^2.9.40",
"@polkadot/dev": "^0.78.1",
"@types/chart.js": "^2.9.41",
"@types/file-saver": "^2.0.7",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.15",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@types/store": "^2.0.5",
"concurrently": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@polkadot/types": "^10.11.1",
"@polkadot/types-codec": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/wasm-util": "^7.3.1",
"@polkadot/wasm-util": "^7.3.2",
"@polkadot/x-fetch": "^12.6.1",
"@polkadot/x-ws": "^12.6.1",
"@polymeshassociation/polymesh-types": "5.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"electron-updater": "^5.3.0"
},
"devDependencies": {
"@polkadot/dev": "^0.77.1",
"@polkadot/dev": "^0.78.1",
"@types/tmp": "^0.2.6",
"copy-webpack-plugin": "^11.0.0",
"electron": "25.0.1",
"electron-builder": "23.6.0",
"electron-builder-notarize": "^1.5.1",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.5.4",
"tmp": "^0.2.1"
},
"peerDependencies": {
Expand Down
5 changes: 2 additions & 3 deletions packages/apps-routing/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ export interface RouteProps extends AppProps, BareProps {
}

export interface Route {
// FIXME This is weird, we really expect the memo to be there...
Component: React.ComponentType<RouteProps> | React.MemoExoticComponent<any>;
Modal?: React.ComponentType<any> | React.MemoExoticComponent<any>;
Component: React.ComponentType<any>;
Modal?: React.ComponentType<any>;
display: {
isDevelopment?: boolean;
isHidden?: boolean;
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@polkadot/apps-config": "^0.133.2-24-x",
"@polkadot/apps-routing": "^0.133.2-24-x",
"@polkadot/dev": "^0.77.1",
"@polkadot/dev": "^0.78.1",
"@polkadot/react-api": "^0.133.2-24-x",
"@polkadot/react-components": "^0.133.2-24-x",
"@polkadot/react-hooks": "^0.133.2-24-x",
Expand All @@ -32,14 +32,14 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@types/punycode": "^2.1.2",
"@types/punycode": "^2.1.3",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.8.1",
"empty": "^0.10.1",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.5.4",
"https-browserify": "^1.0.0",
"mini-css-extract-plugin": "^2.7.6",
"os-browserify": "^0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"file-saver": "^2.0.5"
},
"devDependencies": {
"@testing-library/react": "^14.1.0",
"testcontainers": "^10.2.2"
"@testing-library/react": "^14.1.2",
"testcontainers": "^10.4.0"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-referenda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "module",
"version": "0.133.2-24-x",
"devDependencies": {
"chart.js": "^4.4.0"
"chart.js": "^4.4.1"
},
"peerDependencies": {
"react": "*",
Expand Down
16 changes: 8 additions & 8 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"type": "module",
"version": "0.133.2-24-x",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/keyring": "^12.6.1",
"@polkadot/react-api": "^0.133.2-24-x",
Expand All @@ -28,11 +28,11 @@
"@polkadot/ui-settings": "^3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"chart.js": "^4.4.0",
"chart.js": "^4.4.1",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-crosshair": "^1.2.0",
"codeflask": "^1.4.1",
"i18next": "^23.7.6",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
"owasp-password-strength-test": "^1.3.0",
"react-beautiful-dnd": "^13.1.1",
Expand All @@ -41,8 +41,8 @@
"react-dropzone": "^14.2.3",
"react-i18next": "^13.5.0",
"react-markdown": "^8.0.7",
"react-router": "^6.19.0",
"react-router-dom": "^6.19.0",
"react-router": "^6.21.0",
"react-router-dom": "^6.21.0",
"react-tooltip": "^4.5.1",
"rehype-raw": "^6.1.1",
"semantic-ui-css": "^2.5.0",
Expand All @@ -55,8 +55,8 @@
"@types/chartjs-plugin-crosshair": "^1.1.4",
"@types/codeflask": "^1.4.6",
"@types/owasp-password-strength-test": "^1.3.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"type": "module",
"version": "0.133.2-24-x",
"dependencies": {
"@testing-library/react": "^14.1.0",
"testcontainers": "^10.2.2"
"@testing-library/react": "^14.1.2",
"testcontainers": "^10.4.0"
},
"devDependencies": {
"@polkadot/types-support": "^10.11.1",
Expand Down
Loading

0 comments on commit 82f6303

Please sign in to comment.