Skip to content

Commit

Permalink
Bump deps (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jun 4, 2022
1 parent 8c5e78c commit ff4adc9
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 121 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@polkadot/dev": "^0.66.31",
"@types/jest": "^27.5.1",
"@polkadot/dev": "^0.66.34",
"@types/jest": "^27.5.2",
"i18next-scanner": "^3.1.0",
"sinon-chrome": "^3.0.1"
},
Expand All @@ -49,6 +49,6 @@
"@polkadot/x-fetch": "^9.3.1",
"babel-core": "^7.0.0-bridge.0",
"safe-buffer": "^5.2.1",
"typescript": "^4.7.2"
"typescript": "^4.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@polkadot/extension-inject": "^0.43.3-4",
"@polkadot/keyring": "^9.3.1",
"@polkadot/networks": "^9.3.1",
"@polkadot/phishing": "^0.13.40",
"@polkadot/phishing": "^0.13.58",
"@polkadot/rpc-provider": "^8.6.1",
"@polkadot/types": "^8.6.1",
"@polkadot/ui-keyring": "^2.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@polkadot/util": "^9.3.1",
"@polkadot/util-crypto": "^9.3.1",
"file-saver": "^2.0.5",
"i18next": "^21.8.5",
"i18next": "^21.8.8",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-dropzone": "^11.7.1",
"react-i18next": "^11.16.9",
"react-i18next": "^11.17.0",
"react-is": "^18.1.0",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@polkadot/extension-ui": "^0.43.3-4"
},
"devDependencies": {
"@polkadot/dev": "^0.66.31",
"@polkadot/dev": "^0.66.34",
"babel-loader": "^8.2.5",
"browser-resolve": "^2.0.0",
"buffer": "^6.0.3",
Expand All @@ -36,7 +36,7 @@
"stream-browserify": "^3.0.0",
"thread-loader": "^3.0.4",
"url-loader": "^4.1.1",
"webpack": "^5.72.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-extension-manifest-plugin": "^0.8.0"
}
Expand Down
Loading

0 comments on commit ff4adc9

Please sign in to comment.