Bump dev (w/ deprecation warnings) (#1185)
This commit is contained in:
@@ -38,16 +38,16 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.5",
|
||||
"@polkadot/dev": "^0.67.169",
|
||||
"@polkadot/dev": "^0.67.173",
|
||||
"@types/jest": "^29.2.4",
|
||||
"i18next-scanner": "^4.1.0",
|
||||
"sinon-chrome": "^3.0.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"@polkadot/api": "^9.10.1",
|
||||
"@polkadot/api": "^9.10.2",
|
||||
"@polkadot/keyring": "^10.2.1",
|
||||
"@polkadot/networks": "^10.2.1",
|
||||
"@polkadot/types": "^9.10.1",
|
||||
"@polkadot/types": "^9.10.2",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"@polkadot/x-fetch": "^10.2.1",
|
||||
|
||||
@@ -21,15 +21,15 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/api": "^9.10.1",
|
||||
"@polkadot/api": "^9.10.2",
|
||||
"@polkadot/extension-chains": "^0.44.7-28-x",
|
||||
"@polkadot/extension-dapp": "^0.44.7-28-x",
|
||||
"@polkadot/extension-inject": "^0.44.7-28-x",
|
||||
"@polkadot/keyring": "^10.2.1",
|
||||
"@polkadot/networks": "^10.2.1",
|
||||
"@polkadot/phishing": "^0.18.12",
|
||||
"@polkadot/rpc-provider": "^9.10.1",
|
||||
"@polkadot/types": "^9.10.1",
|
||||
"@polkadot/rpc-provider": "^9.10.2",
|
||||
"@polkadot/types": "^9.10.2",
|
||||
"@polkadot/ui-keyring": "^2.9.14",
|
||||
"@polkadot/ui-settings": "^2.9.14",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@metamask/detect-provider": "^1.2.0",
|
||||
"@polkadot/extension-inject": "^0.44.7-28-x",
|
||||
"@polkadot/types": "^9.10.1",
|
||||
"@polkadot/types": "^9.10.2",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"web3": "^1.8.1"
|
||||
},
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.6",
|
||||
"@polkadot/rpc-provider": "^9.10.1",
|
||||
"@polkadot/types": "^9.10.1",
|
||||
"@polkadot/rpc-provider": "^9.10.2",
|
||||
"@polkadot/types": "^9.10.2",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"@polkadot/x-global": "^10.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chrome": "^0.0.203",
|
||||
"@types/chrome": "^0.0.204",
|
||||
"@types/firefox-webext-browser": "^94.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -31,14 +31,14 @@
|
||||
"@polkadot/networks": "^10.2.1",
|
||||
"@polkadot/react-identicon": "^2.9.14",
|
||||
"@polkadot/react-qr": "^2.9.14",
|
||||
"@polkadot/types": "^9.10.1",
|
||||
"@polkadot/types-augment": "^9.10.1",
|
||||
"@polkadot/types": "^9.10.2",
|
||||
"@polkadot/types-augment": "^9.10.2",
|
||||
"@polkadot/ui-keyring": "^2.9.14",
|
||||
"@polkadot/ui-settings": "^2.9.14",
|
||||
"@polkadot/util": "^10.2.1",
|
||||
"@polkadot/util-crypto": "^10.2.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"i18next": "^21.10.0",
|
||||
"i18next": "^22.4.5",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-dropzone": "^11.7.1",
|
||||
@@ -59,7 +59,7 @@
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/sinon-chrome": "^2.2.11",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.7",
|
||||
"sinon-chrome": "^3.0.1"
|
||||
|
||||
@@ -20,6 +20,8 @@ const onCopy = (): void => {
|
||||
}
|
||||
|
||||
mnemonicSeedTextElement.select();
|
||||
|
||||
// eslint-disable-next-line deprecation/deprecation
|
||||
document.execCommand('copy');
|
||||
};
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
"@polkadot/extension-ui": "^0.44.7-28-x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.67.169",
|
||||
"babel-loader": "^8.2.5",
|
||||
"@polkadot/dev": "^0.67.173",
|
||||
"babel-loader": "^8.3.0",
|
||||
"browser-resolve": "^2.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
"@polkadot/extension-ui/*": ["extension-ui/src/*"]
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"target": "es2015"
|
||||
"target": "es2020"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user