@oliasoft-open-source/react-ui-library 5.17.1 → 5.18.0-beta-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.
- package/dist/index.js +1 -1
- package/package.json +6 -5
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.18.0-beta-1",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
|
|
6
6
|
"bugs": {
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"@storybook/addon-docs": "^10.2.8",
|
|
82
82
|
"@storybook/addon-links": "^10.2.8",
|
|
83
83
|
"@storybook/addon-themes": "^10.2.8",
|
|
84
|
+
"@storybook/addon-vitest": "^10.2.8",
|
|
84
85
|
"@storybook/react-vite": "^10.2.8",
|
|
85
|
-
"@storybook/test-runner": "0.24.2",
|
|
86
86
|
"@testing-library/dom": "^10.4.1",
|
|
87
87
|
"@testing-library/react": "^16.3.1",
|
|
88
88
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -122,7 +122,8 @@
|
|
|
122
122
|
"vite-preset-react": "^2.3.0",
|
|
123
123
|
"vite-tsconfig-paths": "^5.1.4",
|
|
124
124
|
"vitest": "^3.0.7",
|
|
125
|
-
"wait-on": "^9.0.3"
|
|
125
|
+
"wait-on": "^9.0.3",
|
|
126
|
+
"@vitest/browser": "3.2.4"
|
|
126
127
|
},
|
|
127
128
|
"peerDependencies": {
|
|
128
129
|
"@dnd-kit/core": "^6.3.1",
|
|
@@ -149,8 +150,8 @@
|
|
|
149
150
|
"prettier:fix": "prettier --write \"**/*.{js,jsx,json,css,less,ts,tsx}\"",
|
|
150
151
|
"preview:storybook": "pnpm exec http-server ./public/storybook -o -p 9003 -c-1",
|
|
151
152
|
"test": "pnpm run prettier:check && pnpm run lint:check && pnpm run test:unit",
|
|
153
|
+
"test:storybook": "vitest run --config vitest.storybook.config.ts",
|
|
152
154
|
"test:unit": "vitest run",
|
|
153
|
-
"test:unit:coverage": "vitest run --coverage"
|
|
154
|
-
"test:storybook": "test-storybook --testTimeout=60000"
|
|
155
|
+
"test:unit:coverage": "vitest run --coverage"
|
|
155
156
|
}
|
|
156
157
|
}
|