Skip to content

Commit

Permalink
update deps (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Dec 12, 2023
1 parent 0f186c4 commit 1caee75
Show file tree
Hide file tree
Showing 10 changed files with 1,014 additions and 912 deletions.
2 changes: 1 addition & 1 deletion executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@swc/cli": "0.1.63",
"@swc/core": "^1.3.99",
"@swc/core": "^1.3.100",
"fflate": "^0.8.1"
},
"files": [
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@
"*.{js,ts,css,md}": "prettier --write"
},
"devDependencies": {
"@swc/core": "^1.3.99",
"@types/node": "^20.9.3",
"@swc/core": "^1.3.100",
"@types/node": "^20.10.4",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"husky": "^8.0.3",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.2.2",
"unplugin-swc": "^1.4.3",
"vite-tsconfig-paths": "^4.2.1",
"vitepress": "^1.0.0-rc.23",
"vitest": "^1.0.0-beta.5",
"typescript": "^5.3.3",
"unplugin-swc": "^1.4.4",
"vite-tsconfig-paths": "^4.2.2",
"vitepress": "^1.0.0-rc.31",
"vitest": "^1.0.4",
"wasm-pack": "^0.12.1"
}
}
10 changes: 5 additions & 5 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"js-yaml": "^4.1.0",
"jsondiffpatch": "^0.5.0",
"lodash": "^4.17.21",
"ws": "^8.14.2",
"ws": "^8.15.0",
"yargs": "^17.7.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@swc/cli": "0.1.63",
"@swc/core": "^1.3.99",
"@swc/core": "^1.3.100",
"@types/global-agent": "^2.1.3",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.3",
"@types/node": "^20.10.4",
"@types/ws": "^8.5.10",
"@types/yargs": "^17.0.32",
"typescript": "^5.2.2",
"vitest": "^1.0.0-beta.5"
"typescript": "^5.3.3",
"vitest": "^1.0.4"
},
"files": [
"dist/esm/**",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"comlink": "^4.4.1",
"eventemitter3": "^5.0.1",
"lodash": "^4.17.21",
"lru-cache": "^10.0.3",
"lru-cache": "^10.1.0",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"rxjs": "^7.8.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@swc/cli": "0.1.63",
"@swc/core": "^1.3.99",
"@swc/core": "^1.3.100",
"@types/lodash": "^4.14.202",
"typescript": "^5.2.2",
"vitest": "^1.0.0-beta.5"
"typescript": "^5.3.3",
"vitest": "^1.0.4"
},
"files": [
"dist/esm/**",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"dependencies": {
"@acala-network/chopsticks-core": "workspace:*",
"@polkadot/util": "^12.5.1",
"idb": "^7.1.1",
"idb": "^8.0.0",
"sqlite3": "^5.1.6",
"typeorm": "^0.3.17"
},
"devDependencies": {
"@swc/cli": "0.1.63",
"@swc/core": "^1.3.99",
"typescript": "^5.2.2"
"@swc/core": "^1.3.100",
"typescript": "^5.3.3"
},
"files": [
"dist/esm/**",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@acala-network/chopsticks": "workspace:*",
"@acala-network/chopsticks-testing": "workspace:*",
"@polkadot/api": "^10.10.1",
"typescript": "^5.2.2",
"vitest": "^1.0.0-beta.5"
"typescript": "^5.3.3",
"vitest": "^1.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"devDependencies": {
"@swc/cli": "0.1.63",
"@swc/core": "^1.3.99",
"@swc/core": "^1.3.100",
"@types/chai": "^4.3.11",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"files": [
"dist/esm/**",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@swc/cli": "0.1.63",
"@swc/core": "^1.3.99",
"typescript": "^5.2.2"
"@swc/core": "^1.3.100",
"typescript": "^5.3.3"
},
"files": [
"dist/esm/**",
Expand Down
12 changes: 6 additions & 6 deletions packages/web-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@acala-network/chopsticks-db": "workspace:*",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"@playwright/test": "^1.40.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@vitejs/plugin-react": "^4.2.0",
"@mui/material": "^5.14.20",
"@playwright/test": "^1.40.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"crypto-browserify": "^3.12.0",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stream-browserify": "^3.0.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"peerDependencies": {
"vite": "*",
Expand Down
Loading

0 comments on commit 1caee75

Please sign in to comment.