@kaizen/components 1.73.9 → 1.73.10

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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.73.9",
3
+ "version": "1.73.10",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -121,7 +121,7 @@
121
121
  "@react-stately/list": "^3.12.0",
122
122
  "@react-stately/menu": "^3.9.2",
123
123
  "@react-stately/select": "^3.6.11",
124
- "@react-types/shared": "^3.26.0",
124
+ "@react-types/shared": "^3.28.0",
125
125
  "classnames": "^2.5.1",
126
126
  "date-fns": "^4.1.0",
127
127
  "lodash.debounce": "^4.0.8",
@@ -141,7 +141,7 @@
141
141
  "react-aria": "^3.38.1",
142
142
  "react-aria-components": "^1.7.1",
143
143
  "react-day-picker": "8.10.1",
144
- "react-focus-lock": "^2.13.5",
144
+ "react-focus-lock": "^2.13.6",
145
145
  "react-focus-on": "^3.9.4",
146
146
  "react-media": "^1.10.0",
147
147
  "react-popper": "^2.3.0",
@@ -156,14 +156,14 @@
156
156
  },
157
157
  "devDependencies": {
158
158
  "@cultureamp/frontend-apis": "^13.2.5",
159
- "@cultureamp/i18n-react-intl": "^2.7.1",
159
+ "@cultureamp/i18n-react-intl": "^2.7.3",
160
160
  "@testing-library/dom": "^10.4.0",
161
161
  "@types/jest-axe": "^3.5.9",
162
162
  "@types/lodash.debounce": "^4.0.9",
163
163
  "@types/react-highlight": "^0.12.8",
164
164
  "@types/react-textfit": "^1.1.4",
165
165
  "@types/uuid": "^10.0.0",
166
- "autoprefixer": "^10.4.20",
166
+ "autoprefixer": "^10.4.21",
167
167
  "concat-cli": "^4.0.0",
168
168
  "identity-obj-proxy": "^3.0.0",
169
169
  "jest-axe": "^10.0.0",
@@ -172,21 +172,21 @@
172
172
  "postcss": "^8.5.3",
173
173
  "postcss-cli": "^11.0.1",
174
174
  "postcss-import": "^16.1.0",
175
- "postcss-preset-env": "^10.1.3",
175
+ "postcss-preset-env": "^10.1.5",
176
176
  "postcss-scss": "^4.0.9",
177
177
  "query-string": "^9.1.1",
178
178
  "react": "^18.3.1",
179
179
  "react-dom": "^18.3.1",
180
180
  "react-highlight": "^0.15.0",
181
- "react-intl": "^7.1.0",
182
- "rollup": "^4.35.0",
181
+ "react-intl": "^7.1.6",
182
+ "rollup": "^4.36.0",
183
183
  "sass": "1.79.6",
184
184
  "serialize-query-params": "^2.0.2",
185
185
  "svgo": "^3.3.2",
186
186
  "tslib": "^2.8.1",
187
- "tsx": "^4.19.2",
187
+ "tsx": "^4.19.3",
188
188
  "@kaizen/design-tokens": "10.8.9",
189
- "@kaizen/package-bundler": "2.0.5"
189
+ "@kaizen/package-bundler": "2.0.6"
190
190
  },
191
191
  "devDependenciesComments": {
192
192
  "sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",