mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 10:37:58 +00:00
Bump deps (incl. Babel 7.5) (#150)
This commit is contained in:
+3
-3
@@ -22,9 +22,9 @@
|
|||||||
"test": "jest --coverage"
|
"test": "jest --coverage"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.4.5",
|
"@babel/core": "^7.5.0",
|
||||||
"@babel/runtime": "^7.4.5",
|
"@babel/runtime": "^7.5.0",
|
||||||
"@polkadot/dev-react": "^0.30.0-beta.16",
|
"@polkadot/dev-react": "^0.30.0-beta.17",
|
||||||
"@polkadot/ts": "^0.1.60",
|
"@polkadot/ts": "^0.1.60",
|
||||||
"empty": "^0.10.1",
|
"empty": "^0.10.1",
|
||||||
"gh-pages": "^2.0.1"
|
"gh-pages": "^2.0.1"
|
||||||
|
|||||||
@@ -9,6 +9,6 @@
|
|||||||
],
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.4.5"
|
"@babel/runtime": "^7.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
],
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.4.5",
|
"@babel/runtime": "^7.5.0",
|
||||||
"@polkadot/ui-settings": "^0.42.0-beta.2",
|
"@polkadot/ui-settings": "^0.42.0-beta.2",
|
||||||
"@types/color": "^3.0.0",
|
"@types/color": "^3.0.0",
|
||||||
"@types/react-copy-to-clipboard": "^4.2.6",
|
"@types/react-copy-to-clipboard": "^4.2.6",
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
"react": "*"
|
"react": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^0.94.0-beta.4",
|
"@polkadot/keyring": "^0.94.0-beta.5",
|
||||||
"@polkadot/util-crypto": "^0.94.0-beta.4",
|
"@polkadot/util-crypto": "^0.94.0-beta.5",
|
||||||
"xmlserializer": "^0.6.1"
|
"xmlserializer": "^0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"contributors": [],
|
"contributors": [],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.4.5",
|
"@babel/runtime": "^7.5.0",
|
||||||
"@types/mkdirp": "^0.5.2",
|
"@types/mkdirp": "^0.5.2",
|
||||||
"@types/store": "^2.0.2",
|
"@types/store": "^2.0.2",
|
||||||
"extensionizer": "^1.0.1",
|
"extensionizer": "^1.0.1",
|
||||||
@@ -19,9 +19,9 @@
|
|||||||
"styled-components": "^4.3.1"
|
"styled-components": "^4.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^0.94.0-beta.4",
|
"@polkadot/keyring": "^0.94.0-beta.5",
|
||||||
"@polkadot/types": "^0.82.0-beta.17",
|
"@polkadot/types": "^0.82.0-beta.30",
|
||||||
"@polkadot/util": "^0.94.0-beta.4"
|
"@polkadot/util": "^0.94.0-beta.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/keyring": "*",
|
"@polkadot/keyring": "*",
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
],
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.4.5",
|
"@babel/runtime": "^7.5.0",
|
||||||
"@types/store": "^2.0.2",
|
"@types/store": "^2.0.2",
|
||||||
"store": "^2.0.12"
|
"store": "^2.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/util": "^0.94.0-beta.4"
|
"@polkadot/util": "^0.94.0-beta.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/util": "*"
|
"@polkadot/util": "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user