@kubit-ui-web/react-components 2.0.0-beta.47 → 2.0.0-beta.48
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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubit-ui-web/react-components",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.48",
|
|
4
4
|
"description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kubit",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"react-dom": ">=17.0.0 || >=18.3.1"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
|
-
"@floating-ui/dom": "^1.7.
|
|
145
|
+
"@floating-ui/dom": "^1.7.5"
|
|
146
146
|
},
|
|
147
147
|
"devDependencies": {
|
|
148
148
|
"@testing-library/dom": "^10.4.1",
|
|
@@ -160,7 +160,6 @@
|
|
|
160
160
|
"eslint": "^9.39.2",
|
|
161
161
|
"eslint-config-kubit": "1.2.0",
|
|
162
162
|
"glob": "^13.0.0",
|
|
163
|
-
"happy-dom": "^20.3.7",
|
|
164
163
|
"html-validate": "^10.7.0",
|
|
165
164
|
"jsdom": "^27.4.0",
|
|
166
165
|
"prettier": "^3.8.1",
|
|
@@ -168,13 +167,13 @@
|
|
|
168
167
|
"react-dom": "18.3.1",
|
|
169
168
|
"terser": "^5.46.0",
|
|
170
169
|
"typescript": "^5.9.3",
|
|
171
|
-
"typescript-eslint": "^8.
|
|
170
|
+
"typescript-eslint": "^8.54.0",
|
|
172
171
|
"vite": "^7.3.1",
|
|
173
172
|
"vite-plugin-dts": "^4.5.4",
|
|
174
173
|
"vite-tsconfig-paths": "^6.0.5",
|
|
175
174
|
"vitest": "^4.0.18",
|
|
176
175
|
"vitest-axe": "^0.1.0",
|
|
177
|
-
"@kubit-ui-web/design-system": "2.0.0-beta.
|
|
176
|
+
"@kubit-ui-web/design-system": "2.0.0-beta.5"
|
|
178
177
|
},
|
|
179
178
|
"publishConfig": {
|
|
180
179
|
"access": "public",
|