Skip to content

Commit

Permalink
Update deps (#374)
Browse files Browse the repository at this point in the history
* update deps

* add comment

* bump version
  • Loading branch information
xlc committed Aug 21, 2023
1 parent f49e715 commit 0d0ad4e
Show file tree
Hide file tree
Showing 9 changed files with 573 additions and 642 deletions.
6 changes: 3 additions & 3 deletions executor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acala-network/chopsticks-executor",
"description": "Chopsticks executor",
"version": "0.8.0-4",
"version": "0.8.0-5",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -12,10 +12,10 @@
"build": "wasm-pack build --target web --out-dir browser; wasm-pack build --target nodejs --out-dir node; scripts/pack-wasm.js"
},
"dependencies": {
"@polkadot/wasm-util": "^7.2.1"
"@polkadot/wasm-util": "^7.2.2"
},
"devDependencies": {
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"fflate": "^0.8.0"
},
"files": [
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
"*.{js,ts,css,md}": "prettier --write"
},
"devDependencies": {
"@swc/core": "^1.3.76",
"@types/node": "^20.4.9",
"@swc/core": "^1.3.78",
"@types/node": "^20.5.1",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"husky": "^8.0.3",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"unplugin-swc": "^1.3.2",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.1",
"vitest": "^0.34.2",
"wasm-pack": "^0.12.1"
}
}
8 changes: 4 additions & 4 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks",
"version": "0.8.0-4",
"version": "0.8.0-5",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"bin": "./chopsticks.js",
Expand All @@ -23,17 +23,17 @@
"dotenv": "^16.3.1",
"global-agent": "^3.0.0",
"js-yaml": "^4.1.0",
"jsondiffpatch": "^0.4.1",
"jsondiffpatch": "^0.5.0",
"lodash": "^4.17.21",
"ws": "^8.13.0",
"yargs": "^17.7.2",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/global-agent": "^2.1.1",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.9",
"@types/node": "^20.5.1",
"@types/ws": "^8.5.5",
"@types/yargs": "^17.0.24",
"ts-node": "^10.9.1",
Expand Down
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-core",
"version": "0.8.0-4",
"version": "0.8.0-5",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -11,6 +11,7 @@
"dependencies": {
"@acala-network/chopsticks-executor": "workspace:*",
"@polkadot/api": "^10.9.1",
"@polkadot/util-crypto": "^12.3.2",
"axios": "^1.4.0",
"eventemitter3": "^5.0.1",
"localforage": "^1.10.0",
Expand All @@ -20,7 +21,7 @@
"sql.js": "^1.8.0",
"sqlite3": "^5.1.6",
"typeorm": "^0.3.17",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/lodash": "^4.14.197",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"typescript": "^5.1.6",
"vitest": "^0.34.1"
"vitest": "^0.34.2"
}
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-testing",
"version": "0.8.0-4",
"version": "0.8.0-5",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"@acala-network/chopsticks": "workspace:*"
},
"peerDependencies": {
"vitest": "^0.33.0"
"vitest": "^0.34.0"
},
"devDependencies": {
"@types/chai": "^4.3.5",
Expand Down
1 change: 1 addition & 0 deletions packages/testing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"module": "ES2022", // this is required for vitest to work
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"],
Expand Down
2 changes: 1 addition & 1 deletion packages/web-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@acala-network/chopsticks-core": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.37.0",
"@playwright/test": "^1.37.1",
"crypto-browserify": "^3.12.0",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
Expand Down
Loading

0 comments on commit 0d0ad4e

Please sign in to comment.