Browse Source

Bump deps (#3200)

* Bump deps

* Strikes alignment
Jaco Greeff 4 years ago
parent
commit
487eac07ae

+ 10 - 10
package.json

@@ -33,10 +33,10 @@
     "afterSign": "electron-builder-notarize"
   },
   "resolutions": {
-    "@polkadot/api": "^1.25.0-beta.2",
-    "@polkadot/api-contract": "^1.25.0-beta.2",
+    "@polkadot/api": "^1.25.0-beta.5",
+    "@polkadot/api-contract": "^1.25.0-beta.5",
     "@polkadot/keyring": "^2.18.1",
-    "@polkadot/types": "^1.25.0-beta.2",
+    "@polkadot/types": "^1.25.0-beta.5",
     "@polkadot/util": "^2.18.1",
     "@polkadot/util-crypto": "^2.18.1",
     "babel-core": "^7.0.0-bridge.0"
@@ -76,14 +76,14 @@
     "start:electron": "yarn clean:electronBuild && concurrently 'yarn build:devElectronMain && cd packages/apps-electron && electron ./build/electron.js' 'yarn build:devElectronRenderer'"
   },
   "devDependencies": {
-    "@babel/core": "^7.10.4",
-    "@babel/register": "^7.10.4",
-    "@babel/runtime": "^7.10.4",
+    "@babel/core": "^7.10.5",
+    "@babel/register": "^7.10.5",
+    "@babel/runtime": "^7.10.5",
     "@pinata/sdk": "^1.1.10",
-    "@polkadot/dev": "^0.55.21",
-    "@polkadot/ts": "^0.3.27",
+    "@polkadot/dev": "^0.55.22",
+    "@polkadot/ts": "^0.3.28",
     "@types/bn.js": "^4.11.6",
-    "@types/chart.js": "^2.9.22",
+    "@types/chart.js": "^2.9.23",
     "@types/file-saver": "^2.0.1",
     "@types/i18next": "^13.0.0",
     "@types/jest": "^26.0.4",
@@ -100,7 +100,7 @@
     "dnslink-cloudflare": "^2.0.4",
     "electron": "^9.1.0",
     "electron-builder": "^22.7.0",
-    "electron-builder-notarize": "^1.1.2",
+    "electron-builder-notarize": "^1.2.0",
     "i18next-scanner": "^2.11.0",
     "react": "^16.13.1",
     "react-dom": "^16.13.1",

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

@@ -11,7 +11,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "edgeware-node-types": "^2.3.3"
   }
 }

+ 4 - 4
packages/apps-electron/package.json

@@ -4,15 +4,15 @@
   "private": true,
   "version": "0.50.0-beta.10",
   "dependencies": {
-    "@babel/core": "^7.10.4",
+    "@babel/core": "^7.10.5",
     "@babel/polyfill": "^7.10.4",
-    "@polkadot/dev": "^0.55.21",
+    "@polkadot/dev": "^0.55.22",
     "@polkadot/react-components": "0.50.0-beta.10",
     "electron-log": "^4.2.2",
-    "electron-updater": "^4.3.1"
+    "electron-updater": "^4.3.3"
   },
   "devDependencies": {
-    "@types/react": "^16.9.41",
+    "@types/react": "^16.9.43",
     "@types/react-dom": "^16.9.8",
     "@types/tmp": "^0.2.0",
     "babel-loader": "^8.1.0",

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

@@ -11,6 +11,6 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4"
+    "@babel/runtime": "^7.10.5"
   }
 }

+ 3 - 3
packages/apps/package.json

@@ -13,10 +13,10 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/core": "^7.10.4",
+    "@babel/core": "^7.10.5",
     "@babel/polyfill": "^7.10.4",
-    "@babel/runtime": "^7.10.4",
-    "@polkadot/dev": "^0.55.21",
+    "@babel/runtime": "^7.10.5",
+    "@polkadot/dev": "^0.55.22",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-signer": "0.50.0-beta.10",
     "query-string": "^6.13.1"

+ 1 - 1
packages/page-accounts/package.json

@@ -11,7 +11,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/vanitygen": "^0.17.0-beta.1",
     "detect-browser": "^5.1.1",

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

@@ -12,7 +12,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "secp256k1": "^3.8.0"
   }

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
-    "@polkadot/api-contract": "^1.25.0-beta.2"
+    "@babel/runtime": "^7.10.5",
+    "@polkadot/api-contract": "^1.25.0-beta.5"
   }
 }

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-query": "0.50.0-beta.10"
   }

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/apps-routing": "0.50.0-beta.10",
     "@polkadot/react-components": "0.50.0-beta.10"
   }

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-query": "0.50.0-beta.10"
   }

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

@@ -11,7 +11,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

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

@@ -11,7 +11,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-params": "0.50.0-beta.10",
     "@polkadot/react-signer": "0.50.0-beta.10"

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-query": "0.50.0-beta.10"
   }

+ 1 - 1
packages/page-poll/package.json

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/apps-config": "0.50.0-beta.10",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-query": "0.50.0-beta.10",

+ 1 - 1
packages/page-society/package.json

@@ -8,7 +8,7 @@
   "author": "Jaco Greeff <jacogr@gmail.com>",
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

+ 3 - 3
packages/page-society/src/Overview/Bid.tsx

@@ -29,13 +29,13 @@ function BidRow ({ index, value: { kind, value, who } }: Props): React.ReactElem
 
   return (
     <tr>
-      <td className='all top'>
+      <td className='all'>
         <AddressSmall value={who} />
       </td>
-      <td className='number top'>
+      <td className='number'>
         {kind.type}
       </td>
-      <td className='number top'>
+      <td className='number'>
         <FormatBalance value={value} />
       </td>
       <td className='button'>

+ 1 - 1
packages/page-society/src/Overview/Member.tsx

@@ -54,7 +54,7 @@ function Member ({ className = '', isHead, value: { accountId, strikes } }: Prop
         )}
       </td>
       <td className='all'>&nbsp;</td>
-      <td className='number top'>
+      <td className='number'>
         {strikes.toString()}
       </td>
       <td>

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

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/app-explorer": "0.50.0-beta.10",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-query": "0.50.0-beta.10"

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

@@ -11,7 +11,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-params": "0.50.0-beta.10"
   }

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

@@ -12,7 +12,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

+ 1 - 1
packages/page-tech-comm/package.json

@@ -11,7 +11,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-query": "0.50.0-beta.10"
   }

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

@@ -11,7 +11,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

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

@@ -12,7 +12,7 @@
   ],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10",
     "@polkadot/react-query": "0.50.0-beta.10"
   }

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

@@ -30,8 +30,8 @@
   },
   "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
-    "@polkadot/api": "^1.25.0-beta.2",
+    "@babel/runtime": "^7.10.5",
+    "@polkadot/api": "^1.25.0-beta.5",
     "@polkadot/extension-dapp": "^0.32.0-beta.6",
     "rxjs-compat": "^6.6.0"
   }

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

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@fortawesome/fontawesome-svg-core": "^1.2.29",
     "@fortawesome/free-solid-svg-icons": "^5.13.1",
     "@fortawesome/react-fontawesome": "^0.1.11",
@@ -25,14 +25,14 @@
     "@polkadot/util-crypto": "^2.18.1",
     "chart.js": "^2.9.3",
     "codeflask": "^1.4.1",
-    "i18next": "^19.5.4",
+    "i18next": "^19.6.0",
     "i18next-browser-languagedetector": "^4.3.1",
     "react": "^16.13.1",
     "react-beautiful-dnd": "^13.0.0",
     "react-chartjs-2": "^2.9.0",
     "react-copy-to-clipboard": "^5.0.2",
     "react-dom": "^16.13.1",
-    "react-dropzone": "^11.0.1",
+    "react-dropzone": "^11.0.2",
     "react-i18next": "^11.7.0",
     "react-is": "^16.13.1",
     "react-markdown": "^4.3.1",

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

@@ -30,7 +30,7 @@
   },
   "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "memoizee": "^0.4.14"
   },
   "devDependencies": {

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

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

+ 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.10.4"
+    "@babel/runtime": "^7.10.5"
   }
 }

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

@@ -10,7 +10,7 @@
   "contributors": [],
   "license": "Apache-2.0",
   "dependencies": {
-    "@babel/runtime": "^7.10.4",
+    "@babel/runtime": "^7.10.5",
     "@polkadot/react-components": "0.50.0-beta.10"
   }
 }

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


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