Skip to content

Commit

Permalink
Updated dependencies (#317)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Added changeset
  • Loading branch information
ekenigs authored Jul 30, 2024
1 parent af20119 commit 8190789
Show file tree
Hide file tree
Showing 9 changed files with 246 additions and 218 deletions.
9 changes: 9 additions & 0 deletions .changeset/violet-baboons-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@moonbeam-network/xcm-builder': patch
'@moonbeam-network/xcm-config': patch
'@moonbeam-network/xcm-types': patch
'@moonbeam-network/xcm-utils': patch
'@moonbeam-network/xcm-sdk': patch
---

Updated dependencies
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.1.3"
},
"devDependencies": {
"bun": "^1.1.20"
"bun": "^1.1.21"
}
}
409 changes: 214 additions & 195 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
"changeset:publish": "npm run build && changeset publish"
},
"dependencies": {
"@polkadot/api": "^12.2.1",
"@polkadot/api-augment": "^12.2.1",
"@polkadot/api": "^12.2.3",
"@polkadot/api-augment": "^12.2.3",
"@polkadot/apps-config": "^0.142.1",
"@polkadot/types": "^12.2.1",
"@polkadot/types": "^12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@slack/webhook": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"bun": "^1.1.20",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"bun": "^1.1.21",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -60,15 +60,15 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.2.1",
"ethers": "^6.13.1",
"ethers": "^6.13.2",
"glob": "^11.0.0",
"husky": "^9.1.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"tsup": "^8.2.2",
"tsup": "^8.2.3",
"turbo": "^2.0.9",
"typescript": "^5.5.3",
"viem": "^2.17.9",
"typescript": "^5.5.4",
"viem": "^2.18.5",
"vitest": "^2.0.4"
},
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^12.2.1",
"@polkadot/api-augment": "^12.2.1",
"@polkadot/types": "^12.2.1",
"@polkadot/api": "^12.2.3",
"@polkadot/api-augment": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@moonbeam-network/xcm-types": "2.3.0"
},
"peerDependencies": {
"@polkadot/types": "^12.2.1",
"@polkadot/types": "^12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2"
}
Expand Down
10 changes: 5 additions & 5 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.2.1",
"@polkadot/api-augment": "^12.2.1",
"@polkadot/types": "^12.2.1",
"@polkadot/api": "^12.2.3",
"@polkadot/api-augment": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@polkadot/util": "^13.0.2",
"ethers": "^6.13.1",
"viem": "^2.17.9"
"ethers": "^6.13.2",
"viem": "^2.18.5"
}
}
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.17.9"
"viem": "^2.18.5"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^12.2.1",
"@polkadot/api": "^12.2.3",
"@polkadot/apps-config": "^0.142.1",
"@polkadot/util": "^13.0.2"
}
Expand Down

0 comments on commit 8190789

Please sign in to comment.