|
36 | 36 | ],
|
37 | 37 | "extends": [
|
38 | 38 | "react-app",
|
39 |
| - "react-app/jest", |
40 | 39 | "plugin:i18next/recommended",
|
41 | 40 | "plugin:react/recommended",
|
42 | 41 | "plugin:jest/recommended"
|
|
72 | 71 | },
|
73 | 72 | "dependencies": {
|
74 | 73 | "@fontsource/roboto": "^5.1.0",
|
75 |
| - "@material-ui/core": "^4.12.4", |
76 |
| - "@material-ui/icons": "^4.11.3", |
| 74 | + "@mui/icons-material": "^5.17.1", |
| 75 | + "@mui/material": "^5.17.1", |
77 | 76 | "@testing-library/jest-dom": "^6.4.8",
|
78 | 77 | "@testing-library/react": "^12.1.5",
|
79 | 78 | "@testing-library/user-event": "^14.5.2",
|
|
90 | 89 | "i18next-http-backend": "^2.5.2",
|
91 | 90 | "i18next-resources-to-backend": "^1.2.1",
|
92 | 91 | "kpop": "https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz",
|
93 |
| - "notistack": "^1.0.5", |
| 92 | + "notistack": "^1.0.10", |
94 | 93 | "query-string": "^8.2.0",
|
95 | 94 | "react": "^17.0.2",
|
96 | 95 | "react-app-polyfill": "^2.0.0",
|
97 | 96 | "react-dom": "^17.0.2",
|
98 | 97 | "react-i18next": "^15.1.1",
|
99 |
| - "react-intl": "^5.25.0", |
| 98 | + "react-intl": "^5.25.1", |
100 | 99 | "react-redux": "^8.1.3",
|
101 | 100 | "react-router": "^5.3.4",
|
102 | 101 | "react-router-dom": "5.2.1",
|
|
107 | 106 | "web-vitals": "^3.5.2"
|
108 | 107 | },
|
109 | 108 | "devDependencies": {
|
110 |
| - "@babel/core": "^7.26.9", |
111 |
| - "@babel/eslint-parser": "^7.26.9", |
| 109 | + "@babel/core": "^7.26.10", |
| 110 | + "@babel/eslint-parser": "^7.27.0", |
112 | 111 | "@babel/plugin-transform-class-properties": "^7.25.9",
|
113 |
| - "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", |
| 112 | + "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6", |
114 | 113 | "@babel/plugin-transform-numeric-separator": "^7.25.9",
|
115 | 114 | "@babel/plugin-transform-optional-chaining": "^7.25.9",
|
116 | 115 | "@babel/plugin-transform-private-methods": "^7.25.9",
|
117 | 116 | "@babel/plugin-transform-private-property-in-object": "^7.25.9",
|
118 | 117 | "@babel/preset-env": "^7.26.9",
|
119 | 118 | "@babel/preset-react": "^7.26.3",
|
120 |
| - "@babel/preset-typescript": "^7.26.3", |
121 |
| - "@babel/runtime": "^7.26.9", |
122 |
| - "@babel/runtime-corejs3": "^7.26.10", |
123 |
| - "@typescript-eslint/eslint-plugin": "^4.33.0", |
124 |
| - "@typescript-eslint/parser": "^4.33.0", |
125 |
| - "babel-eslint": "^10.1.0", |
| 119 | + "@babel/preset-typescript": "^7.27.0", |
| 120 | + "@babel/runtime": "^7.26.10", |
| 121 | + "@babel/runtime-corejs3": "^7.27.0", |
| 122 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 123 | + "@typescript-eslint/parser": "^6.21.0", |
126 | 124 | "babel-loader": "9.2.1",
|
127 | 125 | "babel-plugin-named-asset-import": "^0.3.8",
|
128 | 126 | "babel-preset-react-app": "^10.0.1",
|
|
132 | 130 | "css-minimizer-webpack-plugin": "^7.0.0",
|
133 | 131 | "dotenv": "16.4.5",
|
134 | 132 | "dotenv-expand": "10.0.0",
|
135 |
| - "eslint": "^7.32.0", |
136 |
| - "eslint-config-react-app": "^6.0.0", |
137 |
| - "eslint-loader": "^4.0.2", |
138 |
| - "eslint-plugin-flowtype": "^5.10.0", |
| 133 | + "eslint": "^8.57.1", |
| 134 | + "eslint-config-react-app": "^7.0.1", |
| 135 | + "eslint-plugin-flowtype": "^8.0.3", |
139 | 136 | "eslint-plugin-i18next": "^6.1.1",
|
140 | 137 | "eslint-plugin-import": "^2.30.0",
|
141 |
| - "eslint-plugin-jest": "^24.7.0", |
| 138 | + "eslint-plugin-jest": "^27.9.0", |
142 | 139 | "eslint-plugin-jsx-a11y": "^6.9.0",
|
143 | 140 | "eslint-plugin-react": "^7.37.2",
|
144 | 141 | "eslint-plugin-react-hooks": "^4.6.2",
|
145 |
| - "eslint-plugin-testing-library": "^3.10.2", |
146 |
| - "eslint-webpack-plugin": "^3.2.0", |
| 142 | + "eslint-plugin-testing-library": "^5.11.1", |
| 143 | + "eslint-webpack-plugin": "^4.2.0", |
147 | 144 | "file-loader": "6.2.0",
|
148 | 145 | "html-webpack-plugin": "5.6.3",
|
149 | 146 | "i18next-conv": "^15.1.1",
|
150 |
| - "i18next-parser": "^9.0.3", |
| 147 | + "i18next-parser": "^9.3.0", |
151 | 148 | "jest": "29.7.0",
|
152 | 149 | "license-checker-rseidelsohn": "4.4.2",
|
153 | 150 | "mini-css-extract-plugin": "2.9.2",
|
|
0 commit comments