Skip to content

Commit fef132a

Browse files
committed
chore: fix deprecated deps, fix build
1 parent dbef08f commit fef132a

File tree

4 files changed

+844
-539
lines changed

4 files changed

+844
-539
lines changed

services/idp/package.json

+19-22
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
],
3737
"extends": [
3838
"react-app",
39-
"react-app/jest",
4039
"plugin:i18next/recommended",
4140
"plugin:react/recommended",
4241
"plugin:jest/recommended"
@@ -72,8 +71,8 @@
7271
},
7372
"dependencies": {
7473
"@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",
7776
"@testing-library/jest-dom": "^6.4.8",
7877
"@testing-library/react": "^12.1.5",
7978
"@testing-library/user-event": "^14.5.2",
@@ -90,13 +89,13 @@
9089
"i18next-http-backend": "^2.5.2",
9190
"i18next-resources-to-backend": "^1.2.1",
9291
"kpop": "https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz",
93-
"notistack": "^1.0.5",
92+
"notistack": "^1.0.10",
9493
"query-string": "^8.2.0",
9594
"react": "^17.0.2",
9695
"react-app-polyfill": "^2.0.0",
9796
"react-dom": "^17.0.2",
9897
"react-i18next": "^15.1.1",
99-
"react-intl": "^5.25.0",
98+
"react-intl": "^5.25.1",
10099
"react-redux": "^8.1.3",
101100
"react-router": "^5.3.4",
102101
"react-router-dom": "5.2.1",
@@ -107,22 +106,21 @@
107106
"web-vitals": "^3.5.2"
108107
},
109108
"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",
112111
"@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",
114113
"@babel/plugin-transform-numeric-separator": "^7.25.9",
115114
"@babel/plugin-transform-optional-chaining": "^7.25.9",
116115
"@babel/plugin-transform-private-methods": "^7.25.9",
117116
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
118117
"@babel/preset-env": "^7.26.9",
119118
"@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",
126124
"babel-loader": "9.2.1",
127125
"babel-plugin-named-asset-import": "^0.3.8",
128126
"babel-preset-react-app": "^10.0.1",
@@ -132,22 +130,21 @@
132130
"css-minimizer-webpack-plugin": "^7.0.0",
133131
"dotenv": "16.4.5",
134132
"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",
139136
"eslint-plugin-i18next": "^6.1.1",
140137
"eslint-plugin-import": "^2.30.0",
141-
"eslint-plugin-jest": "^24.7.0",
138+
"eslint-plugin-jest": "^27.9.0",
142139
"eslint-plugin-jsx-a11y": "^6.9.0",
143140
"eslint-plugin-react": "^7.37.2",
144141
"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",
147144
"file-loader": "6.2.0",
148145
"html-webpack-plugin": "5.6.3",
149146
"i18next-conv": "^15.1.1",
150-
"i18next-parser": "^9.0.3",
147+
"i18next-parser": "^9.3.0",
151148
"jest": "29.7.0",
152149
"license-checker-rseidelsohn": "4.4.2",
153150
"mini-css-extract-plugin": "2.9.2",

0 commit comments

Comments
 (0)