@betterer/logger
Advanced tools
Comparing version 5.0.0 to 5.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.1.2](https://github.com/phenomnomnominal/betterer/compare/v5.1.1...v5.1.2) (2021-11-24) | ||
### Bug Fixes | ||
* **betterer ✨:** add react-dom dependency ([#907](https://github.com/phenomnomnominal/betterer/issues/907)) ([049fe07](https://github.com/phenomnomnominal/betterer/commit/049fe0714a4940ff4dd6183e58913111d96d4944)) | ||
# [5.0.0](https://github.com/phenomnomnominal/betterer/compare/v4.4.1...v5.0.0) (2021-11-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@betterer/logger", | ||
"description": "logger for @betterer/betterer", | ||
"version": "5.0.0", | ||
"version": "5.1.2", | ||
"license": "MIT", | ||
@@ -36,2 +36,3 @@ "publishConfig": { | ||
"react": ">=16", | ||
"react-dom": ">=16", | ||
"tslib": "^2.3.1" | ||
@@ -42,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "2a19f45ea49f8df4b53e3608216253d25e1ad047" | ||
"gitHead": "ce8a4f9e21336648c4c5344916bd289dfdf261d4" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27320
0
7
+ Addedreact-dom@>=16
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)