@oliasoft-open-source/react-ui-library 5.6.3 → 5.6.4
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 +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.4",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
|
|
6
6
|
"bugs": {
|
|
@@ -56,9 +56,6 @@
|
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@dnd-kit/core": "^6.3.1",
|
|
60
|
-
"@dnd-kit/sortable": "^8.0.0",
|
|
61
|
-
"@dnd-kit/utilities": "^3.2.2",
|
|
62
59
|
"@fontsource/noto-sans": "^5.2.5",
|
|
63
60
|
"@minoru/react-dnd-treeview": "^3.5.0",
|
|
64
61
|
"@remirror/pm": "^2.0.5",
|
|
@@ -149,7 +146,10 @@
|
|
|
149
146
|
"vite-plugin-html": "^3.2.2",
|
|
150
147
|
"vite-preset-react": "^2.3.0",
|
|
151
148
|
"vite-tsconfig-paths": "^5.1.4",
|
|
152
|
-
"vitest": "^3.0.7"
|
|
149
|
+
"vitest": "^3.0.7",
|
|
150
|
+
"@dnd-kit/core": "^6.3.1",
|
|
151
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
152
|
+
"@dnd-kit/utilities": "^3.2.2"
|
|
153
153
|
},
|
|
154
154
|
"peerDependencies": {
|
|
155
155
|
"@oliasoft-open-source/units": "^4.3.1",
|
|
@@ -159,7 +159,10 @@
|
|
|
159
159
|
"lodash": "^4",
|
|
160
160
|
"prop-types": "^15",
|
|
161
161
|
"react": ">=17 <19",
|
|
162
|
-
"react-dom": ">= 17 <19"
|
|
162
|
+
"react-dom": ">= 17 <19",
|
|
163
|
+
"@dnd-kit/core": "^6.3.1",
|
|
164
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
165
|
+
"@dnd-kit/utilities": "^3.2.2"
|
|
163
166
|
},
|
|
164
167
|
"resolutions": {
|
|
165
168
|
"jackspeak": "2.1.1"
|