Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dev to 0.83.2 #827

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.82.6",
"@polkadot/dev": "^0.83.2",
"@polkadot/x-bundle": "^13.3.1",
"@types/node": "^22.10.5",
"react": "^18.2.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1500,34 +1500,34 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/dev-test@npm:^0.82.6":
version: 0.82.6
resolution: "@polkadot/dev-test@npm:0.82.6"
"@polkadot/dev-test@npm:^0.83.2":
version: 0.83.2
resolution: "@polkadot/dev-test@npm:0.83.2"
dependencies:
jsdom: "npm:^24.0.0"
tslib: "npm:^2.7.0"
checksum: 10/f88d0d3c2b367f5d55ed7b31e0fc25ac23e5aed854377dbde6e50feb2c8f223e8a0a7ea25d9ead0c0cfdc6521cd751c13c6a661d983b4474ca73a34e64651b69
checksum: 10/afe60165272a09d5c9f08e3aec0015621350dc7394ee8ff121d5803c576c7601b176b753716203abba4a81a142b529da066fe4c73f39387b018bdde69fef7a10
languageName: node
linkType: hard

"@polkadot/dev-ts@npm:^0.82.6":
version: 0.82.6
resolution: "@polkadot/dev-ts@npm:0.82.6"
"@polkadot/dev-ts@npm:^0.83.2":
version: 0.83.2
resolution: "@polkadot/dev-ts@npm:0.83.2"
dependencies:
json5: "npm:^2.2.3"
tslib: "npm:^2.7.0"
typescript: "npm:^5.5.4"
checksum: 10/f42e6b70067b7e628dd13e18502c6277fec8f8cdcdcda11b1ebd0bb8fa48680218f6944ca6dbe6254d5ad5833f4c7ca47a9972821a03e47c3f99d598a9c5bf21
checksum: 10/abca4df87a0682285bf5e5644ab8522820d53e0dffc124bfe540b7fccc55532057d1912629584bb04648e855e110896b36e55536d53556a166fc3d33bcc27b39
languageName: node
linkType: hard

"@polkadot/dev@npm:^0.82.6":
version: 0.82.6
resolution: "@polkadot/dev@npm:0.82.6"
"@polkadot/dev@npm:^0.83.2":
version: 0.83.2
resolution: "@polkadot/dev@npm:0.83.2"
dependencies:
"@eslint/js": "npm:^8.56.0"
"@polkadot/dev-test": "npm:^0.82.6"
"@polkadot/dev-ts": "npm:^0.82.6"
"@polkadot/dev-test": "npm:^0.83.2"
"@polkadot/dev-ts": "npm:^0.83.2"
"@rollup/plugin-alias": "npm:^5.1.1"
"@rollup/plugin-commonjs": "npm:^25.0.8"
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.5"
Expand Down Expand Up @@ -1592,7 +1592,7 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
checksum: 10/3ee39c0dd472ecea40076553515d2c40a79dc4366c0b06943c62ff82d15450e244110b1a8cae4eb70b3a182ebaf26b0c962f9252e2a2cc126b07fa98ea56db02
checksum: 10/42a67e0f2401fc13bdffff86398958e326613461eaa294fb5b435037d636b94cbbbce81b1fadbdf3c0553798d3bc5df43ef6af2250f75e312f01e52b665eddfe
languageName: node
linkType: hard

Expand Down Expand Up @@ -11105,7 +11105,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@polkadot/dev": "npm:^0.82.6"
"@polkadot/dev": "npm:^0.83.2"
"@polkadot/x-bundle": "npm:^13.3.1"
"@types/node": "npm:^22.10.5"
react: "npm:^18.2.0"
Expand Down
Loading