@kaizen/components 1.54.0 → 1.54.1
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "1.54.
|
|
3
|
+
"version": "1.54.1",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -76,19 +76,19 @@
|
|
|
76
76
|
"react-textfit": "^1.1.1",
|
|
77
77
|
"resize-observer-polyfill": "^1.5.1",
|
|
78
78
|
"use-debounce": "^10.0.1",
|
|
79
|
-
"uuid": "^
|
|
79
|
+
"uuid": "^10.0.0",
|
|
80
80
|
"@kaizen/hosted-assets": "2.0.3"
|
|
81
81
|
},
|
|
82
82
|
"dependenciesComments": {
|
|
83
83
|
"react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@cultureamp/frontend-apis": "^9.5.
|
|
86
|
+
"@cultureamp/frontend-apis": "^9.5.1",
|
|
87
87
|
"@cultureamp/i18n-react-intl": "^2.5.8",
|
|
88
88
|
"@types/lodash.debounce": "^4.0.9",
|
|
89
89
|
"@types/react-dom": "^18.3.0",
|
|
90
90
|
"@types/react-textfit": "^1.1.4",
|
|
91
|
-
"@types/uuid": "^
|
|
91
|
+
"@types/uuid": "^10.0.0",
|
|
92
92
|
"autoprefixer": "^10.4.19",
|
|
93
93
|
"concat-cli": "^4.0.0",
|
|
94
94
|
"query-string": "^9.0.0",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"ts-jest": "^29.1.4",
|
|
101
101
|
"tslib": "^2.6.3",
|
|
102
102
|
"tsx": "^4.15.1",
|
|
103
|
-
"@kaizen/
|
|
104
|
-
"@kaizen/
|
|
103
|
+
"@kaizen/design-tokens": "10.4.2",
|
|
104
|
+
"@kaizen/package-bundler": "1.1.2"
|
|
105
105
|
},
|
|
106
106
|
"devDependenciesComments": {
|
|
107
107
|
"postcss": "Installed in root",
|