@devopness/ui-react 2.154.0 → 2.155.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/dist/src/icons/iconLoader.d.ts +20 -4
- package/dist/ui-react.cjs +139 -139
- package/dist/ui-react.js +2701 -2749
- package/package.json +23 -24
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@devopness/ui-react",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.155.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -57,54 +57,53 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://github.com/devopness/devopness#readme",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@mui/material": "^6.4.
|
|
61
|
-
"@mui/styled-engine-sc": "^6.4.
|
|
62
|
-
"framer-motion": "^11.18.1",
|
|
60
|
+
"@mui/material": "^6.4.4",
|
|
61
|
+
"@mui/styled-engine-sc": "^6.4.3",
|
|
63
62
|
"ldrs": "^1.0.2",
|
|
64
63
|
"lodash": "^4.17.21",
|
|
65
64
|
"material-ui-popup-state": "^5.3.3",
|
|
66
65
|
"path-browserify": "^1.0.1",
|
|
67
66
|
"react-icons": "^5.4.0",
|
|
68
|
-
"styled-components": "^6.1.
|
|
67
|
+
"styled-components": "^6.1.15"
|
|
69
68
|
},
|
|
70
69
|
"devDependencies": {
|
|
71
70
|
"@emotion/styled": "^11.14.0",
|
|
72
|
-
"@eslint/js": "^9.
|
|
73
|
-
"@storybook/addon-essentials": "^8.5.
|
|
74
|
-
"@storybook/blocks": "^8.5.
|
|
75
|
-
"@storybook/manager-api": "^8.5.
|
|
76
|
-
"@storybook/react": "^8.5.
|
|
77
|
-
"@storybook/react-vite": "^8.5.
|
|
78
|
-
"@storybook/test": "^8.5.
|
|
79
|
-
"@storybook/theming": "^8.5.
|
|
71
|
+
"@eslint/js": "^9.20.0",
|
|
72
|
+
"@storybook/addon-essentials": "^8.5.6",
|
|
73
|
+
"@storybook/blocks": "^8.5.6",
|
|
74
|
+
"@storybook/manager-api": "^8.5.1",
|
|
75
|
+
"@storybook/react": "^8.5.1",
|
|
76
|
+
"@storybook/react-vite": "^8.5.6",
|
|
77
|
+
"@storybook/test": "^8.5.6",
|
|
78
|
+
"@storybook/theming": "^8.5.5",
|
|
80
79
|
"@testing-library/react": "^16.2.0",
|
|
81
|
-
"@types/lodash": "^4.17.
|
|
82
|
-
"@types/node": "^22.
|
|
80
|
+
"@types/lodash": "^4.17.15",
|
|
81
|
+
"@types/node": "^22.13.4",
|
|
83
82
|
"@types/path-browserify": "^1.0.3",
|
|
84
83
|
"@types/react": "^18.3.13",
|
|
85
84
|
"@types/react-dom": "^18.3.0",
|
|
86
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
87
|
-
"eslint": "^9.
|
|
85
|
+
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
86
|
+
"eslint": "^9.20.1",
|
|
88
87
|
"eslint-plugin-import": "^2.31.0",
|
|
89
88
|
"eslint-plugin-import-helpers": "^2.0.1",
|
|
90
89
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
91
90
|
"eslint-plugin-react": "^7.37.4",
|
|
92
91
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
93
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
92
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
94
93
|
"eslint-plugin-storybook": "^0.11.2",
|
|
95
|
-
"globals": "^15.
|
|
94
|
+
"globals": "^15.15.0",
|
|
96
95
|
"jsdom": "^26.0.0",
|
|
97
|
-
"prettier": "^3.
|
|
96
|
+
"prettier": "^3.5.1",
|
|
98
97
|
"prettier-plugin-multiline-arrays": "^4.0.2",
|
|
99
98
|
"react": "^18.3.1",
|
|
100
99
|
"react-dom": "^18.3.1",
|
|
101
|
-
"storybook": "^8.5.
|
|
100
|
+
"storybook": "^8.5.5",
|
|
102
101
|
"typescript": "^5.7.3",
|
|
103
|
-
"typescript-eslint": "~8.
|
|
104
|
-
"vite": "^6.0
|
|
102
|
+
"typescript-eslint": "~8.24.0",
|
|
103
|
+
"vite": "^6.1.0",
|
|
105
104
|
"vite-plugin-dts": "^4.5.0",
|
|
106
105
|
"vite-tsconfig-paths": "^5.1.4",
|
|
107
|
-
"vitest": "^3.0.
|
|
106
|
+
"vitest": "^3.0.5"
|
|
108
107
|
},
|
|
109
108
|
"peerDependencies": {
|
|
110
109
|
"react": "^18.3.1",
|