@kubit-ui-web/react-components 1.13.0 → 1.13.2

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubit-ui-web/react-components",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
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",
@@ -19,7 +19,6 @@
19
19
  "main": "./dist/cjs/index.js",
20
20
  "module": "./dist/esm/index.js",
21
21
  "types": "./dist/esm/index.d.ts",
22
- "type": "module",
23
22
  "engines": {
24
23
  "node": ">=20.x",
25
24
  "npm": ">=7.0.0"
@@ -159,7 +158,7 @@
159
158
  "typedoc-plugin-markdown": "^4.2.8",
160
159
  "typescript": "^5.6.2",
161
160
  "vite": "^5.4.7",
162
- "vite-tsconfig-paths": "^5.0.1",
161
+ "vite-tsconfig-paths": "^4.3.2",
163
162
  "yarn-deduplicate": "^6.0.2"
164
163
  },
165
164
  "dependencies": {
@@ -180,4 +179,4 @@
180
179
  "url": "https://github.com/kubit-ui/kubit-react-components/issues"
181
180
  },
182
181
  "homepage": "https://www.kubit-ui.com/"
183
- }
182
+ }