@aleleba/ro-ut-ui 2.2.11 → 2.2.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aleleba/ro-ut-ui",
3
- "version": "2.2.11",
3
+ "version": "2.2.14",
4
4
  "description": "UI Component for Ro-ut App",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -34,60 +34,60 @@
34
34
  },
35
35
  "homepage": "https://github.com/aleleba/create-react-component-library#readme",
36
36
  "devDependencies": {
37
- "@babel/core": "^7.22.5",
38
- "@babel/preset-env": "^7.22.5",
39
- "@babel/preset-react": "^7.22.5",
40
- "@babel/preset-typescript": "^7.22.5",
41
- "@babel/register": "^7.22.5",
42
- "@mdx-js/react": "^2.3.0",
43
- "@storybook/addon-actions": "^7.0.22",
44
- "@storybook/addon-docs": "^7.0.22",
45
- "@storybook/addon-essentials": "^7.0.22",
46
- "@storybook/addon-interactions": "^7.0.22",
47
- "@storybook/addon-links": "^7.0.22",
37
+ "@babel/core": "^7.23.3",
38
+ "@babel/preset-env": "^7.23.3",
39
+ "@babel/preset-react": "^7.23.3",
40
+ "@babel/preset-typescript": "^7.23.3",
41
+ "@babel/register": "^7.22.15",
42
+ "@mdx-js/react": "^3.0.0",
43
+ "@storybook/addon-actions": "^7.5.3",
44
+ "@storybook/addon-docs": "^7.5.3",
45
+ "@storybook/addon-essentials": "^7.5.3",
46
+ "@storybook/addon-interactions": "^7.5.3",
47
+ "@storybook/addon-links": "^7.5.3",
48
48
  "@storybook/mdx2-csf": "^1.1.0",
49
49
  "@storybook/preset-scss": "^1.0.3",
50
- "@storybook/react": "^7.0.22",
51
- "@storybook/react-webpack5": "^7.0.22",
52
- "@storybook/testing-library": "^0.2.0",
53
- "@testing-library/jest-dom": "^5.16.5",
54
- "@testing-library/react": "^14.0.0",
55
- "@testing-library/user-event": "^14.4.3",
56
- "@types/jest": "^29.5.2",
57
- "@types/node": "^20.3.1",
58
- "@types/react": "^18.2.13",
59
- "@types/react-dom": "^18.2.6",
60
- "@types/webpack": "^5.28.1",
61
- "babel-loader": "^9.1.2",
62
- "bootstrap": "^5.3.0",
50
+ "@storybook/react": "^7.5.3",
51
+ "@storybook/react-webpack5": "^7.5.3",
52
+ "@storybook/testing-library": "^0.2.2",
53
+ "@testing-library/jest-dom": "^6.1.4",
54
+ "@testing-library/react": "^14.1.0",
55
+ "@testing-library/user-event": "^14.5.1",
56
+ "@types/jest": "^29.5.8",
57
+ "@types/node": "^20.9.0",
58
+ "@types/react": "^18.2.37",
59
+ "@types/react-dom": "^18.2.15",
60
+ "@types/webpack": "^5.28.5",
61
+ "babel-loader": "^9.1.3",
62
+ "bootstrap": "^5.3.2",
63
63
  "clean-webpack-plugin": "^4.0.0",
64
64
  "css-loader": "^6.8.1",
65
65
  "css-minimizer-webpack-plugin": "^5.0.1",
66
- "cypress": "^12.15.0",
66
+ "cypress": "^13.5.0",
67
67
  "dotenv": "^16.3.1",
68
- "eslint": "^8.43.0",
69
- "eslint-plugin-react": "^7.32.2",
70
- "eslint-plugin-storybook": "^0.6.12",
68
+ "eslint": "^8.53.0",
69
+ "eslint-plugin-react": "^7.33.2",
70
+ "eslint-plugin-storybook": "^0.6.15",
71
71
  "eslint-webpack-plugin": "^4.0.1",
72
72
  "html-webpack-plugin": "^5.5.3",
73
73
  "identity-obj-proxy": "^3.0.0",
74
- "jest": "^29.5.0",
75
- "jest-environment-jsdom": "^29.5.0",
74
+ "jest": "^29.7.0",
75
+ "jest-environment-jsdom": "^29.7.0",
76
76
  "jest-fetch-mock": "^3.0.3",
77
77
  "mini-css-extract-plugin": "^2.7.6",
78
78
  "react": "^18.2.0",
79
79
  "react-dom": "^18.2.0",
80
80
  "resolve-ts-aliases": "^1.0.1",
81
- "sass": "^1.63.6",
81
+ "sass": "^1.69.5",
82
82
  "sass-loader": "^13.3.2",
83
- "storybook": "^7.0.22",
83
+ "storybook": "^7.5.3",
84
84
  "style-loader": "^3.3.3",
85
85
  "terser-webpack-plugin": "^5.3.9",
86
- "ts-jest": "^29.1.0",
87
- "tsconfig-paths-webpack-plugin": "^4.0.1",
88
- "typescript": "^5.1.3",
86
+ "ts-jest": "^29.1.1",
87
+ "tsconfig-paths-webpack-plugin": "^4.1.0",
88
+ "typescript": "^5.2.2",
89
89
  "url-loader": "^4.1.1",
90
- "webpack": "^5.88.0",
90
+ "webpack": "^5.89.0",
91
91
  "webpack-cli": "^5.1.4",
92
92
  "webpack-node-externals": "^3.0.0"
93
93
  },