Skip to content

Commit

Permalink
update deps (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jun 19, 2024
1 parent 9ac6f0f commit 6fec034
Show file tree
Hide file tree
Showing 2 changed files with 1,596 additions and 1,281 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,39 @@
"update-env": "tsx scripts/update-env.ts"
},
"resolutions": {
"@polkadot/api": "^10.11.2"
"@polkadot/api": "^11.3.1",
"@polkadot/api-derive": "^11.3.1"
},
"dependencies": {
"@acala-network/chopsticks": "^0.10.0",
"@acala-network/chopsticks-testing": "^0.10.0",
"@acala-network/chopsticks": "^0.12.2",
"@acala-network/chopsticks-testing": "^0.12.2",
"@acala-network/sdk": "^4.1.9-13",
"@acala-network/sdk-core": "^4.1.9-13",
"@polkadot/api": "^10.12.6",
"@polkadot/api": "^11.3.1",
"@polkawallet/bridge": "^0.1.7-4",
"@swc/core": "^1.4.12",
"axios": "^1.6.8",
"@swc/core": "^1.6.1",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"lodash": "^4.17.21",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unplugin-swc": "^1.4.5",
"vitest": "^1.4.0"
"vitest": "^1.6.0"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.5",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/ui": "^1.4.0",
"@vitest/ui": "^1.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"tsx": "^4.7.2"
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"tsx": "^4.15.6"
},
"prettier": {
"tabWidth": 2,
Expand Down
Loading

0 comments on commit 6fec034

Please sign in to comment.