Skip to content

Commit

Permalink
update patch and minor dependencies (#373)
Browse files Browse the repository at this point in the history
* update patch and minor dependencies

* sync deps

* rollback viem version

* fix package lock
  • Loading branch information
Rihyx authored Oct 23, 2024
1 parent abe4807 commit 10755b4
Show file tree
Hide file tree
Showing 8 changed files with 1,475 additions and 828 deletions.
9 changes: 9 additions & 0 deletions .changeset/witty-flies-suffer.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-sdk': patch
'@moonbeam-network/xcm-types': patch
'@moonbeam-network/xcm-utils': patch
---

update minor and patch 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.2.0"
},
"devDependencies": {
"bun": "^1.1.25"
"bun": "^1.1.31"
}
}
2,244 changes: 1,441 additions & 803 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 @@ -31,7 +31,7 @@
"test:acc": "turbo run test:acc",
"test:acc:u": "turbo run test:acc -- -u",
"prepare": "husky install",
"sync-deps": "syncpack fix-mismatches",
"sync-deps": "npx syncpack fix-mismatches",
"changeset": "changeset",
"changeset:version": "changeset version && npm i --package-lock-only",
"changeset:publish": "npm run build && changeset publish"
Expand All @@ -41,35 +41,35 @@
"@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/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"viem": "^2.20.0"
},
"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",
"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.8.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"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.1.3",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix --max-warnings=0",
Expand Down
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@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/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"peerDependencies": {
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2"
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@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",
"@polkadot/util": "^13.1.1",
"ethers": "^6.13.4",
"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 @@ -59,6 +59,6 @@
"peerDependencies": {
"@polkadot/api": "^12.4.2",
"@polkadot/apps-config": "^0.143.2",
"@polkadot/util": "^13.0.2"
"@polkadot/util": "^13.1.1"
}
}

0 comments on commit 10755b4

Please sign in to comment.