Skip to content

Commit dbef08f

Browse files
committed
chore: bump idp deps
chore: bump esbuild in idp chore: bump undici in idp chore: bump vue-template-compiler in idp
1 parent cfca57f commit dbef08f

File tree

2 files changed

+147
-139
lines changed

2 files changed

+147
-139
lines changed

services/idp/package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,21 @@
9090
"i18next-http-backend": "^2.5.2",
9191
"i18next-resources-to-backend": "^1.2.1",
9292
"kpop": "https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz",
93+
"notistack": "^1.0.5",
9394
"query-string": "^8.2.0",
9495
"react": "^17.0.2",
9596
"react-app-polyfill": "^2.0.0",
9697
"react-dom": "^17.0.2",
9798
"react-i18next": "^15.1.1",
99+
"react-intl": "^5.25.0",
98100
"react-redux": "^8.1.3",
99101
"react-router": "^5.3.4",
100102
"react-router-dom": "5.2.1",
101103
"redux": "^4.2.1",
102104
"redux-logger": "^3.0.6",
103105
"redux-thunk": "^2.4.2",
104106
"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"
108108
},
109109
"devDependencies": {
110110
"@babel/core": "^7.26.9",
@@ -147,7 +147,7 @@
147147
"file-loader": "6.2.0",
148148
"html-webpack-plugin": "5.6.3",
149149
"i18next-conv": "^15.1.1",
150-
"i18next-parser": "^9.0.2",
150+
"i18next-parser": "^9.0.3",
151151
"jest": "29.7.0",
152152
"license-checker-rseidelsohn": "4.4.2",
153153
"mini-css-extract-plugin": "2.9.2",
@@ -172,7 +172,13 @@
172172
"overrides": {
173173
"kpop>cldr": "",
174174
"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+
]
177183
}
178184
}

0 commit comments

Comments
 (0)