@goldfishjs/reactive
Advanced tools
Comparing version 2.13.1 to 2.14.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.14.0](https://github.com/alipay/goldfish/compare/v2.13.1...v2.14.0) (2022-06-11) | ||
### Features | ||
* lock dependencies ([a2dfe58](https://github.com/alipay/goldfish/commit/a2dfe58aa1eeb8e9491dbbbf538661612eb771bf)) | ||
## [2.13.1](https://github.com/alipay/goldfish/compare/v2.13.0...v2.13.1) (2022-06-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@goldfishjs/reactive", | ||
"version": "2.13.1", | ||
"version": "2.14.0", | ||
"description": "Reactive.", | ||
@@ -17,10 +17,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/module-usage": "^2.13.1", | ||
"@goldfishjs/utils": "^2.13.1" | ||
"@goldfishjs/module-usage": "^2.14.0", | ||
"@goldfishjs/utils": "^2.14.0" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "4.14.117", | ||
"@types/lodash": "4.14.182", | ||
"@types/react": "*", | ||
"@types/react-dom": "*", | ||
"lodash": "4.17.19", | ||
"lodash": "4.17.21", | ||
"react": "*", | ||
@@ -27,0 +27,0 @@ "react-dom": "*" |
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
49299