Skip to content

Commit

Permalink
try to update all deps except ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Oct 21, 2024
1 parent 641334d commit 49e88b0
Show file tree
Hide file tree
Showing 8 changed files with 939 additions and 1,005 deletions.
2 changes: 1 addition & 1 deletion examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@moonbeam-network/xcm-utils": "2.2.0"
},
"devDependencies": {
"bun": "^1.1.25"
"bun": "^1.1.31"
}
}
1,872 changes: 903 additions & 969 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"packages/*",
"examples/*"
],
"packageManager": "npm@10.8.2",
"packageManager": "npm@10.9.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
Expand All @@ -37,20 +37,20 @@
"changeset:publish": "npm run build && changeset publish"
},
"dependencies": {
"@polkadot/api": "^12.4.2",
"@polkadot/api-augment": "^12.4.2",
"@polkadot/apps-config": "^0.143.2",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2"
"@polkadot/api": "^14.1.1",
"@polkadot/api-augment": "^14.1.1",
"@polkadot/apps-config": "^0.145.1",
"@polkadot/types": "^14.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.9",
"@slack/webhook": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"bun": "^1.1.25",
"bun": "^1.1.31",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -60,16 +60,16 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-prettier": "^5.2.1",
"ethers": "^6.13.2",
"ethers": "^6.13.4",
"glob": "^11.0.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"turbo": "^2.0.14",
"typescript": "^5.5.4",
"viem": "^2.20.0",
"vitest": "^2.0.5"
"tsup": "^8.3.0",
"turbo": "^2.2.2",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"vitest": "^2.1.3"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix --max-warnings=0",
Expand Down
10 changes: 5 additions & 5 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^12.4.2",
"@polkadot/api-augment": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2"
"@polkadot/api": "^14.1.1",
"@polkadot/api-augment": "^14.1.1",
"@polkadot/types": "^14.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@moonbeam-network/xcm-types": "2.5.0"
},
"peerDependencies": {
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2"
"@polkadot/types": "^14.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1"
}
}
12 changes: 6 additions & 6 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^12.4.2",
"@polkadot/api-augment": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"ethers": "^6.13.2",
"viem": "^2.20.0"
"@polkadot/api": "^14.1.1",
"@polkadot/api-augment": "^14.1.1",
"@polkadot/types": "^14.1.1",
"@polkadot/util": "^13.2.1",
"ethers": "^6.13.4",
"viem": "^2.21.32"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"viem": "^2.20.0"
"viem": "^2.21.32"
}
}
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@types/big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^12.4.2",
"@polkadot/apps-config": "^0.143.2",
"@polkadot/util": "^13.0.2"
"@polkadot/api": "^14.1.1",
"@polkadot/apps-config": "^0.145.1",
"@polkadot/util": "^13.2.1"
}
}

0 comments on commit 49e88b0

Please sign in to comment.