@cratis/components 4.2.2 → 4.2.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.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cratis/components",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
4
4
|
"description": "React components for CQRS and event-sourced apps — command dialogs, typed forms, and query-backed data tables for Cratis Arc",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -260,19 +260,19 @@
|
|
|
260
260
|
"build-storybook": "yarn workspace @cratis/components.storybook build"
|
|
261
261
|
},
|
|
262
262
|
"dependencies": {
|
|
263
|
-
"@internationalized/date": "3.12.
|
|
263
|
+
"@internationalized/date": "3.12.4",
|
|
264
264
|
"allotment": "1.20.5",
|
|
265
|
-
"framer-motion": "13.
|
|
266
|
-
"react-aria": "3.
|
|
267
|
-
"react-aria-components": "1.
|
|
265
|
+
"framer-motion": "13.2.0",
|
|
266
|
+
"react-aria": "3.52.1",
|
|
267
|
+
"react-aria-components": "1.21.1",
|
|
268
268
|
"react-icons": "5.7.0",
|
|
269
269
|
"ts-deepmerge": "8.0.0"
|
|
270
270
|
},
|
|
271
271
|
"devDependencies": {
|
|
272
|
-
"@cratis/arc.vite": "22.
|
|
272
|
+
"@cratis/arc.vite": "22.13.1",
|
|
273
273
|
"pixi.js": "^8.20.1",
|
|
274
|
-
"react": "19.
|
|
275
|
-
"react-dom": "19.
|
|
274
|
+
"react": "19.3.0",
|
|
275
|
+
"react-dom": "19.3.0"
|
|
276
276
|
},
|
|
277
277
|
"peerDependencies": {
|
|
278
278
|
"@cratis/arc": ">=20.3.1 <23",
|