@webiny/admin-ui 6.4.2 → 6.4.3-beta.0
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 +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/admin-ui",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.3-beta.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./index.js",
|
|
@@ -17,21 +17,21 @@
|
|
|
17
17
|
"@fortawesome/react-fontawesome": "3.3.1",
|
|
18
18
|
"@minoru/react-dnd-treeview": "3.5.4",
|
|
19
19
|
"@monaco-editor/react": "4.7.0",
|
|
20
|
-
"@radix-ui/react-scroll-area": "1.2.
|
|
20
|
+
"@radix-ui/react-scroll-area": "1.2.11",
|
|
21
21
|
"@tanstack/react-table": "8.21.3",
|
|
22
|
-
"@webiny/icons": "6.4.
|
|
23
|
-
"@webiny/react-composition": "6.4.
|
|
24
|
-
"@webiny/utils": "6.4.
|
|
22
|
+
"@webiny/icons": "6.4.3-beta.0",
|
|
23
|
+
"@webiny/react-composition": "6.4.3-beta.0",
|
|
24
|
+
"@webiny/utils": "6.4.3-beta.0",
|
|
25
25
|
"bytes": "3.1.2",
|
|
26
26
|
"class-variance-authority": "0.7.1",
|
|
27
27
|
"clsx": "2.1.1",
|
|
28
28
|
"cmdk": "1.1.1",
|
|
29
|
-
"date-fns": "4.
|
|
29
|
+
"date-fns": "4.4.0",
|
|
30
30
|
"lodash": "4.18.1",
|
|
31
31
|
"minimatch": "10.2.5",
|
|
32
|
-
"mobx": "6.
|
|
32
|
+
"mobx": "6.16.1",
|
|
33
33
|
"monaco-editor": "0.53.0",
|
|
34
|
-
"radix-ui": "1.
|
|
34
|
+
"radix-ui": "1.5.0",
|
|
35
35
|
"react": "18.3.1",
|
|
36
36
|
"react-color": "2.19.3",
|
|
37
37
|
"react-custom-scrollbars": "4.2.1",
|
|
@@ -40,32 +40,32 @@
|
|
|
40
40
|
"react-virtualized": "9.22.6",
|
|
41
41
|
"sonner": "2.0.7",
|
|
42
42
|
"tailwind-merge": "2.6.1",
|
|
43
|
-
"tailwindcss": "4.3.
|
|
43
|
+
"tailwindcss": "4.3.1",
|
|
44
44
|
"tw-animate-css": "1.4.0",
|
|
45
|
-
"type-fest": "5.
|
|
45
|
+
"type-fest": "5.7.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@fortawesome/free-solid-svg-icons": "7.2.0",
|
|
49
|
-
"@rsbuild/core": "2.0.
|
|
50
|
-
"@rsbuild/plugin-svgr": "2.0.
|
|
51
|
-
"@storybook/addon-a11y": "10.4.
|
|
52
|
-
"@storybook/addon-docs": "10.4.
|
|
53
|
-
"@storybook/react": "10.4.
|
|
54
|
-
"@tailwindcss/postcss": "4.3.
|
|
49
|
+
"@rsbuild/core": "2.0.14",
|
|
50
|
+
"@rsbuild/plugin-svgr": "2.0.3",
|
|
51
|
+
"@storybook/addon-a11y": "10.4.4",
|
|
52
|
+
"@storybook/addon-docs": "10.4.4",
|
|
53
|
+
"@storybook/react": "10.4.4",
|
|
54
|
+
"@tailwindcss/postcss": "4.3.1",
|
|
55
55
|
"@types/react": "18.3.29",
|
|
56
56
|
"@types/react-color": "3.0.13",
|
|
57
57
|
"@types/react-custom-scrollbars": "4.0.13",
|
|
58
58
|
"@types/react-virtualized": "9.22.3",
|
|
59
|
-
"@webiny/build-tools": "6.4.
|
|
60
|
-
"@webiny/project": "6.4.
|
|
59
|
+
"@webiny/build-tools": "6.4.3-beta.0",
|
|
60
|
+
"@webiny/project": "6.4.3-beta.0",
|
|
61
61
|
"chalk": "5.6.2",
|
|
62
62
|
"oxfmt": "0.51.0",
|
|
63
63
|
"rimraf": "6.1.3",
|
|
64
|
-
"sass": "1.
|
|
65
|
-
"storybook": "10.4.
|
|
64
|
+
"sass": "1.101.0",
|
|
65
|
+
"storybook": "10.4.4",
|
|
66
66
|
"storybook-react-rsbuild": "3.3.4",
|
|
67
67
|
"typescript": "6.0.3",
|
|
68
|
-
"vitest": "4.1.
|
|
68
|
+
"vitest": "4.1.8"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|