Skip to content

Commit

Permalink
Bump deps (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 26, 2019
1 parent 2f07d17 commit 6d02927
Show file tree
Hide file tree
Showing 31 changed files with 1,575 additions and 1,089 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-123code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions packages/app-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/app-address-book/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/app-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/app-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/app-council/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/app-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-generic-asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/app-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-parachains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion packages/app-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/app-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-treasury/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2"
"@babel/runtime": "^7.7.4"
}
}
4 changes: 2 additions & 2 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion packages/react-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/react-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Loading

0 comments on commit 6d02927

Please sign in to comment.