@react-navigation/devtools
Advanced tools
Comparing version 7.0.0-rc.6 to 7.0.0-rc.7
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "7.0.0-rc.6", | ||
"version": "7.0.0-rc.7", | ||
"keywords": [ | ||
@@ -50,3 +50,3 @@ "react", | ||
"devDependencies": { | ||
"@react-navigation/core": "^7.0.0-rc.6", | ||
"@react-navigation/core": "^7.0.0-rc.7", | ||
"@testing-library/react-native": "^12.4.3", | ||
@@ -57,3 +57,3 @@ "@types/deep-equal": "^1.0.4", | ||
"react": "18.2.0", | ||
"react-native-builder-bob": "^0.25.0-next.1", | ||
"react-native-builder-bob": "^0.25.0", | ||
"typescript": "^5.5.2" | ||
@@ -68,5 +68,15 @@ }, | ||
"targets": [ | ||
"commonjs", | ||
"module", | ||
[ | ||
"commonjs", | ||
{ | ||
"esm": true | ||
} | ||
], | ||
[ | ||
"module", | ||
{ | ||
"esm": true | ||
} | ||
], | ||
[ | ||
"typescript", | ||
@@ -79,3 +89,3 @@ { | ||
}, | ||
"gitHead": "f9d2fd11b965557db743980d504f2a390f3ac0b4" | ||
"gitHead": "a5dcadcdd72520c47ef4946b507017abd519ce9c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66418