@oliasoft-open-source/react-ui-library 6.9.1-beta-1 → 6.9.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "6.9.1-beta-1",
3
+ "version": "6.9.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": {
@@ -137,7 +137,7 @@
137
137
  "prettier:check": "prettier --check \"**/*.{js,jsx,json,css,less,ts,tsx}\"",
138
138
  "prettier:fix": "prettier --write \"**/*.{js,jsx,json,css,less,ts,tsx}\"",
139
139
  "preview:storybook": "pnpm exec http-server ./public/storybook -o -p 9003 -c-1",
140
- "test": "pnpm run prettier:check && pnpm run lint:check && pnpm run test:unit",
140
+ "test": "pnpm run prettier:check && pnpm run test:unit",
141
141
  "test:storybook": "vitest run --config vitest.storybook.config.ts",
142
142
  "test:unit": "vitest run",
143
143
  "test:unit:coverage": "vitest run --coverage"