This commit is contained in:
Jaco
2021-12-12 10:25:38 +01:00
committed by GitHub
parent 22e1fa2bed
commit 67779821d1
6 changed files with 335 additions and 281 deletions
+4 -4
View File
@@ -34,8 +34,8 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.0", "@babel/core": "^7.16.0",
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@polkadot/dev": "^0.63.35", "@polkadot/dev": "^0.63.39",
"@polkadot/ts": "^0.4.16", "@polkadot/ts": "^0.4.18",
"@polkadot/x-bundle": "^8.1.2", "@polkadot/x-bundle": "^8.1.2",
"@types/jest": "^27.0.3", "@types/jest": "^27.0.3",
"babel-plugin-transform-vue-template": "^0.4.2", "babel-plugin-transform-vue-template": "^0.4.2",
@@ -43,13 +43,13 @@
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-is": "^17.0.2", "react-is": "^17.0.2",
"react-native": "^0.66.3", "react-native": "^0.66.4",
"vue-template-compiler": "^2.6.14", "vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0", "webpack": "^4.46.0",
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0" "webpack-serve": "^3.2.0"
}, },
"resolutions": { "resolutions": {
"typescript": "^4.5.2" "typescript": "^4.5.3"
} }
} }
+2 -2
View File
@@ -33,7 +33,7 @@
"os-browserify": "^0.3.0", "os-browserify": "^0.3.0",
"process": "^0.11.10", "process": "^0.11.10",
"react": "^17.0.2", "react": "^17.0.2",
"react-native": "^0.66.3", "react-native": "^0.66.4",
"react-native-crypto": "^2.2.0", "react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.6.1", "react-native-randombytes": "^3.6.1",
"stream-http": "^3.2.0" "stream-http": "^3.2.0"
@@ -43,7 +43,7 @@
"@babel/runtime": "^7.16.3", "@babel/runtime": "^7.16.3",
"@react-native-community/cli-platform-ios": "^6.2.0", "@react-native-community/cli-platform-ios": "^6.2.0",
"@types/react-test-renderer": "17.0.1", "@types/react-test-renderer": "17.0.1",
"babel-jest": "^27.3.1", "babel-jest": "^27.4.4",
"metro-react-native-babel-preset": "^0.66.2", "metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2" "react-test-renderer": "17.0.2"
}, },
+1 -1
View File
@@ -35,7 +35,7 @@
"devDependencies": { "devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.2", "@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.15", "@types/styled-components": "^5.1.17",
"styled-components": "^5.3.3", "styled-components": "^5.3.3",
"xmlserializer": "^0.6.1" "xmlserializer": "^0.6.1"
}, },
+1 -1
View File
@@ -26,7 +26,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/react-qr-reader": "^2.1.4", "@types/react-qr-reader": "^2.1.4",
"@types/styled-components": "^5.1.15" "@types/styled-components": "^5.1.17"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/util": "*", "@polkadot/util": "*",
+2 -2
View File
@@ -24,10 +24,10 @@
"@polkadot/ui-shared": "0.87.5", "@polkadot/ui-shared": "0.87.5",
"@polkadot/util": "^8.1.2", "@polkadot/util": "^8.1.2",
"@polkadot/util-crypto": "^8.1.2", "@polkadot/util-crypto": "^8.1.2",
"react-native-svg": "^12.2.0" "react-native-svg": "^12.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/react-native": "^0.66.6" "@types/react-native": "^0.66.8"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/util": "*", "@polkadot/util": "*",
+325 -271
View File
File diff suppressed because it is too large Load Diff