@oliasoft-open-source/react-ui-library 3.5.6 → 3.6.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/dist/index.js +3720 -3595
- package/package.json +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.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": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"preview:docs": "yarn run http-server ./public -o -p 9002 -c-1",
|
|
35
35
|
"preview:storybook": "yarn run http-server ./public/storybook -o -p 9003 -c-1",
|
|
36
36
|
"test": "yarn run prettier:check && yarn run lint:check && yarn run test:unit",
|
|
37
|
-
"test:unit": "
|
|
38
|
-
"test:unit:coverage": "vitest --coverage"
|
|
37
|
+
"test:unit": "vitest run",
|
|
38
|
+
"test:unit:coverage": "vitest run --coverage"
|
|
39
39
|
},
|
|
40
40
|
"lint-staged": {
|
|
41
41
|
"*.js": "eslint --cache --fix",
|
|
@@ -79,13 +79,11 @@
|
|
|
79
79
|
"@storybook/builder-vite": "^0.2.4",
|
|
80
80
|
"@storybook/react": "^6.5.10",
|
|
81
81
|
"@types/lodash": "^4.14.172",
|
|
82
|
-
"@types/mocha": "^9.0.0",
|
|
83
82
|
"@types/react": "^17.0.21",
|
|
84
83
|
"@types/react-redux": "^7.1.18",
|
|
85
84
|
"@types/seamless-immutable": "^7.1.16",
|
|
86
|
-
"@vitejs/plugin-react": "^
|
|
87
|
-
"@vitest/coverage-c8": "^0.
|
|
88
|
-
"babel-jest": "^29.4.1",
|
|
85
|
+
"@vitejs/plugin-react": "^4.0.0",
|
|
86
|
+
"@vitest/coverage-c8": "^0.31.4",
|
|
89
87
|
"eslint": "^8.27.0",
|
|
90
88
|
"eslint-config-airbnb": "^18.2.1",
|
|
91
89
|
"eslint-config-prettier": "^8.3.0",
|
|
@@ -94,11 +92,12 @@
|
|
|
94
92
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
95
93
|
"eslint-plugin-react": "^7.25.1",
|
|
96
94
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
95
|
+
"eslint-plugin-vitest": "^0.2.5",
|
|
96
|
+
"eslint-plugin-vitest-globals": "^1.3.1",
|
|
97
97
|
"http-server": "^14.1.1",
|
|
98
98
|
"husky": "^7.0.2",
|
|
99
99
|
"immer": "^9",
|
|
100
|
-
"
|
|
101
|
-
"jest-transform-stub": "^2.0.0",
|
|
100
|
+
"jsdom": "^22.1.0",
|
|
102
101
|
"less": "^4.1.1",
|
|
103
102
|
"lint-staged": "^11.1.2",
|
|
104
103
|
"prettier": "2.4.0",
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
"vite": "^3.1.8",
|
|
112
111
|
"vite-plugin-html": "^3.2.0",
|
|
113
112
|
"vite-preset-react": "^2.3.0",
|
|
114
|
-
"vitest": "^0.
|
|
113
|
+
"vitest": "^0.31.4"
|
|
115
114
|
},
|
|
116
115
|
"peerDependencies": {
|
|
117
116
|
"@oliasoft-open-source/units": "^2.6.1",
|