@aleleba/ro-ut-ui 4.6.1 → 4.6.2
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.css +32 -32
- package/package.json +14 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aleleba/ro-ut-ui",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.2",
|
|
4
4
|
"description": "UI Component for Ro-ut App",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/types/components/index.d.ts",
|
|
@@ -52,22 +52,23 @@
|
|
|
52
52
|
"@babel/preset-react": "^7.29.7",
|
|
53
53
|
"@babel/preset-typescript": "^7.29.7",
|
|
54
54
|
"@babel/register": "^7.29.7",
|
|
55
|
+
"@emnapi/runtime": "^1.11.1",
|
|
55
56
|
"@eslint/js": "^9.39.4",
|
|
56
57
|
"@mdx-js/react": "^3.1.1",
|
|
57
|
-
"@storybook/addon-docs": "^10.4.
|
|
58
|
-
"@storybook/addon-links": "^10.4.
|
|
58
|
+
"@storybook/addon-docs": "^10.4.4",
|
|
59
|
+
"@storybook/addon-links": "^10.4.4",
|
|
59
60
|
"@storybook/addon-styling-webpack": "^3.0.2",
|
|
60
61
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",
|
|
61
|
-
"@storybook/cli": "^10.4.
|
|
62
|
+
"@storybook/cli": "^10.4.4",
|
|
62
63
|
"@storybook/preset-scss": "^1.0.3",
|
|
63
|
-
"@storybook/react-webpack5": "^10.4.
|
|
64
|
-
"@tailwindcss/postcss": "^4.3.
|
|
64
|
+
"@storybook/react-webpack5": "^10.4.4",
|
|
65
|
+
"@tailwindcss/postcss": "^4.3.1",
|
|
65
66
|
"@testing-library/dom": "^10.4.1",
|
|
66
67
|
"@testing-library/jest-dom": "^6.9.1",
|
|
67
68
|
"@testing-library/react": "^16.3.2",
|
|
68
69
|
"@testing-library/user-event": "^14.6.1",
|
|
69
70
|
"@types/jest": "^30.0.0",
|
|
70
|
-
"@types/node": "^25.9.
|
|
71
|
+
"@types/node": "^25.9.3",
|
|
71
72
|
"@types/react": "^19.2.17",
|
|
72
73
|
"@types/react-dom": "^19.2.3",
|
|
73
74
|
"@types/webpack": "^5.28.5",
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
"dotenv": "^17.4.2",
|
|
80
81
|
"eslint": "^9.39.4",
|
|
81
82
|
"eslint-plugin-react": "^7.37.5",
|
|
82
|
-
"eslint-plugin-storybook": "^10.4.
|
|
83
|
+
"eslint-plugin-storybook": "^10.4.4",
|
|
83
84
|
"eslint-webpack-plugin": "^6.0.0",
|
|
84
85
|
"globals": "^17.6.0",
|
|
85
86
|
"html-webpack-plugin": "^5.6.7",
|
|
@@ -94,11 +95,11 @@
|
|
|
94
95
|
"react-dom": "^19.2.7",
|
|
95
96
|
"react-router-dom": "^7.17.0",
|
|
96
97
|
"resolve-ts-aliases": "^1.0.1",
|
|
97
|
-
"sass": "^1.
|
|
98
|
+
"sass": "^1.101.0",
|
|
98
99
|
"sass-loader": "^17.0.0",
|
|
99
|
-
"storybook": "^10.4.
|
|
100
|
+
"storybook": "^10.4.4",
|
|
100
101
|
"style-loader": "^4.0.0",
|
|
101
|
-
"tailwindcss": "^4.3.
|
|
102
|
+
"tailwindcss": "^4.3.1",
|
|
102
103
|
"terser-webpack-plugin": "^5.6.1",
|
|
103
104
|
"ts-jest": "^29.4.11",
|
|
104
105
|
"ts-loader": "^9.6.0",
|
|
@@ -118,7 +119,8 @@
|
|
|
118
119
|
},
|
|
119
120
|
"overrides": {
|
|
120
121
|
"node-gyp": "^12.4.0",
|
|
121
|
-
"tar": "^7.5.16"
|
|
122
|
+
"tar": "^7.5.16",
|
|
123
|
+
"esbuild": "^0.28.1"
|
|
122
124
|
},
|
|
123
125
|
"files": [
|
|
124
126
|
"./dist"
|