@oliasoft-open-source/react-ui-library 5.6.5-beta-6 → 5.6.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.6.5-beta-6",
3
+ "version": "5.6.5",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {
@@ -88,9 +88,6 @@
88
88
  "styled-components": "^6.1.15"
89
89
  },
90
90
  "devDependencies": {
91
- "@dnd-kit/core": "^6.3.1",
92
- "@dnd-kit/sortable": "^8.0.0",
93
- "@dnd-kit/utilities": "^3.2.2",
94
91
  "@eslint/eslintrc": "^3.3.0",
95
92
  "@eslint/js": "^9.21.0",
96
93
  "@mdx-js/react": "^3",
@@ -149,12 +146,12 @@
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"
153
- },
154
- "peerDependencies": {
149
+ "vitest": "^3.0.7",
155
150
  "@dnd-kit/core": "^6.3.1",
156
151
  "@dnd-kit/sortable": "^8.0.0",
157
- "@dnd-kit/utilities": "^3.2.2",
152
+ "@dnd-kit/utilities": "^3.2.2"
153
+ },
154
+ "peerDependencies": {
158
155
  "@oliasoft-open-source/units": "^4.3.1",
159
156
  "ajv": "^8.17.1",
160
157
  "ajv-errors": "^3.0.0",
@@ -162,7 +159,10 @@
162
159
  "lodash": "^4",
163
160
  "prop-types": "^15",
164
161
  "react": ">=17 <19",
165
- "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"
166
166
  },
167
167
  "resolutions": {
168
168
  "jackspeak": "2.1.1"