Skip to content

Commit

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

* Added changeset
  • Loading branch information
ekenigs authored Aug 23, 2024
1 parent 4a0b861 commit 69e849b
Show file tree
Hide file tree
Showing 9 changed files with 390 additions and 303 deletions.
9 changes: 9 additions & 0 deletions .changeset/serious-poems-press.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.6"
},
"devDependencies": {
"bun": "^1.1.21"
"bun": "^1.1.25"
}
}
642 changes: 360 additions & 282 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"packages/*",
"examples/*"
],
"packageManager": "npm@10.7.0",
"packageManager": "npm@10.8.2",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
Expand Down Expand Up @@ -47,29 +47,29 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@slack/webhook": "^7.0.2",
"@slack/webhook": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"bun": "^1.1.21",
"bun": "^1.1.25",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-prettier": "^5.2.1",
"ethers": "^6.13.2",
"glob": "^11.0.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"tsup": "^8.2.3",
"turbo": "^2.0.9",
"tsup": "^8.2.4",
"turbo": "^2.0.14",
"typescript": "^5.5.4",
"viem": "^2.18.5",
"vitest": "^2.0.4"
"viem": "^2.20.0",
"vitest": "^2.0.5"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix --max-warnings=0",
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.3",
"@polkadot/api-augment": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@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"
}
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.3"
},
"peerDependencies": {
"@polkadot/types": "^12.2.3",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2"
}
Expand Down
8 changes: 4 additions & 4 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.3",
"@polkadot/api-augment": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@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.18.5"
"viem": "^2.20.0"
}
}
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.18.5"
"viem": "^2.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"peerDependencies": {
"@polkadot/api": "^12.4.2",
"@polkadot/apps-config": "^0.143.1",
"@polkadot/apps-config": "^0.143.2",
"@polkadot/util": "^13.0.2"
}
}

0 comments on commit 69e849b

Please sign in to comment.