@react-navigation/devtools
Advanced tools
Comparing version 5.1.7 to 5.1.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.1.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@5.1.7...@react-navigation/devtools@5.1.8) (2020-10-24) | ||
**Note:** Version bump only for package @react-navigation/devtools | ||
## [5.1.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@5.1.6...@react-navigation/devtools@5.1.7) (2020-10-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "5.1.7", | ||
"version": "5.1.8", | ||
"keywords": [ | ||
@@ -39,3 +39,3 @@ "react", | ||
"dependencies": { | ||
"@react-navigation/core": "^5.12.5", | ||
"@react-navigation/core": "^5.13.0", | ||
"deep-equal": "^2.0.4" | ||
@@ -45,5 +45,5 @@ }, | ||
"@react-native-community/bob": "^0.16.2", | ||
"@testing-library/react-native": "^7.0.2", | ||
"@testing-library/react-native": "^7.1.0", | ||
"@types/deep-equal": "^1.0.1", | ||
"@types/react": "^16.9.51", | ||
"@types/react": "^16.9.53", | ||
"del-cli": "^3.0.1", | ||
@@ -70,3 +70,3 @@ "react": "~16.13.1", | ||
}, | ||
"gitHead": "01f86d2ac61c694dda478ce3e060f0b1259cac1d" | ||
"gitHead": "ac11a3bded018a4c5e4ed699ac71de77e332308a" | ||
} |
28832