@oliasoft-open-source/react-ui-library 5.0.0-beta-1 → 5.0.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.0.0-beta-1",
3
+ "version": "5.0.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": {
@@ -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",
@@ -80,7 +80,6 @@
80
80
  "styled-components": "^6.1.15"
81
81
  },
82
82
  "devDependencies": {
83
- "@chromatic-com/storybook": "^3",
84
83
  "@eslint/eslintrc": "^3.3.0",
85
84
  "@eslint/js": "^9.21.0",
86
85
  "@oliasoft-open-source/eslint-config-oliasoft": "^1.3.1",
@@ -104,6 +103,7 @@
104
103
  "@typescript-eslint/parser": "^8.26.0",
105
104
  "@vitejs/plugin-react": "^4.3.4",
106
105
  "@vitest/coverage-c8": "^0.33.0",
106
+ "@vitest/coverage-istanbul": "^3.0.7",
107
107
  "ajv": "^8.17.1",
108
108
  "ajv-errors": "^3.0.0",
109
109
  "ajv-keywords": "^5.1.0",
@@ -143,8 +143,8 @@
143
143
  "vitest": "^3.0.7"
144
144
  },
145
145
  "peerDependencies": {
146
- "@oliasoft-open-source/units": "^4.2.5",
147
- "ajv": "^8.12.0",
146
+ "@oliasoft-open-source/units": "^4.3.1",
147
+ "ajv": "^8.17.1",
148
148
  "ajv-errors": "^3.0.0",
149
149
  "ajv-keywords": "^5.1.0",
150
150
  "lodash": "^4",