@squiz/xaccel-component-client-helpers
Advanced tools
Comparing version 1.9.0-beta.24 to 1.9.0-beta.28
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.9.0-beta.28](https://gitlab.squiz.net/plug-and-play/component-library/compare/v1.9.0-beta.27...v1.9.0-beta.28) (2023-12-19) | ||
### Bug Fixes | ||
* **peerDeps:** Updated react to be a peer dependencie so it isnt included twice when consuming components with external versions of react ([c6de4b6](https://gitlab.squiz.net/plug-and-play/component-library/commit/c6de4b67c67503478e5a211e00c7d8a14992c7cc)) | ||
# [1.9.0-beta.24](https://gitlab.squiz.net/plug-and-play/component-library/compare/v1.9.0-beta.23...v1.9.0-beta.24) (2023-11-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@squiz/xaccel-component-client-helpers", | ||
"version": "1.9.0-beta.24", | ||
"version": "1.9.0-beta.28", | ||
"description": "", | ||
@@ -20,5 +20,5 @@ "main": "index.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"peerDependencies": { | ||
"react": ">=17", | ||
"react-dom": ">=17" | ||
}, | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "858784cd55ecf2caa304e43e2d66cf4df053116b" | ||
"gitHead": "0103336a1e3a1fec7714ea5149a77a4606a43cd9" | ||
} |
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
23937
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removedreact@^17.0.2
- Removedreact-dom@^17.0.2
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
- Removedreact-dom@17.0.2(transitive)
- Removedscheduler@0.20.2(transitive)