@oliasoft-open-source/react-ui-library 5.0.0-beta-1 → 5.0.0
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
|
|
6
6
|
"bugs": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"prepare": "husky",
|
|
34
34
|
"prettier:check": "prettier --check \"**/*.{js,jsx,json,css,less}\"",
|
|
35
35
|
"prettier:fix": "prettier --write \"**/*.{js,jsx,json,css,less}\"",
|
|
36
|
-
"preview:docs": "yarn run http-server ./public -o -p 9002 -c-1",
|
|
36
|
+
"preview:docs": "yarn build:docs && yarn run http-server ./public -o -p 9002 -c-1",
|
|
37
37
|
"preview:storybook": "yarn run http-server ./public/storybook -o -p 9003 -c-1",
|
|
38
38
|
"test": "yarn run prettier:check && yarn run lint:check && yarn run test:unit",
|
|
39
39
|
"test:unit": "vitest run",
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"@typescript-eslint/parser": "^8.26.0",
|
|
105
105
|
"@vitejs/plugin-react": "^4.3.4",
|
|
106
106
|
"@vitest/coverage-c8": "^0.33.0",
|
|
107
|
+
"@vitest/coverage-istanbul": "^3.0.7",
|
|
107
108
|
"ajv": "^8.17.1",
|
|
108
109
|
"ajv-errors": "^3.0.0",
|
|
109
110
|
"ajv-keywords": "^5.1.0",
|
|
@@ -143,8 +144,8 @@
|
|
|
143
144
|
"vitest": "^3.0.7"
|
|
144
145
|
},
|
|
145
146
|
"peerDependencies": {
|
|
146
|
-
"@oliasoft-open-source/units": "^4.
|
|
147
|
-
"ajv": "^8.
|
|
147
|
+
"@oliasoft-open-source/units": "^4.3.1",
|
|
148
|
+
"ajv": "^8.17.1",
|
|
148
149
|
"ajv-errors": "^3.0.0",
|
|
149
150
|
"ajv-keywords": "^5.1.0",
|
|
150
151
|
"lodash": "^4",
|