@squiz/xaccel-component-client-helpers
Advanced tools
Comparing version 1.10.0-alpha.15 to 1.11.0-alpha.9
@@ -6,20 +6,15 @@ # Change Log | ||
# [1.10.0-alpha.15](https://gitlab.squiz.net/plug-and-play/component-library/compare/v1.10.0-alpha.14...v1.10.0-alpha.15) (2023-11-08) | ||
# [1.11.0-alpha.9](https://gitlab.squiz.net/plug-and-play/component-library/compare/v1.11.0-alpha.8...v1.11.0-alpha.9) (2023-12-19) | ||
**Note:** Version bump only for package @squiz/xaccel-component-client-helpers | ||
### 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.10.0-alpha.13](https://gitlab.squiz.net/plug-and-play/component-library/compare/v1.10.0-alpha.12...v1.10.0-alpha.13) (2023-11-06) | ||
**Note:** Version bump only for package @squiz/xaccel-component-client-helpers | ||
# [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) | ||
# [1.10.0-alpha.5](https://gitlab.squiz.net/plug-and-play/component-library/compare/v1.9.0-beta.14...v1.10.0-alpha.5) (2023-10-26) | ||
**Note:** Version bump only for package @squiz/xaccel-component-client-helpers | ||
@@ -31,10 +26,2 @@ | ||
# [1.10.0-alpha.4](https://gitlab.squiz.net/plug-and-play/component-library/compare/v1.9.0-beta.14...v1.10.0-alpha.4) (2023-10-26) | ||
**Note:** Version bump only for package @squiz/xaccel-component-client-helpers | ||
# [1.9.0-beta.13](https://gitlab.squiz.net/plug-and-play/component-library/compare/v1.9.0-beta.12...v1.9.0-beta.13) (2023-10-25) | ||
@@ -41,0 +28,0 @@ |
{ | ||
"name": "@squiz/xaccel-component-client-helpers", | ||
"version": "1.10.0-alpha.15", | ||
"version": "1.11.0-alpha.9", | ||
"description": "", | ||
@@ -20,8 +20,8 @@ "main": "index.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"peerDependencies": { | ||
"react": ">=17", | ||
"react-dom": ">=17" | ||
}, | ||
"devDependencies": { | ||
"@squiz/xaccel-shared-config": "^1.10.0-alpha.15", | ||
"@squiz/xaccel-shared-config": "^1.9.0-beta.24", | ||
"@testing-library/react": "^12.1.5", | ||
@@ -31,3 +31,3 @@ "@types/react": "^17.0.53", | ||
}, | ||
"gitHead": "e0ef130813d40d17f99ca94576e9f600b398e91e" | ||
"gitHead": "bc45c4ecd0e8037030460ec1ad35af7d2b9c36a8" | ||
} |
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
23941
+ 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)