@goldfishjs/reactive
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/reactive", | ||
"version": "2.6.2", | ||
"version": "2.7.0", | ||
"description": "Reactive.", | ||
@@ -17,12 +17,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/module-usage": "^2.6.2", | ||
"@goldfishjs/utils": "^2.6.2" | ||
"@goldfishjs/module-usage": "^2.7.0", | ||
"@goldfishjs/utils": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@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": "*" | ||
}, | ||
@@ -29,0 +29,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
47549
Updated@goldfishjs/utils@^2.7.0