@kaizen/components 3.1.2 → 3.1.3

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -99,14 +99,14 @@
99
99
  "@react-stately/select": "^3.6.14",
100
100
  "@react-types/shared": "^3.30.0",
101
101
  "classnames": "^2.5.1",
102
- "date-fns": "^4.1.0",
102
+ "date-fns": "^4.2.1",
103
103
  "lodash.debounce": "^4.0.8",
104
104
  "nanobus": "^4.5.0",
105
105
  "prosemirror-commands": "^1.7.1",
106
106
  "prosemirror-history": "^1.5.0",
107
107
  "prosemirror-inputrules": "^1.5.1",
108
108
  "prosemirror-keymap": "^1.2.3",
109
- "prosemirror-model": "^1.25.6",
109
+ "prosemirror-model": "^1.25.7",
110
110
  "prosemirror-schema-basic": "^1.2.4",
111
111
  "prosemirror-schema-list": "^1.5.1",
112
112
  "prosemirror-state": "^1.4.4",
@@ -145,7 +145,7 @@
145
145
  "jest-axe": "^10.0.0",
146
146
  "lodash.isempty": "^4.4.0",
147
147
  "normalize.css": "^8.0.1",
148
- "postcss": "^8.5.14",
148
+ "postcss": "^8.5.15",
149
149
  "postcss-cli": "^11.0.1",
150
150
  "postcss-import": "^16.1.1",
151
151
  "postcss-preset-env": "^11.3.0",
@@ -154,15 +154,15 @@
154
154
  "react": "^19.2.6",
155
155
  "react-dom": "^19.2.6",
156
156
  "react-highlight": "^0.15.0",
157
- "react-intl": "^10.1.6",
157
+ "react-intl": "^10.1.9",
158
158
  "rollup": "^4.60.4",
159
159
  "sass": "1.79.6",
160
160
  "serialize-query-params": "^2.0.4",
161
161
  "svgo": "^4.0.1",
162
162
  "ts-patch": "^3.3.0",
163
163
  "tslib": "^2.8.1",
164
- "tsx": "^4.22.0",
165
- "@kaizen/design-tokens": "11.0.8"
164
+ "tsx": "^4.22.3",
165
+ "@kaizen/design-tokens": "11.0.9"
166
166
  },
167
167
  "devDependenciesComments": {
168
168
  "sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",