@goldfishjs/route
Advanced tools
Comparing version 2.6.2 to 2.7.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.7.0](https://github.com/alipay/goldfish/compare/v2.6.2...v2.7.0) (2022-03-12) | ||
### Features | ||
* match any version of react types. ([2738984](https://github.com/alipay/goldfish/commit/2738984602c5f9671a69387e44e74436d11eb361)) | ||
## [2.6.2](https://github.com/alipay/goldfish/compare/v2.6.1...v2.6.2) (2022-03-10) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@goldfishjs/route", | ||
"version": "2.6.2", | ||
"version": "2.7.0", | ||
"description": "goldfish-route", | ||
@@ -17,3 +17,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/module-usage": "^2.6.2", | ||
"@goldfishjs/module-usage": "^2.7.0", | ||
"@types/qs": "^6.9.0", | ||
@@ -25,7 +25,7 @@ "mini-types": "^0.1.3", | ||
"@types/lodash": "^4.14.117", | ||
"@types/react": "^16.7.3", | ||
"@types/react-dom": "^16.0.9", | ||
"@types/react": "*", | ||
"@types/react-dom": "*", | ||
"lodash": "^4.17.19", | ||
"react": "^16.6.1", | ||
"react-dom": "^16.6.1" | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
@@ -32,0 +32,0 @@ "sideEffects": false, |
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
28402