Skip to content

Commit 4c5a51b

Browse files
authored
Merge pull request #30 from kubit-ui/feature/fix-bug-build-library
Downgrade vite paths library
2 parents 0087ab4 + 980f5d9 commit 4c5a51b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubit-ui-web/react-components",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
55
"author": {
66
"name": "Kubit",
@@ -159,7 +159,7 @@
159159
"typedoc-plugin-markdown": "^4.2.8",
160160
"typescript": "^5.6.2",
161161
"vite": "^5.4.7",
162-
"vite-tsconfig-paths": "^5.0.1",
162+
"vite-tsconfig-paths": "^4.3.2",
163163
"yarn-deduplicate": "^6.0.2"
164164
},
165165
"dependencies": {
@@ -180,4 +180,4 @@
180180
"url": "https://github.com/kubit-ui/kubit-react-components/issues"
181181
},
182182
"homepage": "https://www.kubit-ui.com/"
183-
}
183+
}

0 commit comments

Comments
 (0)