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

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 -3
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.1",
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",
@@ -159,7 +159,7 @@
159
159
  "typedoc-plugin-markdown": "^4.2.8",
160
160
  "typescript": "^5.6.2",
161
161
  "vite": "^5.4.7",
162
- "vite-tsconfig-paths": "^5.0.1",
162
+ "vite-tsconfig-paths": "^4.3.2",
163
163
  "yarn-deduplicate": "^6.0.2"
164
164
  },
165
165
  "dependencies": {
@@ -180,4 +180,4 @@
180
180
  "url": "https://github.com/kubit-ui/kubit-react-components/issues"
181
181
  },
182
182
  "homepage": "https://www.kubit-ui.com/"
183
- }
183
+ }