@gusarov-studio/rubik-ui 3.7.1 → 3.8.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/Avatar/AvatarContext.d.ts +3 -3
- package/dist/Box/Box.d.ts +1 -1
- package/dist/BrandIcon/BrandIcon.d.ts +1 -1
- package/dist/Icon/Icon.d.ts +1 -1
- package/dist/IconButton/IconButton.d.ts +2 -2
- package/dist/InputSlider/InputSlider.d.ts +2 -2
- package/dist/ThemesProvider/ThemesProvider.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +2 -2
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.declarations.tsbuildinfo +1 -1
- package/package.json +36 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gusarov-studio/rubik-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,70 +10,72 @@
|
|
|
10
10
|
"prettify": "npx prettier ./src ./.storybook --write",
|
|
11
11
|
"declarations": "tsc --p tsconfig.declarations.json",
|
|
12
12
|
"build": "webpack --mode=production && npm run declarations",
|
|
13
|
-
"lint": "eslint --config .
|
|
13
|
+
"lint": "eslint --config eslint.config.mjs ./src --fix",
|
|
14
14
|
"prepare": "husky"
|
|
15
15
|
},
|
|
16
16
|
"author": "",
|
|
17
17
|
"license": "ISC",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@radix-ui/react-accordion": "^1.2.
|
|
20
|
-
"@radix-ui/react-avatar": "^1.1.
|
|
21
|
-
"@radix-ui/react-slider": "^1.2.
|
|
22
|
-
"@radix-ui/react-slot": "^1.1.
|
|
23
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
24
|
-
"class-variance-authority": "^0.7.0",
|
|
19
|
+
"@radix-ui/react-accordion": "^1.2.2",
|
|
20
|
+
"@radix-ui/react-avatar": "^1.1.2",
|
|
21
|
+
"@radix-ui/react-slider": "^1.2.2",
|
|
22
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
23
|
+
"@radix-ui/react-tabs": "^1.1.2",
|
|
25
24
|
"clsx": "^2.1.1",
|
|
26
25
|
"normalize.css": "^8.0.1"
|
|
27
26
|
},
|
|
28
27
|
"peerDependencies": {
|
|
29
|
-
"react": "18.x",
|
|
30
|
-
"react-dom": "18.x"
|
|
28
|
+
"react": "18.x || 19.x",
|
|
29
|
+
"react-dom": "18.x || 19.x"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "^7.
|
|
34
|
-
"@babel/eslint-parser": "^7.25.
|
|
35
|
-
"@
|
|
36
|
-
"@eslint/js": "^9.10.0",
|
|
32
|
+
"@babel/core": "^7.26.0",
|
|
33
|
+
"@babel/eslint-parser": "^7.25.9",
|
|
34
|
+
"@eslint/js": "^9.17.0",
|
|
37
35
|
"@jest/globals": "^29.7.0",
|
|
38
36
|
"@storybook/addon-essentials": "^8.2.9",
|
|
39
37
|
"@storybook/addon-interactions": "^8.2.9",
|
|
40
38
|
"@storybook/addon-links": "^8.2.9",
|
|
41
|
-
"@storybook/addon-
|
|
42
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
39
|
+
"@storybook/addon-styling-webpack": "^1.0.1",
|
|
43
40
|
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
|
|
44
41
|
"@storybook/blocks": "^8.2.9",
|
|
45
42
|
"@storybook/react": "^8.2.9",
|
|
46
43
|
"@storybook/react-webpack5": "^8.2.9",
|
|
47
44
|
"@storybook/test": "^8.2.9",
|
|
48
45
|
"@types/jest": "^29.5.14",
|
|
49
|
-
"@types/react": "^
|
|
50
|
-
"@types/react-dom": "^
|
|
46
|
+
"@types/react": "^19.0.2",
|
|
47
|
+
"@types/react-dom": "^19.0.2",
|
|
51
48
|
"@types/webpack": "^5.28.5",
|
|
52
|
-
"@typescript-eslint/
|
|
53
|
-
"@typescript-eslint/parser": "^8.4.0",
|
|
49
|
+
"@typescript-eslint/parser": "^8.18.2",
|
|
54
50
|
"css-loader": "^7.1.2",
|
|
55
51
|
"esbuild-loader": "^4.2.2",
|
|
56
|
-
"eslint": "^
|
|
57
|
-
"eslint-
|
|
58
|
-
"eslint-plugin-
|
|
59
|
-
"eslint-plugin-
|
|
60
|
-
"
|
|
52
|
+
"eslint": "^9.17.0",
|
|
53
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
54
|
+
"eslint-plugin-import": "^2.31.0",
|
|
55
|
+
"eslint-plugin-react": "^7.37.3",
|
|
56
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
57
|
+
"eslint-plugin-storybook": "^0.11.1",
|
|
58
|
+
"globals": "^15.14.0",
|
|
59
|
+
"husky": "^9.1.7",
|
|
61
60
|
"jest": "^29.7.0",
|
|
62
61
|
"jest-environment-jsdom": "^29.7.0",
|
|
63
|
-
"lint-staged": "^15.
|
|
64
|
-
"prettier": "^3.
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
62
|
+
"lint-staged": "^15.3.0",
|
|
63
|
+
"prettier": "^3.4.2",
|
|
64
|
+
"react": "^19.0.0",
|
|
65
|
+
"react-dom": "^19.0.0",
|
|
66
|
+
"sass": "^1.83.0",
|
|
67
|
+
"sass-loader": "^16.0.4",
|
|
68
|
+
"semantic-release": "^24.2.0",
|
|
68
69
|
"storybook": "^8.2.9",
|
|
69
70
|
"style-loader": "^4.0.0",
|
|
70
71
|
"ts-jest": "^29.2.5",
|
|
71
|
-
"typescript": "^5.
|
|
72
|
+
"typescript": "^5.7.2",
|
|
73
|
+
"typescript-eslint": "^8.18.2",
|
|
72
74
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
73
|
-
"webpack": "^5.
|
|
74
|
-
"webpack-cli": "^
|
|
75
|
+
"webpack": "^5.97.1",
|
|
76
|
+
"webpack-cli": "^6.0.1"
|
|
75
77
|
},
|
|
76
78
|
"lint-staged": {
|
|
77
|
-
"*.{js,jsx,ts,tsx,css,scss,md,mdx}": "prettier --write"
|
|
79
|
+
"*.{js,jsx,ts,tsx,css,scss,md,mdx,mjs,cjs}": "prettier --write"
|
|
78
80
|
}
|
|
79
81
|
}
|