Skip to content

Commit

Permalink
📦 Bump version to 1.0.2-2 and pjs to ^15.0 (#163)
Browse files Browse the repository at this point in the history
* update to 1.0.2-1

* update to 15.1.1

* configured to be major v15.x

* yarn dedupe

* resolutions to v15 or better

* to 1.0.2-2
  • Loading branch information
gluneau authored Jan 21, 2025
1 parent aadf45d commit b2ffc4f
Show file tree
Hide file tree
Showing 6 changed files with 1,044 additions and 1,153 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
"workspaces": [
"packages/*"
],
"resolutions": {
"@polkadot/api": "^15.0",
"@polkadot/api-augment": "^15.0",
"@polkadot/api-derive": "^15.0",
"@polkadot/rpc-augment": "^15.0",
"@polkadot/rpc-core": "^15.0",
"@polkadot/rpc-provider": "^15.0",
"@polkadot/types": "^15.0",
"@polkadot/types-augment": "^15.0",
"@polkadot/types-codec": "^15.0",
"@polkadot/types-create": "^15.0",
"@polkadot/types-known": "^15.0"
},
"packageManager": "yarn@4.2.2",
"dependencies": {
"@e2e-test/networks": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/kusama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e-test/kusama",
"type": "module",
"dependencies": {
"@acala-network/chopsticks-testing": "^1.0.1",
"@acala-network/chopsticks-testing": "^1.0.2-2",
"@e2e-test/shared": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e-test/networks",
"type": "module",
"dependencies": {
"@acala-network/chopsticks-testing": "^1.0.1"
"@acala-network/chopsticks-testing": "^1.0.2-2"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/polkadot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2e-test/polkadot",
"type": "module",
"dependencies": {
"@acala-network/chopsticks-testing": "^1.0.1",
"@acala-network/chopsticks-testing": "^1.0.2-2",
"@e2e-test/shared": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@e2e-test/shared",
"type": "module",
"dependencies": {
"@acala-network/chopsticks": "1.0.1",
"@acala-network/chopsticks-testing": "1.0.1",
"@acala-network/chopsticks": "1.0.2-2",
"@acala-network/chopsticks-testing": "1.0.2-2",
"@e2e-test/networks": "workspace:*",
"@polkadot/api": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/types-augment": "14.3.1"
"@polkadot/api": "^15.0",
"@polkadot/types": "^15.0",
"@polkadot/types-augment": "^15.0"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
Loading

0 comments on commit b2ffc4f

Please sign in to comment.