Updated dependencies in preperation for v2

This commit is contained in:
2019-07-05 09:37:15 +02:00
parent c30e9f27a5
commit 169f683deb
20 changed files with 11717 additions and 8642 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-debug-console",
"version": "1.0.0-beta.14",
"version": "2.0.0-alpha.1",
"main": "src/index.js",
"repository": {
"url": "https://github.com/morten-olsen/react-native-debugger"
@@ -8,12 +8,13 @@
"license": "MIT",
"dependencies": {
"react-native-json-tree": "^1.2.0",
"styled-components": "^3.4.2"
"styled-components": "^4.3.1"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-native": "^0.56.0"
"@react-native-community/async-storage": "^1.5.0",
"prop-types": "^15.6.0",
"react": "16.8.3",
"react-native": "0.59.8"
},
"devDependencies": {}
}