@kaizen/components 3.3.9 → 3.3.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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "3.3.9",
3
+ "version": "3.3.10",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -79,7 +79,7 @@
79
79
  "dependencies": {
80
80
  "@floating-ui/react-dom": "^2.1.9",
81
81
  "@headlessui/react": "^2.2.10",
82
- "@internationalized/date": "^3.8.2",
82
+ "@internationalized/date": "^3.9.0",
83
83
  "@popperjs/core": "^2.11.8",
84
84
  "@reach/tabs": "^0.18.0",
85
85
  "@react-aria/button": "^3.13.3",
@@ -91,13 +91,13 @@
91
91
  "@react-aria/overlays": "^3.27.3",
92
92
  "@react-aria/select": "^3.15.7",
93
93
  "@react-aria/utils": "^3.29.1",
94
- "@react-stately/collections": "^3.12.5",
94
+ "@react-stately/collections": "^3.12.7",
95
95
  "@react-stately/combobox": "^3.11.1",
96
- "@react-stately/datepicker": "^3.14.2",
97
- "@react-stately/list": "^3.12.3",
98
- "@react-stately/menu": "^3.9.5",
99
- "@react-stately/select": "^3.6.14",
100
- "@react-types/shared": "^3.30.0",
96
+ "@react-stately/datepicker": "^3.15.1",
97
+ "@react-stately/list": "^3.13.0",
98
+ "@react-stately/menu": "^3.9.7",
99
+ "@react-stately/select": "^3.7.1",
100
+ "@react-types/shared": "^3.32.0",
101
101
  "classnames": "^2.5.1",
102
102
  "date-fns": "^4.4.0",
103
103
  "lodash.debounce": "^4.0.8",
@@ -130,10 +130,9 @@
130
130
  },
131
131
  "devDependencies": {
132
132
  "@cultureamp/frontend-apis": "13.3.0",
133
- "@cultureamp/i18n-react-intl": "^4.3.2",
133
+ "@cultureamp/i18n-react-intl": "^4.5.0",
134
134
  "@cultureamp/package-bundler": "^4.1.1",
135
135
  "@svgr/rollup": "^8.1.0",
136
- "cssnano": "^7.1.9",
137
136
  "@testing-library/dom": "^10.4.1",
138
137
  "@types/jest-axe": "^3.5.9",
139
138
  "@types/lodash.debounce": "^4.0.9",
@@ -142,28 +141,29 @@
142
141
  "@types/uuid": "^11.0.0",
143
142
  "autoprefixer": "^10.5.4",
144
143
  "concat-cli": "^4.0.0",
144
+ "cssnano": "^7.1.9",
145
145
  "identity-obj-proxy": "^3.0.0",
146
146
  "jest-axe": "^10.0.0",
147
147
  "lodash.isempty": "^4.4.0",
148
148
  "normalize.css": "^8.0.1",
149
- "postcss": "^8.5.22",
149
+ "postcss": "^8.5.25",
150
150
  "postcss-cli": "^11.0.1",
151
151
  "postcss-import": "^16.1.1",
152
152
  "postcss-preset-env": "^11.3.2",
153
153
  "postcss-scss": "^4.0.9",
154
154
  "query-string": "^9.4.1",
155
- "react": "^19.2.7",
156
- "react-dom": "^19.2.7",
155
+ "react": "^19.2.8",
156
+ "react-dom": "^19.2.8",
157
157
  "react-highlight": "^0.15.0",
158
- "react-intl": "^10.1.18",
159
- "rollup": "^4.62.2",
158
+ "react-intl": "^10.1.19",
159
+ "rollup": "^4.62.3",
160
160
  "sass": "1.79.6",
161
161
  "serialize-query-params": "^2.0.4",
162
162
  "svgo": "^4.0.2",
163
163
  "ts-patch": "^3.3.0",
164
164
  "tslib": "^2.8.1",
165
165
  "tsx": "^4.23.1",
166
- "@kaizen/design-tokens": "11.0.15"
166
+ "@kaizen/design-tokens": "11.0.16"
167
167
  },
168
168
  "devDependenciesComments": {
169
169
  "sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",