@eightshift/ui-components 1.7.0 → 1.7.1
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eightshift/ui-components",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -42,52 +42,52 @@
|
|
|
42
42
|
"@dnd-kit/react": "^0.0.5",
|
|
43
43
|
"react": "^18.3.1",
|
|
44
44
|
"react-dom": "^18.3.1",
|
|
45
|
-
"react-jsx-parser": "^2.2.
|
|
45
|
+
"react-jsx-parser": "^2.2.2",
|
|
46
46
|
"react-movable": "^3.3.1",
|
|
47
47
|
"svg-to-jsx-string": "^0.1.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@adobe/react-spectrum": "^3.37.
|
|
50
|
+
"@adobe/react-spectrum": "^3.37.1",
|
|
51
51
|
"@dnd-kit/core": "^6.1.0",
|
|
52
52
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
53
53
|
"@dnd-kit/sortable": "^8.0.0",
|
|
54
54
|
"@dnd-kit/utilities": "^3.2.2",
|
|
55
|
-
"@eslint/compat": "^1.2.
|
|
55
|
+
"@eslint/compat": "^1.2.3",
|
|
56
56
|
"@react-stately/collections": "^3.11.0",
|
|
57
|
-
"@stylistic/eslint-plugin-js": "^2.
|
|
58
|
-
"@types/react": "^18.3.
|
|
59
|
-
"@types/react-dom": "^18.3.
|
|
57
|
+
"@stylistic/eslint-plugin-js": "^2.10.1",
|
|
58
|
+
"@types/react": "^18.3.12",
|
|
59
|
+
"@types/react-dom": "^18.3.1",
|
|
60
60
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
61
|
-
"@wordpress/i18n": "^5.
|
|
61
|
+
"@wordpress/i18n": "^5.11.0",
|
|
62
62
|
"autoprefixer": "^10.4.20",
|
|
63
63
|
"clsx": "^2.1.1",
|
|
64
64
|
"css-gradient-parser": "^0.0.16",
|
|
65
|
-
"eslint": "^9.
|
|
65
|
+
"eslint": "^9.14.0",
|
|
66
66
|
"eslint-config-prettier": "^9.1.0",
|
|
67
|
-
"eslint-plugin-jsdoc": "^50.
|
|
67
|
+
"eslint-plugin-jsdoc": "^50.5.0",
|
|
68
68
|
"eslint-plugin-prettier": "^5.2.1",
|
|
69
|
-
"framer-motion": "^11.11.
|
|
69
|
+
"framer-motion": "^11.11.17",
|
|
70
70
|
"glob": "^11.0.0",
|
|
71
|
-
"globals": "^15.
|
|
71
|
+
"globals": "^15.12.0",
|
|
72
72
|
"just-camel-case": "^6.2.0",
|
|
73
73
|
"just-debounce-it": "^3.2.0",
|
|
74
74
|
"just-has": "^2.3.0",
|
|
75
75
|
"just-is-empty": "^3.4.1",
|
|
76
76
|
"just-kebab-case": "^4.2.0",
|
|
77
77
|
"just-throttle": "^4.2.0",
|
|
78
|
-
"lightningcss": "^1.
|
|
79
|
-
"postcss": "^8.4.
|
|
78
|
+
"lightningcss": "^1.28.1",
|
|
79
|
+
"postcss": "^8.4.49",
|
|
80
80
|
"prettier": "^3.3.3",
|
|
81
81
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
82
|
-
"react-aria": "^3.35.
|
|
83
|
-
"react-aria-components": "^1.4.
|
|
84
|
-
"react-select": "^5.8.
|
|
82
|
+
"react-aria": "^3.35.1",
|
|
83
|
+
"react-aria-components": "^1.4.1",
|
|
84
|
+
"react-select": "^5.8.3",
|
|
85
85
|
"react-stately": "^3.33.0",
|
|
86
|
-
"tailwindcss": "^3.4.
|
|
86
|
+
"tailwindcss": "^3.4.15",
|
|
87
87
|
"tailwindcss-animate": "^1.0.7",
|
|
88
88
|
"tailwindcss-react-aria-components": "^1.1.6",
|
|
89
|
-
"tailwindcss-scoped-preflight": "^3.4.
|
|
90
|
-
"vite": "^5.4.
|
|
89
|
+
"tailwindcss-scoped-preflight": "^3.4.9",
|
|
90
|
+
"vite": "^5.4.11",
|
|
91
91
|
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
92
92
|
},
|
|
93
93
|
"scripts": {
|