mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 05:37:58 +00:00
Bump deps (#17)
This commit is contained in:
+4
-4
@@ -12,7 +12,7 @@
|
||||
"resolutions": {
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"rxjs": "^6.3.2",
|
||||
"typescript": "^3.2.1"
|
||||
"typescript": "^3.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "polkadot-dev-build-ts",
|
||||
@@ -23,9 +23,9 @@
|
||||
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.6",
|
||||
"@polkadot/dev-react": "^0.22.9",
|
||||
"@polkadot/ts": "^0.1.41",
|
||||
"@babel/core": "^7.2.0",
|
||||
"@polkadot/dev-react": "^0.22.11",
|
||||
"@polkadot/ts": "^0.1.43",
|
||||
"empty": "^0.10.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.5",
|
||||
"@polkadot/keyring": "^0.33.12",
|
||||
"@babel/runtime": "^7.2.0",
|
||||
"@polkadot/keyring": "^0.33.13",
|
||||
"@polkadot/ui-settings": "^0.22.13",
|
||||
"@polkadot/util-crypto": "^0.33.12",
|
||||
"@polkadot/util-crypto": "^0.33.13",
|
||||
"@types/color": "^3.0.0",
|
||||
"@types/react-copy-to-clipboard": "^4.2.6",
|
||||
"color": "^3.0.0",
|
||||
|
||||
@@ -10,9 +10,10 @@
|
||||
"contributors": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.5",
|
||||
"@polkadot/keyring": "^0.33.12",
|
||||
"@polkadot/types": "^0.33.8",
|
||||
"@babel/runtime": "^7.2.0",
|
||||
"@polkadot/keyring": "^0.33.13",
|
||||
"@polkadot/types": "^0.33.10",
|
||||
"@types/store": "^2.0.1",
|
||||
"store": "^2.0.12"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.5",
|
||||
"@babel/runtime": "^7.2.0",
|
||||
"@types/store": "^2.0.1",
|
||||
"store": "^2.0.12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user