|
90 | 90 | "i18next-http-backend": "^2.5.2",
|
91 | 91 | "i18next-resources-to-backend": "^1.2.1",
|
92 | 92 | "kpop": "https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz",
|
| 93 | + "notistack": "^1.0.5", |
93 | 94 | "query-string": "^8.2.0",
|
94 | 95 | "react": "^17.0.2",
|
95 | 96 | "react-app-polyfill": "^2.0.0",
|
96 | 97 | "react-dom": "^17.0.2",
|
97 | 98 | "react-i18next": "^15.1.1",
|
| 99 | + "react-intl": "^5.25.0", |
98 | 100 | "react-redux": "^8.1.3",
|
99 | 101 | "react-router": "^5.3.4",
|
100 | 102 | "react-router-dom": "5.2.1",
|
101 | 103 | "redux": "^4.2.1",
|
102 | 104 | "redux-logger": "^3.0.6",
|
103 | 105 | "redux-thunk": "^2.4.2",
|
104 | 106 | "render-if": "^0.1.1",
|
105 |
| - "web-vitals": "^3.5.2", |
106 |
| - "notistack": "^1.0.5", |
107 |
| - "react-intl": "^5.25.0" |
| 107 | + "web-vitals": "^3.5.2" |
108 | 108 | },
|
109 | 109 | "devDependencies": {
|
110 | 110 | "@babel/core": "^7.26.9",
|
|
147 | 147 | "file-loader": "6.2.0",
|
148 | 148 | "html-webpack-plugin": "5.6.3",
|
149 | 149 | "i18next-conv": "^15.1.1",
|
150 |
| - "i18next-parser": "^9.0.2", |
| 150 | + "i18next-parser": "^9.0.3", |
151 | 151 | "jest": "29.7.0",
|
152 | 152 | "license-checker-rseidelsohn": "4.4.2",
|
153 | 153 | "mini-css-extract-plugin": "2.9.2",
|
|
172 | 172 | "overrides": {
|
173 | 173 | "kpop>cldr": "",
|
174 | 174 | "kpop>notistack": "^1.0.5",
|
175 |
| - "kpop>react-intl": "^5.25.0" |
176 |
| - } |
| 175 | + "kpop>react-intl": "^5.25.0", |
| 176 | + "undici": ">=6.21.1", |
| 177 | + "vue-template-compiler": "^3.0.0" |
| 178 | + }, |
| 179 | + "ignoredBuiltDependencies": [ |
| 180 | + "core-js-pure", |
| 181 | + "esbuild" |
| 182 | + ] |
177 | 183 | }
|
178 | 184 | }
|
0 commit comments