Browse Source

Bump deps (#1948)

Jaco Greeff 5 years ago
parent
commit
6d02927212

+ 12 - 0
.github/workflows/push-master.yml

@@ -30,3 +30,15 @@ jobs:
         yarn install --frozen-lockfile
         yarn polkadot-dev-ghact-build
         yarn polkadot-dev-ghact-docs
+
+  dummy:
+    name: Dummy
+    if: "contains(github.event.head_commit.message, '[CI Skip]')"
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        node-version: [12.x]
+    steps:
+    - name: dummy
+      run: |
+        echo "Dummy skip step"

+ 10 - 10
package.json

@@ -10,12 +10,12 @@
     "packages/*"
   ],
   "resolutions": {
-    "@polkadot/api": "^0.97.0-beta.32",
-    "@polkadot/api-contract": "^0.97.0-beta.32",
-    "@polkadot/keyring": "^1.7.0-beta.7",
-    "@polkadot/types": "^0.97.0-beta.32",
-    "@polkadot/util": "^1.7.0-beta.7",
-    "@polkadot/util-crypto": "^1.7.0-beta.7",
+    "@polkadot/api": "^0.97.0-beta.33",
+    "@polkadot/api-contract": "^0.97.0-beta.33",
+    "@polkadot/keyring": "^1.7.0-beta.8",
+    "@polkadot/types": "^0.97.0-beta.33",
+    "@polkadot/util": "^1.7.0-beta.8",
+    "@polkadot/util-crypto": "^1.7.0-beta.8",
     "babel-core": "^7.0.0-bridge.0",
     "typescript": "^3.7.2"
   },
@@ -34,10 +34,10 @@
     "start": "cd packages/apps && webpack --config webpack.config.js"
   },
   "devDependencies": {
-    "@babel/core": "^7.7.2",
-    "@babel/runtime": "^7.7.2",
-    "@polkadot/dev-react": "^0.32.0-beta.14",
-    "@polkadot/ts": "^0.1.85",
+    "@babel/core": "^7.7.4",
+    "@babel/runtime": "^7.7.4",
+    "@polkadot/dev-react": "^0.32.0-beta.15",
+    "@polkadot/ts": "^0.1.86",
     "autoprefixer": "^9.7.1",
     "empty": "^0.10.1",
     "html-loader": "^0.5.5",

+ 1 - 1
packages/app-123code/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 3 - 3
packages/app-accounts/package.json

@@ -10,14 +10,14 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
-    "@polkadot/react-qr": "^0.47.0-beta.10",
+    "@polkadot/react-qr": "^0.47.0-beta.11",
     "@types/file-saver": "^2.0.0",
     "@types/yargs": "^13.0.2",
     "babel-plugin-module-resolver": "^3.1.1",
     "detect-browser": "^4.8.0",
     "file-saver": "^2.0.0",
-    "yargs": "^14.2.0"
+    "yargs": "^15.0.2"
   }
 }

+ 1 - 1
packages/app-address-book/package.json

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 1 - 1
packages/app-claims/package.json

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 2 - 2
packages/app-contracts/package.json

@@ -10,8 +10,8 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
-    "@polkadot/api-contract": "^0.97.0-beta.32",
+    "@babel/runtime": "^7.7.4",
+    "@polkadot/api-contract": "^0.97.0-beta.33",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 1 - 1
packages/app-council/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-query": "^0.37.0-beta.126"
   }

+ 1 - 1
packages/app-dashboard/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/apps-routing": "^0.37.0-beta.126",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }

+ 1 - 1
packages/app-democracy/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-query": "^0.37.0-beta.126"
   }

+ 1 - 1
packages/app-explorer/package.json

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 1 - 1
packages/app-extrinsics/package.json

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-params": "^0.37.0-beta.126",
     "@polkadot/react-signer": "^0.37.0-beta.126"

+ 1 - 1
packages/app-generic-asset/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 1 - 1
packages/app-js/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "snappyjs": "^0.6.0"
   }

+ 1 - 1
packages/app-parachains/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-query": "^0.37.0-beta.126"
   }

+ 1 - 1
packages/app-settings/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-query": "^0.37.0-beta.126",
     "query-string": "^6.8.3"

+ 1 - 1
packages/app-staking/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/app-explorer": "^0.37.0-beta.126",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-query": "^0.37.0-beta.126"

+ 1 - 1
packages/app-storage/package.json

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-params": "^0.37.0-beta.126"
   }

+ 1 - 1
packages/app-sudo/package.json

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 1 - 1
packages/app-toolbox/package.json

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 1 - 1
packages/app-transfer/package.json

@@ -10,7 +10,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-query": "^0.37.0-beta.126"
   }

+ 1 - 1
packages/app-treasury/package.json

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-query": "^0.37.0-beta.126"
   }

+ 1 - 1
packages/apps-routing/package.json

@@ -10,6 +10,6 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2"
+    "@babel/runtime": "^7.7.4"
   }
 }

+ 2 - 2
packages/apps/package.json

@@ -13,10 +13,10 @@
   "license": "Apache-2.0",
   "dependencies": {
     "@babel/polyfill": "^7.7.0",
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
     "@polkadot/react-signer": "^0.37.0-beta.126",
-    "@polkadot/ui-assets": "^0.47.0-beta.10",
+    "@polkadot/ui-assets": "^0.47.0-beta.11",
     "query-string": "^6.8.3"
   }
 }

+ 3 - 3
packages/react-api/package.json

@@ -30,9 +30,9 @@
   },
   "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
-    "@polkadot/api": "^0.97.0-beta.32",
-    "@polkadot/extension-dapp": "^0.14.0-beta.5",
+    "@babel/runtime": "^7.7.4",
+    "@polkadot/api": "^0.97.0-beta.33",
+    "@polkadot/extension-dapp": "^0.14.0-beta.6",
     "edgeware-node-types": "^1.0.10",
     "rxjs-compat": "^6.5.3"
   }

+ 7 - 7
packages/react-components/package.json

@@ -10,17 +10,17 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
-    "@polkadot/keyring": "^1.7.0-beta.7",
+    "@babel/runtime": "^7.7.4",
+    "@polkadot/keyring": "^1.7.0-beta.8",
     "@polkadot/react-api": "^0.37.0-beta.126",
-    "@polkadot/react-identicon": "^0.47.0-beta.10",
+    "@polkadot/react-identicon": "^0.47.0-beta.11",
     "@polkadot/react-query": "^0.37.0-beta.126",
-    "@polkadot/ui-keyring": "^0.47.0-beta.10",
-    "@polkadot/ui-settings": "^0.47.0-beta.10",
+    "@polkadot/ui-keyring": "^0.47.0-beta.11",
+    "@polkadot/ui-settings": "^0.47.0-beta.11",
     "@types/chart.js": "^2.8.10",
     "@types/i18next": "^13.0.0",
     "@types/react-copy-to-clipboard": "^4.3.0",
-    "@types/react-router-dom": "^5.1.2",
+    "@types/react-router-dom": "^5.1.3",
     "@types/react-tooltip": "^3.11.0",
     "@types/styled-components": "^4.1.21",
     "@types/styled-theming": "^2.2.2",
@@ -31,7 +31,7 @@
     "i18next-xhr-backend": "^3.2.2",
     "react-chartjs-2": "^2.8.0",
     "react-copy-to-clipboard": "^5.0.1",
-    "react-dropzone": "^10.1.10",
+    "react-dropzone": "^10.2.1",
     "react-i18next": "^11.0.1",
     "react-markdown": "^4.2.2",
     "react-router": "^5.1.2",

+ 1 - 1
packages/react-hooks/package.json

@@ -30,6 +30,6 @@
   },
   "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
   "dependencies": {
-    "@babel/runtime": "^7.7.2"
+    "@babel/runtime": "^7.7.4"
   }
 }

+ 1 - 1
packages/react-params/package.json

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126"
   }
 }

+ 1 - 1
packages/react-query/package.json

@@ -30,6 +30,6 @@
   },
   "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
   "dependencies": {
-    "@babel/runtime": "^7.7.2"
+    "@babel/runtime": "^7.7.4"
   }
 }

+ 2 - 2
packages/react-signer/package.json

@@ -10,8 +10,8 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.7.4",
     "@polkadot/react-components": "^0.37.0-beta.126",
-    "@polkadot/react-qr": "^0.47.0-beta.10"
+    "@polkadot/react-qr": "^0.47.0-beta.11"
   }
 }

File diff suppressed because it is too large
+ 441 - 441
yarn.lock


Some files were not shown because too many files changed in this diff