Explicit deps & bumps (#275)

This commit is contained in:
Jaco Greeff
2020-02-12 17:08:52 +01:00
committed by GitHub
parent 9902c9351d
commit 4f025cb9ec
14 changed files with 903 additions and 499 deletions
-1
View File
@@ -7,7 +7,6 @@ const path = require('path');
module.exports = function resolver (file, config) {
if (file.includes('package.json')) {
console.error(file, config);
return path.join(config.basedir.replace('/src', '/'), file);
}
+9 -5
View File
@@ -29,12 +29,16 @@
"test:one": "jest"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@polkadot/dev-react": "^0.33.3",
"@polkadot/ts": "^0.2.1",
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@polkadot/dev-react": "^0.34.1",
"@polkadot/ts": "^0.2.2",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react-native": "^0.61.4"
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-is": "^16.12.0",
"react-native": "^0.61.4",
"vue-template-compiler": "^2.6.10"
}
}
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3"
"@babel/runtime": "^7.8.4"
}
}
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3"
"@babel/runtime": "^7.8.4"
}
}
+7 -2
View File
@@ -38,14 +38,19 @@
"stream-http": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/cli-platform-ios": "^3.0.0",
"@types/react-test-renderer": "16.9.2",
"babel-jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.12.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
+7 -4
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@polkadot/ui-settings": "^0.50.0-beta.0",
"@polkadot/ui-shared": "^0.50.0-beta.0",
"@types/react-copy-to-clipboard": "^4.3.0",
@@ -20,12 +20,15 @@
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"react": "*"
"react": "*",
"react-dom": "*",
"react-is": "*"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.1",
"@polkadot/util-crypto": "^2.2.1",
"@polkadot/keyring": "^2.3.0-beta.0",
"@polkadot/util-crypto": "^2.3.0-beta.0",
"xmlserializer": "^0.6.1"
}
}
+5 -1
View File
@@ -9,9 +9,13 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@types/react-qr-reader": "^2.1.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
}
+2 -1
View File
@@ -9,11 +9,12 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@polkadot/ui-shared": "^0.50.0-beta.0",
"react-native-svg": "^11.0.1"
},
"peerDependencies": {
"@polkadot/util-crypto": "*",
"react": "*",
"react-native": "*"
}
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3"
"@babel/runtime": "^7.8.4"
}
}
+4 -4
View File
@@ -17,7 +17,7 @@
"./ledger/transportsWeb": "./ledger/transportsEmpty"
},
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@ledgerhq/hw-transport-u2f": "^5.7.0",
"@ledgerhq/hw-transport-webusb": "^5.7.0",
"@types/ledgerhq__hw-transport-node-hid": "^4.21.1",
@@ -30,9 +30,9 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.1",
"@polkadot/types": "^1.1.1",
"@polkadot/util": "^2.2.1"
"@polkadot/keyring": "^2.3.0-beta.0",
"@polkadot/types": "^1.2.0-beta.10",
"@polkadot/util": "^2.3.0-beta.0"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.7.0"
+2 -2
View File
@@ -9,12 +9,12 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@types/store": "^2.0.2",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/util": "^2.2.1"
"@polkadot/util": "^2.3.0-beta.0"
},
"peerDependencies": {
"@polkadot/util": "*"
+2 -2
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@types/color": "^3.0.1",
"color": "^3.1.2"
},
@@ -17,6 +17,6 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.2.1"
"@polkadot/util-crypto": "^2.3.0-beta.0"
}
}
+2 -1
View File
@@ -9,11 +9,12 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@polkadot/ui-shared": "^0.50.0-beta.0",
"jdenticon": "2.2.0"
},
"peerDependencies": {
"@polkadot/util-crypto": "*",
"vue": "*"
}
}
+860 -473
View File
File diff suppressed because it is too large Load Diff