@aleleba/ro-ut-ui 2.1.6 → 2.1.7
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aleleba/ro-ut-ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "UI Component for Ro-ut App",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -31,38 +31,38 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/aleleba/create-react-component-library#readme",
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@babel/core": "^7.20.
|
|
34
|
+
"@babel/core": "^7.20.7",
|
|
35
35
|
"@babel/preset-env": "^7.20.2",
|
|
36
36
|
"@babel/preset-react": "^7.18.6",
|
|
37
37
|
"@babel/preset-typescript": "^7.18.6",
|
|
38
38
|
"@babel/register": "^7.18.9",
|
|
39
|
-
"@mdx-js/react": "^2.1
|
|
40
|
-
"@storybook/addon-actions": "^6.5.
|
|
41
|
-
"@storybook/addon-essentials": "^6.5.
|
|
42
|
-
"@storybook/addon-interactions": "^6.5.
|
|
43
|
-
"@storybook/addon-links": "^6.5.
|
|
39
|
+
"@mdx-js/react": "^2.2.1",
|
|
40
|
+
"@storybook/addon-actions": "^6.5.15",
|
|
41
|
+
"@storybook/addon-essentials": "^6.5.15",
|
|
42
|
+
"@storybook/addon-interactions": "^6.5.15",
|
|
43
|
+
"@storybook/addon-links": "^6.5.15",
|
|
44
44
|
"@storybook/addon-postcss": "^2.0.0",
|
|
45
|
-
"@storybook/builder-webpack5": "^6.5.
|
|
46
|
-
"@storybook/manager-webpack5": "^6.5.
|
|
45
|
+
"@storybook/builder-webpack5": "^6.5.15",
|
|
46
|
+
"@storybook/manager-webpack5": "^6.5.15",
|
|
47
47
|
"@storybook/mdx2-csf": "^0.0.3",
|
|
48
48
|
"@storybook/preset-scss": "^1.0.3",
|
|
49
|
-
"@storybook/react": "^6.5.
|
|
49
|
+
"@storybook/react": "^6.5.15",
|
|
50
50
|
"@storybook/testing-library": "^0.0.13",
|
|
51
51
|
"@testing-library/jest-dom": "^5.16.5",
|
|
52
52
|
"@testing-library/react": "^13.4.0",
|
|
53
53
|
"@testing-library/user-event": "^14.4.3",
|
|
54
54
|
"@types/jest": "^29.2.4",
|
|
55
|
-
"@types/node": "^18.11.
|
|
55
|
+
"@types/node": "^18.11.18",
|
|
56
56
|
"@types/react": "^18.0.26",
|
|
57
|
-
"@types/react-dom": "^18.0.
|
|
57
|
+
"@types/react-dom": "^18.0.10",
|
|
58
58
|
"@types/webpack": "^5.28.0",
|
|
59
59
|
"babel-loader": "^9.1.0",
|
|
60
60
|
"bootstrap": "^5.2.3",
|
|
61
61
|
"clean-webpack-plugin": "^4.0.0",
|
|
62
|
-
"css-loader": "^6.7.
|
|
62
|
+
"css-loader": "^6.7.3",
|
|
63
63
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
64
64
|
"dotenv": "^16.0.3",
|
|
65
|
-
"eslint": "^8.
|
|
65
|
+
"eslint": "^8.30.0",
|
|
66
66
|
"eslint-plugin-react": "^7.31.11",
|
|
67
67
|
"eslint-plugin-storybook": "^0.6.8",
|
|
68
68
|
"eslint-webpack-plugin": "^3.2.0",
|
|
@@ -70,16 +70,16 @@
|
|
|
70
70
|
"jest": "^29.3.1",
|
|
71
71
|
"jest-environment-jsdom": "^29.3.1",
|
|
72
72
|
"jest-fetch-mock": "^3.0.3",
|
|
73
|
-
"mini-css-extract-plugin": "^2.7.
|
|
73
|
+
"mini-css-extract-plugin": "^2.7.2",
|
|
74
74
|
"react": "^18.2.0",
|
|
75
75
|
"react-dom": "^18.2.0",
|
|
76
|
-
"sass": "^1.
|
|
76
|
+
"sass": "^1.57.1",
|
|
77
77
|
"sass-loader": "^13.2.0",
|
|
78
78
|
"style-loader": "^3.3.1",
|
|
79
79
|
"terser-webpack-plugin": "^5.3.6",
|
|
80
80
|
"ts-loader": "^9.4.2",
|
|
81
81
|
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
82
|
-
"typescript": "^4.9.
|
|
82
|
+
"typescript": "^4.9.4",
|
|
83
83
|
"url-loader": "^4.1.1",
|
|
84
84
|
"webpack": "^5.75.0",
|
|
85
85
|
"webpack-cli": "^5.0.1",
|