Skip to content

Commit a4f2db9

Browse files
committed
fix(admin-ui): remove unused project dependency & upgrade i18next #1619
Signed-off-by: Jeet Viramgama <[email protected]>
1 parent 1b0025f commit a4f2db9

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

admin-ui/package.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"raw-loader": "^4.0.2",
8888
"redux-saga-test-plan": "^4.0.6",
8989
"resize-observer-polyfill": "^1.5.1",
90-
"sass": "~1.67.0",
9190
"rimraf": "^5.0.5",
91+
"sass": "~1.67.0",
9292
"sass-loader": "^13.2.2",
9393
"style-loader": "^3.3.2",
9494
"webpack": "^5.77.0",
@@ -121,17 +121,13 @@
121121
"formik": "^2.2.9",
122122
"fs-extra": "^11.1.1",
123123
"holderjs": "^2.9.9",
124-
"i18next": "^23.5.1",
125-
"i18next-browser-languagedetector": "^7.0.1",
126-
"i18next-fetch-backend": "^5.0.2",
127-
"isomorphic-fetch": "^3.0.0",
124+
"i18next": "^23.10.1",
128125
"jans_config_api": "file:jans_config_api",
129126
"jszip": "^3.10.1",
130127
"jwt-decode": "^4.0.0",
131128
"lodash": "^4.17.21",
132129
"moment": "^2.29.4",
133130
"node-fetch": "^3.3.1",
134-
"numeral": "^2.0.6",
135131
"path-browserify": "^1.0.1",
136132
"postcss": "^8.4.21",
137133
"pretty-checkbox": "^3.0.3",
@@ -147,7 +143,7 @@
147143
"react-error-boundary": "^4.0.3",
148144
"react-grid-layout": "^1.3.4",
149145
"react-helmet": "^6.1.0",
150-
"react-i18next": "^12.2.0",
146+
"react-i18next": "^14.1.0",
151147
"react-idle-timer": "^5.5.3",
152148
"react-redux": "^8.0.5",
153149
"react-responsive": "^9.0.2",
@@ -162,11 +158,9 @@
162158
"recharts": "^2.5.0",
163159
"redux-persist": "^6.0.0",
164160
"redux-saga": "^1.2.3",
165-
"text-mask-addons": "^3.8.0",
166161
"tss-react": "^4.8.2",
167162
"unzipper": "^0.10.11",
168163
"uuid": "^9.0.0",
169-
"webpack-flush-chunks": "^2.0.3",
170164
"yup": "^1.0.2"
171165
},
172166
"resolutions": {

0 commit comments

Comments
 (0)