Bump deps (#340)

* Bump deps

* Adjust for new eslint parser
This commit is contained in:
Jaco Greeff
2020-07-02 08:01:50 +02:00
committed by GitHub
parent c8f4983946
commit 4c58f48645
25 changed files with 1084 additions and 1051 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.3",
"@babel/runtime": "^7.10.4",
"@polkadot/ui-shared": "0.55.0-beta.4",
"react-native-svg": "^12.1.0"
},
@@ -19,7 +19,7 @@
"react-native": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.15.1",
"@types/react-native": "^0.62.13"
"@polkadot/util-crypto": "^2.16.1",
"@types/react-native": "^0.62.16"
}
}