@kaizen/components 3.3.7 → 3.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.8",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"frontend-apis": "There's an unresolved dep with 13.4.0 and onwards with node/msw, so we are locking to 13.3.0 for this update."
|
|
172
172
|
},
|
|
173
173
|
"peerDependencies": {
|
|
174
|
-
"@cultureamp/i18n-react-intl": "^2.5.9",
|
|
174
|
+
"@cultureamp/i18n-react-intl": "^2.5.9 || ^3.0.0 || ^4.0.0",
|
|
175
175
|
"react": "^18.3.1 || ^19.0.0",
|
|
176
176
|
"react-dom": "^18.3.1 || ^19.0.0",
|
|
177
177
|
"react-intl": "^6.6.8 || ^7.0.0",
|