Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps #891

Merged
merged 4 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ npmPublishRegistry: "https://registry.npmjs.org/"

npmRegistryServer: "https://registry.npmjs.org/"

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
8 changes: 4 additions & 4 deletions executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"build": "yarn wasm && ./package.sh"
},
"dependencies": {
"@polkadot/util": "^13.2",
"@polkadot/wasm-util": "^7.4"
"@polkadot/util": "^13.4.3",
"@polkadot/wasm-util": "^7.4.1"
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "^1.10.1",
"@swc/cli": "0.6.0",
"@swc/core": "^1.11.1",
"fflate": "^0.8.2"
},
"files": [
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chopsticks-monorepo",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"private": true,
"type": "module",
"workspaces": [
Expand Down Expand Up @@ -39,20 +39,20 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@swc/core": "^1.10.1",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@swc/core": "^1.11.1",
"@types/node": "^22.13.5",
"@vitest/coverage-v8": "^3.0.7",
"@vitest/ui": "^3.0.7",
"husky": "^9.1.7",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.27.5",
"typedoc-plugin-markdown": "^4.3.3",
"typescript": "^5.7.2",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "^4.4.2",
"typescript": "^5.7.3",
"unplugin-swc": "^1.5.1",
"vite-tsconfig-paths": "^5.1.4",
"vitepress": "^1.5.0",
"vitest": "^2.1.9",
"vitepress": "^1.6.3",
"vitest": "^3.0.7",
"wasm-pack": "^0.13.1"
}
}
34 changes: 17 additions & 17 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,34 @@
"dependencies": {
"@acala-network/chopsticks-core": "workspace:*",
"@acala-network/chopsticks-db": "workspace:*",
"@pnpm/npm-conf": "^2.3.1",
"@polkadot/api": "^15.0",
"@polkadot/api-augment": "^15.0",
"@polkadot/rpc-provider": "^15.0",
"@polkadot/types": "^15.0",
"@polkadot/util": "^13.2",
"@polkadot/util-crypto": "^13.2",
"axios": "^1.7.9",
"@pnpm/npm-conf": "^3.0.0",
"@polkadot/api": "^15.7.1",
"@polkadot/api-augment": "^15.7.1",
"@polkadot/rpc-provider": "^15.7.1",
"@polkadot/types": "^15.7.1",
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"axios": "^1.8.1",
"comlink": "^4.4.2",
"dotenv": "^16.4.7",
"global-agent": "^3.0.0",
"js-yaml": "^4.1.0",
"jsondiffpatch": "^0.5.0",
"lodash": "^4.17.21",
"ws": "^8.18.0",
"ws": "^8.18.1",
"yargs": "^17.7.2",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "^1.10.1",
"@types/global-agent": "^2.1.3",
"@swc/cli": "0.6.0",
"@swc/core": "^1.11.1",
"@types/global-agent": "^3.0.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/ws": "^8.5.13",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.5",
"@types/ws": "^8.5.14",
"@types/yargs": "^17.0.33",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"files": [
"dist/esm/**",
Expand Down
28 changes: 14 additions & 14 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
},
"dependencies": {
"@acala-network/chopsticks-executor": "workspace:*",
"@polkadot/rpc-provider": "^15.0",
"@polkadot/types": "^15.0",
"@polkadot/types-codec": "^15.0",
"@polkadot/types-known": "^15.0",
"@polkadot/util": "^13.2",
"@polkadot/util-crypto": "^13.2",
"@polkadot/rpc-provider": "^15.7.1",
"@polkadot/types": "^15.7.1",
"@polkadot/types-codec": "^15.7.1",
"@polkadot/types-known": "^15.7.1",
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"comlink": "^4.4.2",
"eventemitter3": "^5.0.1",
"lodash": "^4.17.21",
"lru-cache": "^11.0.2",
"pino": "^9.5.0",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"rxjs": "^7.8.1",
"zod": "^3.24.1"
"rxjs": "^7.8.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "^1.10.1",
"@types/lodash": "^4.17.13",
"typescript": "^5.7.2",
"vitest": "^2.1.9"
"@swc/cli": "0.6.0",
"@swc/core": "^1.11.1",
"@types/lodash": "^4.17.15",
"typescript": "^5.7.3",
"vitest": "^3.0.7"
},
"files": [
"dist/esm/**",
Expand Down
10 changes: 5 additions & 5 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"dependencies": {
"@acala-network/chopsticks-core": "workspace:*",
"@polkadot/util": "^13.2",
"idb": "^8.0.1",
"@polkadot/util": "^13.4.3",
"idb": "^8.0.2",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "^1.10.1",
"typescript": "^5.7.2"
"@swc/cli": "0.6.0",
"@swc/core": "^1.11.1",
"typescript": "^5.7.3"
},
"files": [
"dist/esm/**",
Expand Down
14 changes: 7 additions & 7 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"devDependencies": {
"@acala-network/chopsticks": "workspace:*",
"@acala-network/chopsticks-testing": "workspace:*",
"@polkadot-api/observable-client": "^0.7.0",
"@polkadot-api/observable-client": "^0.8.1",
"@polkadot-api/substrate-client": "^0.3.0",
"@polkadot-api/ws-provider": "^0.3.6",
"@polkadot/api": "^15.0",
"polkadot-api": "^1.8.1",
"rxjs": "^7.8.1",
"typescript": "^5.7.2",
"vitest": "^2.1.9"
"@polkadot-api/ws-provider": "^0.4.0",
"@polkadot/api": "^15.7.1",
"polkadot-api": "^1.9.2",
"rxjs": "^7.8.2",
"typescript": "^5.7.3",
"vitest": "^3.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/src/__snapshots__/hrmp.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports[`HRMP > Statemine handles horizonal messages > system events 1`] = `
"success": true,
"weightUsed": {
"proofSize": "(rounded 7200)",
"refTime": "(rounded 320000000)",
"refTime": "(rounded 330000000)",
},
},
"method": "Processed",
Expand Down
10 changes: 5 additions & 5 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"dependencies": {
"@acala-network/chopsticks-utils": "workspace:*",
"@polkadot/api": "^15.0",
"@polkadot/types": "^15.0"
"@polkadot/api": "^15.7.1",
"@polkadot/types": "^15.7.1"
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "^1.10.1",
"typescript": "^5.7.2"
"@swc/cli": "0.6.0",
"@swc/core": "^1.11.1",
"typescript": "^5.7.3"
},
"files": [
"dist/esm/**",
Expand Down
22 changes: 11 additions & 11 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"dependencies": {
"@acala-network/chopsticks": "workspace:*",
"@acala-network/chopsticks-core": "workspace:*",
"@polkadot-labs/hdkd": "^0.0.10",
"@polkadot-labs/hdkd-helpers": "^0.0.10",
"@polkadot/api": "^15.0",
"@polkadot/api-base": "^15.0",
"@polkadot/keyring": "^13.2",
"@polkadot/types": "^15.0",
"@polkadot/util": "^13.2",
"polkadot-api": "^1.8.2"
"@polkadot-labs/hdkd": "^0.0.11",
"@polkadot-labs/hdkd-helpers": "^0.0.11",
"@polkadot/api": "^15.7.1",
"@polkadot/api-base": "^15.7.1",
"@polkadot/keyring": "^13.4.3",
"@polkadot/types": "^15.7.1",
"@polkadot/util": "^13.4.3",
"polkadot-api": "^1.9.2"
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "^1.10.1",
"typescript": "^5.7.2"
"@swc/cli": "0.6.0",
"@swc/core": "^1.11.1",
"typescript": "^5.7.3"
},
"files": [
"dist/esm/**",
Expand Down
8 changes: 4 additions & 4 deletions packages/web-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.2.1",
"@playwright/test": "^1.49.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@playwright/test": "^1.50.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"crypto-browserify": "^3.12.1",
"path-browserify": "^1.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"stream-browserify": "^3.0.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"vite": "*",
Expand Down
Loading
Loading