Bump deps (#457)

This commit is contained in:
Jaco Greeff
2021-04-08 12:06:28 +03:00
committed by GitHub
parent 8bdfd18e1f
commit ebf561f48c
6 changed files with 291 additions and 411 deletions
+7 -7
View File
@@ -8,7 +8,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -27,16 +27,16 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/core": "^7.13.14",
"@babel/runtime": "^7.13.10",
"@polkadot/dev": "^0.62.5",
"@polkadot/dev": "^0.62.7",
"@polkadot/ts": "^0.3.62",
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.22",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-native": "^0.64.0",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
+4 -4
View File
@@ -23,20 +23,20 @@
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^17.0.1",
"react": "^17.0.2",
"react-native": "^0.64.0",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.6.0",
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/core": "^7.13.14",
"@babel/runtime": "^7.13.10",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@react-native-community/cli-platform-ios": "^5.0.1-alpha.2",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.2",
"react-test-renderer": "17.0.1"
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native",
+4 -4
View File
@@ -22,7 +22,7 @@
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.0",
"react-copy-to-clipboard": "^5.0.3",
"styled-components": "^5.2.1"
"styled-components": "^5.2.3"
},
"peerDependencies": {
"@polkadot/keyring": "*",
@@ -35,9 +35,9 @@
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "^5.1.8",
"styled-components": "^5.2.1",
"@types/react-dom": "^17.0.3",
"@types/styled-components": "^5.1.9",
"styled-components": "^5.2.3",
"xmlserializer": "^0.6.1"
}
}
+2 -2
View File
@@ -14,11 +14,11 @@
"@polkadot/util-crypto": "^6.0.5",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.1"
"styled-components": "^5.2.3"
},
"devDependencies": {
"@types/react-qr-reader": "^2.1.3",
"@types/styled-components": "^5.1.8"
"@types/styled-components": "^5.1.9"
},
"peerDependencies": {
"@polkadot/util": "*",
+1 -1
View File
@@ -25,6 +25,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.63.51"
"@types/react-native": "^0.64.2"
}
}
+273 -393
View File
File diff suppressed because it is too large Load Diff