Skip to content

Commit

Permalink
Bump dev deps (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 23, 2023
1 parent 120438d commit 6ebcc2d
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 211 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.76.29",
"@types/node": "^20.8.4"
"@polkadot/dev": "^0.76.30",
"@types/node": "^20.8.7"
},
"resolutions": {
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@polkadot/x-global": "12.5.2-4-x",
"@polkadot/x-textdecoder": "12.5.2-4-x",
"@polkadot/x-textencoder": "12.5.2-4-x",
"@types/bn.js": "^5.1.2",
"@types/bn.js": "^5.1.3",
"bn.js": "^5.2.1",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@polkadot/util": "12.5.2-4-x",
"@polkadot/wasm-util": "^7.2.2",
"@types/react-native": "^0.72.3"
"@types/react-native": "^0.72.5"
},
"peerDependencies": {
"@polkadot/util": "12.5.2-4-x",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"ws": "^8.14.2"
},
"devDependencies": {
"@types/ws": "^8.5.7"
"@types/ws": "^8.5.8"
}
}
Loading

0 comments on commit 6ebcc2d

Please sign in to comment.