watch-module
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -5,2 +5,6 @@ # CHANGELOG | ||
## 2.2.2 | ||
- allow react 17 as ink uses an old reconcilier that thoes not support react 18 for now | ||
## 2.2.1 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "watch-module", | ||
"type": "module", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A Javascript module watcher to work locally with package", | ||
@@ -30,3 +30,3 @@ "bin": { | ||
"minimist": "^1.2.6", | ||
"react": "^18.2.0" | ||
"react": "^17.0.2 || ^18.2.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
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
305541
Updatedreact@^17.0.2 || ^18.2.0