Bump deps (#245)

This commit is contained in:
Jaco Greeff
2019-11-26 12:45:52 +01:00
committed by GitHub
parent 10f7960423
commit 43374152bc
14 changed files with 1669 additions and 1189 deletions
+12
View File
@@ -53,3 +53,15 @@ jobs:
run: |
yarn install --frozen-lockfile
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"
+4 -4
View File
@@ -29,10 +29,10 @@
"test:one": "jest"
},
"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",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react-native": "^0.61.4"
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2"
"@babel/runtime": "^7.7.4"
}
}
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2"
"@babel/runtime": "^7.7.4"
}
}
+5 -5
View File
@@ -30,20 +30,20 @@
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "16.11.0",
"react": "16.12.0",
"react-native": "^0.61.4",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.5.3",
"stream-http": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@react-native-community/cli-platform-ios": "^2.9.0",
"@babel/core": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@react-native-community/cli-platform-ios": "^3.0.0",
"@types/react-test-renderer": "16.9.1",
"babel-jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react-test-renderer": "16.11.0"
"react-test-renderer": "16.12.0"
},
"jest": {
"preset": "react-native",
+3 -3
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.4",
"@polkadot/ui-settings": "^0.47.0-beta.10",
"@polkadot/ui-shared": "^0.47.0-beta.10",
"@types/color": "^3.0.0",
@@ -25,8 +25,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^1.7.0-beta.7",
"@polkadot/util-crypto": "^1.7.0-beta.7",
"@polkadot/keyring": "^1.7.0-beta.8",
"@polkadot/util-crypto": "^1.7.0-beta.8",
"xmlserializer": "^0.6.1"
}
}
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.4",
"@types/react-qr-reader": "^2.1.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1"
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.4",
"@polkadot/ui-shared": "^0.47.0-beta.10",
"react-native-svg": "^9.13.3"
},
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2"
"@babel/runtime": "^7.7.4"
}
}
+4 -4
View File
@@ -17,7 +17,7 @@
"./ledger/transportsWeb": "./ledger/transportsEmpty"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.4",
"@ledgerhq/hw-transport-u2f": "^4.73.7",
"@ledgerhq/hw-transport-webusb": "^4.73.7",
"@types/ledgerhq__hw-transport-node-hid": "^4.21.1",
@@ -30,9 +30,9 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^1.7.0-beta.7",
"@polkadot/types": "^0.97.0-beta.4",
"@polkadot/util": "^1.7.0-beta.7"
"@polkadot/keyring": "^1.7.0-beta.8",
"@polkadot/types": "^0.97.0-beta.33",
"@polkadot/util": "^1.7.0-beta.8"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.73.7"
+2 -2
View File
@@ -9,12 +9,12 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.4",
"@types/store": "^2.0.2",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/util": "^1.7.0-beta.7"
"@polkadot/util": "^1.7.0-beta.8"
},
"peerDependencies": {
"@polkadot/util": "*"
+2 -2
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.4",
"@types/color": "^3.0.0",
"color": "^3.1.2"
},
@@ -17,6 +17,6 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^1.7.0-beta.7"
"@polkadot/util-crypto": "^1.7.0-beta.8"
}
}
+1 -1
View File
@@ -9,7 +9,7 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.4",
"@polkadot/ui-shared": "^0.47.0-beta.10",
"jdenticon": "2.2.0"
},
+1631 -1163
View File
File diff suppressed because it is too large Load Diff