Skip to content

Commit b730349

Browse files
authored
Revert "update dependencies (#394)" (#396)
This reverts commit d299ffb.
1 parent d299ffb commit b730349

File tree

10 files changed

+2228
-1268
lines changed

10 files changed

+2228
-1268
lines changed

examples/mrl-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@moonbeam-network/xcm-utils": "workspace:*"
1414
},
1515
"devDependencies": {
16-
"bun": "^1.1.34"
16+
"bun": "^1.1.31"
1717
}
1818
}

examples/sdk-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@moonbeam-network/xcm-utils": "workspace:*"
1515
},
1616
"devDependencies": {
17-
"bun": "^1.1.34"
17+
"bun": "^1.1.31"
1818
}
1919
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"type": "module",
1515
"workspaces": ["packages/*", "examples/*", "scripts"],
16-
"packageManager": "pnpm@9.13.2",
16+
"packageManager": "pnpm@9.10.0",
1717
"scripts": {
1818
"preinstall": "npx only-allow pnpm",
1919
"build": "turbo run build",
@@ -37,32 +37,32 @@
3737
"changeset:publish": "pnpm run build && pnpm publish -r"
3838
},
3939
"dependencies": {
40-
"@polkadot/api": "^14.3.1",
41-
"@polkadot/api-augment": "^14.3.1",
42-
"@polkadot/apps-config": "^0.146.1",
43-
"@polkadot/types": "^14.3.1",
44-
"@polkadot/util": "^13.2.3",
45-
"@polkadot/util-crypto": "^13.2.3",
40+
"@polkadot/api": "^12.4.2",
41+
"@polkadot/api-augment": "^12.4.2",
42+
"@polkadot/apps-config": "^0.143.2",
43+
"@polkadot/types": "^12.4.2",
44+
"@polkadot/util": "^13.1.1",
45+
"@polkadot/util-crypto": "^13.1.1",
4646
"@wormhole-foundation/sdk-connect": "^0.10.7",
4747
"@wormhole-foundation/sdk-evm": "^0.10.7",
4848
"@wormhole-foundation/sdk-evm-tokenbridge": "^0.10.7"
4949
},
5050
"devDependencies": {
51-
"@biomejs/biome": "^1.9.4",
51+
"@biomejs/biome": "^1.9.1",
5252
"@changesets/changelog-github": "^0.5.0",
5353
"@changesets/cli": "^2.27.9",
5454
"@slack/webhook": "^7.0.3",
5555
"@types/big.js": "^6.2.2",
56-
"bun": "^1.1.34",
57-
"cspell": "^8.16.0",
56+
"bun": "^1.1.31",
57+
"cspell": "^8.14.2",
5858
"dotenv": "^16.4.5",
5959
"glob": "^11.0.0",
60-
"lefthook": "^1.8.4",
60+
"lefthook": "^1.7.15",
6161
"syncpack": "^13.0.0",
62-
"tsup": "^8.3.5",
63-
"turbo": "^2.3.0",
62+
"tsup": "^8.3.0",
63+
"turbo": "^2.1.3",
6464
"typescript": "^5.6.3",
6565
"viem": "^2.21.7",
66-
"vitest": "^2.1.5"
66+
"vitest": "^2.1.3"
6767
}
6868
}

packages/builder/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"dependencies": {
3636
"@moonbeam-network/xcm-types": "workspace:*",
3737
"@moonbeam-network/xcm-utils": "workspace:*",
38-
"big.js": "^6.2.2"
38+
"big.js": "^6.2.1"
3939
},
4040
"peerDependencies": {
41-
"@polkadot/api": "^14.3.1",
42-
"@polkadot/api-augment": "^14.3.1",
43-
"@polkadot/types": "^14.3.1",
44-
"@polkadot/util": "^13.2.3",
45-
"@polkadot/util-crypto": "^13.2.3",
41+
"@polkadot/api": "^12.4.2",
42+
"@polkadot/api-augment": "^12.4.2",
43+
"@polkadot/types": "^12.4.2",
44+
"@polkadot/util": "^13.1.1",
45+
"@polkadot/util-crypto": "^13.1.1",
4646
"@wormhole-foundation/sdk-connect": "^0.10.7",
4747
"@wormhole-foundation/sdk-evm": "^0.10.7",
4848
"viem": "^2.21.7"

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@moonbeam-network/xcm-utils": "workspace:*"
3939
},
4040
"peerDependencies": {
41-
"@polkadot/types": "^14.3.1",
42-
"@polkadot/util": "^13.2.3",
43-
"@polkadot/util-crypto": "^13.2.3"
41+
"@polkadot/types": "^12.4.2",
42+
"@polkadot/util": "^13.1.1",
43+
"@polkadot/util-crypto": "^13.1.1"
4444
}
4545
}

packages/mrl/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"@moonbeam-network/xcm-sdk": "workspace:*",
3636
"@moonbeam-network/xcm-types": "workspace:*",
3737
"@moonbeam-network/xcm-utils": "workspace:*",
38-
"big.js": "^6.2.2"
38+
"big.js": "^6.2.1"
3939
},
4040
"peerDependencies": {
41-
"@polkadot/api": "^14.3.1",
42-
"@polkadot/api-augment": "^14.3.1",
43-
"@polkadot/types": "^14.3.1",
44-
"@polkadot/util": "^13.2.3",
41+
"@polkadot/api": "^12.4.2",
42+
"@polkadot/api-augment": "^12.4.2",
43+
"@polkadot/types": "^12.4.2",
44+
"@polkadot/util": "^13.1.1",
4545
"@wormhole-foundation/sdk-connect": "^0.10.7",
4646
"@wormhole-foundation/sdk-evm": "^0.10.7",
4747
"viem": "^2.21.7"

packages/sdk/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
"@moonbeam-network/xcm-config": "workspace:*",
4444
"@moonbeam-network/xcm-types": "workspace:*",
4545
"@moonbeam-network/xcm-utils": "workspace:*",
46-
"big.js": "^6.2.2"
46+
"big.js": "^6.2.1"
4747
},
4848
"peerDependencies": {
49-
"@polkadot/api": "^14.3.1",
50-
"@polkadot/api-augment": "^14.3.1",
51-
"@polkadot/types": "^14.3.1",
52-
"@polkadot/util": "^13.2.3",
49+
"@polkadot/api": "^12.4.2",
50+
"@polkadot/api-augment": "^12.4.2",
51+
"@polkadot/types": "^12.4.2",
52+
"@polkadot/util": "^13.1.1",
5353
"viem": "^2.21.7"
5454
},
5555
"devDependencies": {

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"main": "./build/index.mjs",
3434
"dependencies": {
3535
"@moonbeam-network/xcm-utils": "workspace:*",
36-
"big.js": "^6.2.2"
36+
"big.js": "^6.2.1"
3737
},
3838
"devDependencies": {
3939
"@types/big.js": "^6.2.2",

packages/utils/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"types": "./build/index.d.ts",
3434
"main": "./build/index.mjs",
3535
"dependencies": {
36-
"big.js": "^6.2.2",
36+
"big.js": "^6.2.1",
3737
"lru-cache": "^10.2.2"
3838
},
3939
"devDependencies": {
4040
"@types/big.js": "^6.2.2"
4141
},
4242
"peerDependencies": {
43-
"@polkadot/api": "^14.3.1",
44-
"@polkadot/apps-config": "^0.146.1",
45-
"@polkadot/util": "^13.2.3",
46-
"@polkadot/util-crypto": "^13.2.3"
43+
"@polkadot/api": "^12.4.2",
44+
"@polkadot/apps-config": "^0.143.2",
45+
"@polkadot/util": "^13.1.1",
46+
"@polkadot/util-crypto": "^13.1.1"
4747
}
4848
}

0 commit comments

Comments
 (0)