Skip to content

Commit

Permalink
update other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Nov 19, 2024
1 parent 50d6b4f commit 3ac154e
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion examples/mrl-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@moonbeam-network/xcm-utils": "workspace:*"
},
"devDependencies": {
"bun": "^1.1.31"
"bun": "^1.1.34"
}
}
2 changes: 1 addition & 1 deletion examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@moonbeam-network/xcm-utils": "workspace:*"
},
"devDependencies": {
"bun": "^1.1.31"
"bun": "^1.1.34"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"type": "module",
"workspaces": ["packages/*", "examples/*", "scripts"],
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.13.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
Expand Down Expand Up @@ -48,21 +48,21 @@
"@wormhole-foundation/sdk-evm-tokenbridge": "^0.10.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@slack/webhook": "^7.0.3",
"@types/big.js": "^6.2.2",
"bun": "^1.1.31",
"cspell": "^8.14.2",
"bun": "^1.1.34",
"cspell": "^8.16.0",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"lefthook": "^1.7.15",
"lefthook": "^1.8.4",
"syncpack": "^13.0.0",
"tsup": "^8.3.0",
"turbo": "^2.1.3",
"tsup": "^8.3.5",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"viem": "^2.21.7",
"vitest": "^2.1.3"
"viem": "^2.21.48",
"vitest": "^2.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@moonbeam-network/xcm-types": "workspace:*",
"@moonbeam-network/xcm-utils": "workspace:*",
"big.js": "^6.2.1"
"big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
Expand All @@ -45,6 +45,6 @@
"@polkadot/util-crypto": "^13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"viem": "^2.21.7"
"viem": "^2.21.48"
}
}
4 changes: 2 additions & 2 deletions packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@moonbeam-network/xcm-sdk": "workspace:*",
"@moonbeam-network/xcm-types": "workspace:*",
"@moonbeam-network/xcm-utils": "workspace:*",
"big.js": "^6.2.1"
"big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
Expand All @@ -44,6 +44,6 @@
"@polkadot/util": "^13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"viem": "^2.21.7"
"viem": "^2.21.48"
}
}
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@moonbeam-network/xcm-config": "workspace:*",
"@moonbeam-network/xcm-types": "workspace:*",
"@moonbeam-network/xcm-utils": "workspace:*",
"big.js": "^6.2.1"
"big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/util": "^13.2.3",
"viem": "^2.21.7"
"viem": "^2.21.48"
},
"devDependencies": {
"@types/big.js": "^6.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"main": "./build/index.mjs",
"dependencies": {
"@moonbeam-network/xcm-utils": "workspace:*",
"big.js": "^6.2.1"
"big.js": "^6.2.2"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@wormhole-foundation/sdk-connect": "^0.10.7"
},
"peerDependencies": {
"viem": "^2.21.7"
"viem": "^2.21.48"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"types": "./build/index.d.ts",
"main": "./build/index.mjs",
"dependencies": {
"big.js": "^6.2.1",
"big.js": "^6.2.2",
"lru-cache": "^10.2.2"
},
"devDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ac154e

Please sign in to comment.