Bump deps (#264)

* Bump deps

* Update tests

* Update mdEngine
This commit is contained in:
Jaco Greeff
2020-01-26 10:57:37 +01:00
committed by GitHub
parent 8183559a5f
commit b814d754b8
15 changed files with 3981 additions and 3588 deletions
+5 -5
View File
@@ -10,7 +10,7 @@
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -29,10 +29,10 @@
"test:one": "jest"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@polkadot/dev-react": "^0.32.14",
"@polkadot/ts": "^0.1.90",
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@polkadot/dev-react": "^0.32.17",
"@polkadot/ts": "^0.1.91",
"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.7"
"@babel/runtime": "^7.8.3"
}
}
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7"
"@babel/runtime": "^7.8.3"
}
}
+5 -5
View File
@@ -38,12 +38,12 @@
"stream-http": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@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",
"@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"
},
"jest": {
+4 -4
View File
@@ -9,14 +9,14 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/ui-settings": "^0.48.0-beta.14",
"@polkadot/ui-shared": "^0.48.0-beta.14",
"@types/react-copy-to-clipboard": "^4.3.0",
"color": "^3.1.2",
"jdenticon": "2.2.0",
"react-copy-to-clipboard": "^5.0.2",
"styled-components": "^4.4.1"
"styled-components": "^5.0.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",
@@ -24,8 +24,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^2.0.0-beta.4",
"@polkadot/util-crypto": "^2.0.0-beta.4",
"@polkadot/keyring": "^2.0.0-beta.6",
"@polkadot/util-crypto": "^2.0.0-beta.6",
"xmlserializer": "^0.6.1"
}
}
+1 -1
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@types/react-qr-reader": "^2.1.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1"
+2 -2
View File
@@ -9,9 +9,9 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/ui-shared": "^0.48.0-beta.14",
"react-native-svg": "^9.13.3"
"react-native-svg": "^11.0.1"
},
"peerDependencies": {
"react": "*",
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7"
"@babel/runtime": "^7.8.3"
}
}
+8 -8
View File
@@ -17,25 +17,25 @@
"./ledger/transportsWeb": "./ledger/transportsEmpty"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"@ledgerhq/hw-transport-u2f": "^5.3.0",
"@ledgerhq/hw-transport-webusb": "^5.3.0",
"@babel/runtime": "^7.8.3",
"@ledgerhq/hw-transport-u2f": "^5.7.0",
"@ledgerhq/hw-transport-webusb": "^5.7.0",
"@types/ledgerhq__hw-transport-node-hid": "^4.21.1",
"@types/ledgerhq__hw-transport-u2f": "^4.21.1",
"@types/mkdirp": "^0.5.2",
"@types/store": "^2.0.2",
"extensionizer": "^1.0.1",
"ledger-polkadot": "^0.7.0",
"mkdirp": "^0.5.1",
"mkdirp": "^1.0.3",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^2.0.0-beta.4",
"@polkadot/types": "^1.0.0-beta.17",
"@polkadot/util": "^2.0.0-beta.4"
"@polkadot/keyring": "^2.0.0-beta.6",
"@polkadot/types": "^1.0.0-beta.19",
"@polkadot/util": "^2.0.0-beta.6"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.3.0"
"@ledgerhq/hw-transport-node-hid": "^5.7.0"
},
"peerDependencies": {
"@polkadot/keyring": "*"
+2 -2
View File
@@ -9,12 +9,12 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@types/store": "^2.0.2",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/util": "^2.0.0-beta.4"
"@polkadot/util": "^2.0.0-beta.6"
},
"peerDependencies": {
"@polkadot/util": "*"
+2 -2
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@types/color": "^3.0.1",
"color": "^3.1.2"
},
@@ -17,6 +17,6 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.0.0-beta.4"
"@polkadot/util-crypto": "^2.0.0-beta.6"
}
}
@@ -13,7 +13,7 @@ describe('identicon', (): void => {
identicon(new Uint8Array(32))
)
).toEqual(
'<div xmlns="http://www.w3.org/1999/xhtml" class="" style="background: white; border-radius: 128px; display: inline-block; height: 256px; margin: 0px; overflow: hidden; padding: 0px; width: 256px;"><div class="" style="background: hsl(37.19999999999999, 100%, 54%); border-radius: 128px; display: inline-block; height: 256px; margin: 0px; overflow: hidden; padding: 0px; width: 256px;"><svg xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="256" height="256"><circle cx="128" cy="140.8" r="128" fill="hsl(212.10000000000002, 65.6%, 55.5%)"/><circle cx="128" cy="153.6" r="102.4" fill="hsl(9.800000000000011, 90.7%, 57.6%)"/><circle cx="128" cy="166.4" r="76.8" fill="hsl(345, 85.7%, 86.3%)"/><circle cx="128" cy="179.2" r="51.2" fill="hsl(261.9, 100%, 87.3%)"/><circle cx="128" cy="192" r="25.6" fill="hsl(345, 100%, 25.1%)"/></svg></div></div>'
'<div xmlns="http://www.w3.org/1999/xhtml" class="" style="background: white; border-radius: 128px; display: inline-block; height: 256px; margin: 0px; overflow: hidden; padding: 0px; width: 256px;"><div class="" style="background: rgb(20, 20, 20); border-radius: 128px; display: inline-block; height: 256px; margin: 0px; overflow: hidden; padding: 0px; width: 256px;"><svg xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="256" height="256"><circle cx="128" cy="140.8" r="128" fill="hsl(212.10000000000002, 65.6%, 55.5%)"/><circle cx="128" cy="153.6" r="102.4" fill="hsl(9.800000000000011, 90.7%, 57.6%)"/><circle cx="128" cy="166.4" r="76.8" fill="hsl(345, 85.7%, 86.3%)"/><circle cx="128" cy="179.2" r="51.2" fill="hsl(261.9, 100%, 87.3%)"/><circle cx="128" cy="192" r="25.6" fill="hsl(345, 100%, 25.1%)"/></svg></div></div>'
);
});
@@ -23,7 +23,7 @@ describe('identicon', (): void => {
identicon(new Uint8Array(32), 100, 'testClass', { display: 'block' })
)
).toEqual(
'<div xmlns="http://www.w3.org/1999/xhtml" class="testClass" style="background: white; border-radius: 50px; display: block; height: 100px; margin: 0px; overflow: hidden; padding: 0px; width: 100px;"><div class="" style="background: hsl(37.19999999999999, 100%, 54%); border-radius: 50px; display: inline-block; height: 100px; margin: 0px; overflow: hidden; padding: 0px; width: 100px;"><svg xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="100" height="100"><circle cx="50" cy="55" r="50" fill="hsl(212.10000000000002, 65.6%, 55.5%)"/><circle cx="50" cy="60" r="40" fill="hsl(9.800000000000011, 90.7%, 57.6%)"/><circle cx="50" cy="65" r="30" fill="hsl(345, 85.7%, 86.3%)"/><circle cx="50" cy="70" r="20" fill="hsl(261.9, 100%, 87.3%)"/><circle cx="50" cy="75" r="10" fill="hsl(345, 100%, 25.1%)"/></svg></div></div>'
'<div xmlns="http://www.w3.org/1999/xhtml" class="testClass" style="background: white; border-radius: 50px; display: block; height: 100px; margin: 0px; overflow: hidden; padding: 0px; width: 100px;"><div class="" style="background: rgb(20, 20, 20); border-radius: 50px; display: inline-block; height: 100px; margin: 0px; overflow: hidden; padding: 0px; width: 100px;"><svg xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="100" height="100"><circle cx="50" cy="55" r="50" fill="hsl(212.10000000000002, 65.6%, 55.5%)"/><circle cx="50" cy="60" r="40" fill="hsl(9.800000000000011, 90.7%, 57.6%)"/><circle cx="50" cy="65" r="30" fill="hsl(345, 85.7%, 86.3%)"/><circle cx="50" cy="70" r="20" fill="hsl(261.9, 100%, 87.3%)"/><circle cx="50" cy="75" r="10" fill="hsl(345, 100%, 25.1%)"/></svg></div></div>'
);
});
});
+1 -1
View File
@@ -9,7 +9,7 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/ui-shared": "^0.48.0-beta.14",
"jdenticon": "2.2.0"
},
-1
View File
@@ -10,7 +10,6 @@ module.exports = {
out: 'docs',
module: 'commonjs',
moduleResolution: 'node',
mdEngine: 'gitbook',
stripInternal: 'true',
theme: 'markdown'
};
+3946 -3552
View File
File diff suppressed because it is too large Load Diff