Bump deps (#454)

This commit is contained in:
Jaco Greeff
2021-03-10 14:12:32 +01:00
committed by GitHub
parent 2f5df3e46f
commit 15056a5a6c
14 changed files with 66 additions and 65 deletions
+4 -3
View File
@@ -3,7 +3,8 @@
const config = require('@polkadot/dev/config/jest.cjs');
module.exports = Object.assign({}, config, {
module.exports = {
...config,
moduleNameMapper: {
'@polkadot/react-(identicon|qr)(.*)$': '<rootDir>/packages/react-$1/src/$2',
'@polkadot/reactnative-(identicon)(.*)$': '<rootDir>/packages/reactnative-$1/src/$2',
@@ -11,5 +12,5 @@ module.exports = Object.assign({}, config, {
'\\.(css|less)$': 'empty/object',
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': 'empty/object'
},
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/|rxjs/_esm5)']
});
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
};
+2 -2
View File
@@ -27,8 +27,8 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/runtime": "^7.13.9",
"@babel/core": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@polkadot/dev": "^0.62.5",
"@polkadot/ts": "^0.3.62",
"@types/jest": "^26.0.20",
+1 -1
View File
@@ -7,6 +7,6 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9"
"@babel/runtime": "^7.13.10"
}
}
+1 -1
View File
@@ -7,6 +7,6 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9"
"@babel/runtime": "^7.13.10"
}
}
+2 -2
View File
@@ -30,8 +30,8 @@
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/runtime": "^7.13.9",
"@babel/core": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^26.6.3",
+2 -2
View File
@@ -12,7 +12,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@babel/runtime": "^7.13.10",
"@polkadot/keyring": "^6.0.5",
"@polkadot/ui-settings": "0.71.4-0",
"@polkadot/ui-shared": "0.71.4-0",
@@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.1",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "^5.1.7",
"styled-components": "^5.2.1",
"xmlserializer": "^0.6.1"
+1 -1
View File
@@ -9,7 +9,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@babel/runtime": "^7.13.10",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"qrcode-generator": "^1.4.4",
+1 -1
View File
@@ -12,7 +12,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@babel/runtime": "^7.13.10",
"@polkadot/ui-shared": "0.71.4-0",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
+1 -1
View File
@@ -7,6 +7,6 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9"
"@babel/runtime": "^7.13.10"
}
}
+1 -1
View File
@@ -13,7 +13,7 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@babel/runtime": "^7.13.10",
"@polkadot/hw-ledger": "^6.0.5",
"@polkadot/keyring": "^6.0.5",
"@polkadot/ui-settings": "0.71.4-0",
+1 -1
View File
@@ -9,7 +9,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@babel/runtime": "^7.13.10",
"@polkadot/networks": "^6.0.5",
"@polkadot/util": "^6.0.5",
"eventemitter3": "^4.0.7",
+1 -1
View File
@@ -9,7 +9,7 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@babel/runtime": "^7.13.10",
"color": "^3.1.3"
},
"peerDependencies": {
+1 -1
View File
@@ -12,7 +12,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@babel/runtime": "^7.13.10",
"@polkadot/ui-shared": "0.71.4-0",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
+47 -47
View File
@@ -58,16 +58,16 @@ __metadata:
languageName: node
linkType: hard
"@babel/core@npm:7.13.8, @babel/core@npm:^7.0.0, @babel/core@npm:^7.1.0, @babel/core@npm:^7.13.8, @babel/core@npm:^7.7.5":
version: 7.13.8
resolution: "@babel/core@npm:7.13.8"
"@babel/core@npm:7.13.10, @babel/core@npm:^7.0.0, @babel/core@npm:^7.1.0, @babel/core@npm:^7.13.10, @babel/core@npm:^7.13.8, @babel/core@npm:^7.7.5":
version: 7.13.10
resolution: "@babel/core@npm:7.13.10"
dependencies:
"@babel/code-frame": ^7.12.13
"@babel/generator": ^7.13.0
"@babel/helper-compilation-targets": ^7.13.8
"@babel/generator": ^7.13.9
"@babel/helper-compilation-targets": ^7.13.10
"@babel/helper-module-transforms": ^7.13.0
"@babel/helpers": ^7.13.0
"@babel/parser": ^7.13.4
"@babel/helpers": ^7.13.10
"@babel/parser": ^7.13.10
"@babel/template": ^7.12.13
"@babel/traverse": ^7.13.0
"@babel/types": ^7.13.0
@@ -78,18 +78,18 @@ __metadata:
lodash: ^4.17.19
semver: ^6.3.0
source-map: ^0.5.0
checksum: f3c61e635aa41e127775d1191a65aedd4cf90008625eb93ddbd86214ebae6b0793cefd10503b2a4df8aa510d0e1108dfd15e29bde9bbffc899a50015f56f49c4
checksum: 728249a0bae293547d987e4d9886a14dda663d8cb629eb59c9d9ad3ee455048c2ccc3858c82305229ad4a415c2f39579abaa3982b653d40de348c39a3beb5e4d
languageName: node
linkType: hard
"@babel/generator@npm:^7.13.0, @babel/generator@npm:^7.5.0":
version: 7.13.0
resolution: "@babel/generator@npm:7.13.0"
"@babel/generator@npm:^7.13.0, @babel/generator@npm:^7.13.9, @babel/generator@npm:^7.5.0":
version: 7.13.9
resolution: "@babel/generator@npm:7.13.9"
dependencies:
"@babel/types": ^7.13.0
jsesc: ^2.5.1
source-map: ^0.5.0
checksum: d406238edc9e967e5a5013b9c7cf02d9eb4ea0160cd209cb63edb39a095d392b007e6762acb65ae79958a8bc0cf94945155b34dbcb2dfc93df1159881c217148
checksum: d9cf7db910dd703a55c3ba147a8024564d51de06f5e3e61aef6ca197bcd80a6cb0a633fe4688c8c9f6226c70ee6f32a747050a8e420972b45cc98a6b3fc5ae66
languageName: node
linkType: hard
@@ -112,9 +112,9 @@ __metadata:
languageName: node
linkType: hard
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.13.8":
version: 7.13.8
resolution: "@babel/helper-compilation-targets@npm:7.13.8"
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.13.10, @babel/helper-compilation-targets@npm:^7.13.8":
version: 7.13.10
resolution: "@babel/helper-compilation-targets@npm:7.13.10"
dependencies:
"@babel/compat-data": ^7.13.8
"@babel/helper-validator-option": ^7.12.17
@@ -122,7 +122,7 @@ __metadata:
semver: ^6.3.0
peerDependencies:
"@babel/core": ^7.0.0
checksum: dbee371e5ff226bb03a036d1af858f038ab6e71fac1ff5014bf69411b71af187bcdb0e49d5352ec5ef5e83186c9b88ee83b74295ba900691095b31017ec59f89
checksum: 80eb7a380d01d785de42006370e13bbda63b76745a8da1c68dcbf3dc4bff630bd9db8a76cf3053628c61d91c1452328a4ad9a8d9fc24ed65c02f635327234678
languageName: node
linkType: hard
@@ -337,14 +337,14 @@ __metadata:
languageName: node
linkType: hard
"@babel/helpers@npm:^7.13.0":
version: 7.13.0
resolution: "@babel/helpers@npm:7.13.0"
"@babel/helpers@npm:^7.13.10":
version: 7.13.10
resolution: "@babel/helpers@npm:7.13.10"
dependencies:
"@babel/template": ^7.12.13
"@babel/traverse": ^7.13.0
"@babel/types": ^7.13.0
checksum: 6c435aefe108e85b999570eed9fc2ec10944cb1ed4c3ff6656936c90a6f986174bd5c80ec48ecbbb7042e5eca5761364f484d7e0238a3aa77c2f5099dcac8df0
checksum: 1bc93126957b51108080ab1aa24997a9a10d5f395de54621ce9df7825cdbce878ad9d26886c927c3d9bcfd75d24972037ed5fb904fcd83fb92e5c8f8628f6b40
languageName: node
linkType: hard
@@ -359,12 +359,12 @@ __metadata:
languageName: node
linkType: hard
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.13, @babel/parser@npm:^7.13.0, @babel/parser@npm:^7.13.4":
version: 7.13.4
resolution: "@babel/parser@npm:7.13.4"
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.13, @babel/parser@npm:^7.13.0, @babel/parser@npm:^7.13.10":
version: 7.13.10
resolution: "@babel/parser@npm:7.13.10"
bin:
parser: ./bin/babel-parser.js
checksum: 3aac62adbd1fd91798751a09b385ed3810acffb7bd637066bea65acf16670fdc8c7c39bab2148c57b4d6606355344de01922c9aba86405c771eaabc58701077a
checksum: 2eec48a075e11ad45031e82acf51061970ca8044cc296df1281512d8de0a8b478b04416ae411aa56f4ac99ed8cf2f40b9eeec27b6a99062c7b06628a1a7c6a69
languageName: node
linkType: hard
@@ -1395,12 +1395,12 @@ __metadata:
languageName: node
linkType: hard
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.9, @babel/runtime@npm:^7.8.4":
version: 7.13.9
resolution: "@babel/runtime@npm:7.13.9"
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.13.9, @babel/runtime@npm:^7.8.4":
version: 7.13.10
resolution: "@babel/runtime@npm:7.13.10"
dependencies:
regenerator-runtime: ^0.13.4
checksum: e6f79d20e10c2921520c499f3cf295a9ee5c137e73f77f77eedde9f9073bc3541c1fc7fa6c97b0613f4140303ac00d08506e9f090068d219c58781d2b62c662d
checksum: 22014226b96a8c8e8d4e8bcdb011f317d1b32881aef424a669dc6ceaee14993d3609172967853cbf9c25c724c25145d45885b6c9df56ba241c12820776607f1f
languageName: node
linkType: hard
@@ -2184,7 +2184,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/example-react@workspace:packages/example-react"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
languageName: unknown
linkType: soft
@@ -2192,7 +2192,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/example-vue@workspace:packages/example-vue"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
languageName: unknown
linkType: soft
@@ -2249,14 +2249,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
"@polkadot/keyring": ^6.0.5
"@polkadot/ui-settings": 0.71.4-0
"@polkadot/ui-shared": 0.71.4-0
"@polkadot/util": ^6.0.5
"@polkadot/util-crypto": ^6.0.5
"@types/react-copy-to-clipboard": ^5.0.0
"@types/react-dom": ^17.0.1
"@types/react-dom": ^17.0.2
"@types/styled-components": ^5.1.7
color: ^3.1.3
ethereum-blockies-base64: ^1.0.2
@@ -2279,7 +2279,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
"@polkadot/util": ^6.0.5
"@polkadot/util-crypto": ^6.0.5
"@types/react-qr-reader": ^2.1.3
@@ -2300,7 +2300,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
"@polkadot/ui-shared": 0.71.4-0
"@polkadot/util": ^6.0.5
"@polkadot/util-crypto": ^6.0.5
@@ -2327,7 +2327,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/ui-assets@workspace:packages/ui-assets"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
languageName: unknown
linkType: soft
@@ -2335,7 +2335,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
"@polkadot/hw-ledger": ^6.0.5
"@polkadot/keyring": ^6.0.5
"@polkadot/ui-settings": 0.71.4-0
@@ -2356,7 +2356,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
"@polkadot/networks": ^6.0.5
"@polkadot/util": ^6.0.5
"@types/store": ^2.0.2
@@ -2372,7 +2372,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
"@polkadot/util": ^6.0.5
"@polkadot/util-crypto": ^6.0.5
"@types/color": ^3.0.1
@@ -2429,7 +2429,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
dependencies:
"@babel/runtime": ^7.13.9
"@babel/runtime": ^7.13.10
"@polkadot/ui-shared": 0.71.4-0
"@polkadot/util": ^6.0.5
"@polkadot/util-crypto": ^6.0.5
@@ -2986,12 +2986,12 @@ __metadata:
languageName: node
linkType: hard
"@types/react-dom@npm:^17.0.1":
version: 17.0.1
resolution: "@types/react-dom@npm:17.0.1"
"@types/react-dom@npm:^17.0.2":
version: 17.0.2
resolution: "@types/react-dom@npm:17.0.2"
dependencies:
"@types/react": "*"
checksum: 695dd4bbef4fabdc726359e4031b2887b913d65fb2ff59e5a9e81f9ae20ca4dd8f2b6fe1f39fa5c1197babdb86f6b81b385f5d4438536f2ceeb5ff136102f45b
checksum: abaadaa2629640870f4b982e3f32cf8f719773cfa97f02931baebef1993c0e2d70fd17f94b29bcf00d45ea099d5f04a042cf55ecb5e2bf8804c4e4cabdb4adc0
languageName: node
linkType: hard
@@ -6999,8 +6999,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "exampleReactNative@workspace:packages/exampleReactNative"
dependencies:
"@babel/core": ^7.13.8
"@babel/runtime": ^7.13.9
"@babel/core": ^7.13.10
"@babel/runtime": ^7.13.10
"@polkadot/keyring": ^6.0.5
"@polkadot/reactnative-identicon": 0.71.4-0
"@polkadot/ui-keyring": 0.71.4-0
@@ -13959,8 +13959,8 @@ fsevents@~2.1.2:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@babel/core": ^7.13.8
"@babel/runtime": ^7.13.9
"@babel/core": ^7.13.10
"@babel/runtime": ^7.13.10
"@polkadot/dev": ^0.62.5
"@polkadot/ts": ^0.3.62
"@types/jest": ^26.0.20