@kaizen/components 3.3.7 → 3.3.9

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "3.3.7",
3
+ "version": "3.3.9",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -112,7 +112,7 @@
112
112
  "prosemirror-state": "^1.4.4",
113
113
  "prosemirror-transform": "^1.12.0",
114
114
  "prosemirror-utils": "^1.2.2",
115
- "prosemirror-view": "^1.42.1",
115
+ "prosemirror-view": "^1.42.2",
116
116
  "react-animate-height": "^3.2.4",
117
117
  "react-aria": "^3.41.1",
118
118
  "react-aria-components": "^1.10.1",
@@ -131,7 +131,7 @@
131
131
  "devDependencies": {
132
132
  "@cultureamp/frontend-apis": "13.3.0",
133
133
  "@cultureamp/i18n-react-intl": "^4.3.2",
134
- "@cultureamp/package-bundler": "^4.1.0",
134
+ "@cultureamp/package-bundler": "^4.1.1",
135
135
  "@svgr/rollup": "^8.1.0",
136
136
  "cssnano": "^7.1.9",
137
137
  "@testing-library/dom": "^10.4.1",
@@ -146,7 +146,7 @@
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.19",
149
+ "postcss": "^8.5.22",
150
150
  "postcss-cli": "^11.0.1",
151
151
  "postcss-import": "^16.1.1",
152
152
  "postcss-preset-env": "^11.3.2",
@@ -163,7 +163,7 @@
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.14"
166
+ "@kaizen/design-tokens": "11.0.15"
167
167
  },
168
168
  "devDependenciesComments": {
169
169
  "sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",
@@ -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",