2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-06 17:53:44 +00:00

bump vite, lodash, postcss (#11831)

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Matthias Mair
2026-05-01 06:02:51 +02:00
committed by GitHub
parent d603358205
commit 76da739c48
2 changed files with 296 additions and 130 deletions
+3 -1
View File
@@ -102,6 +102,7 @@
"react-window": "1.8.11",
"recharts": "^3.1.2",
"styled-components": "^6.1.14",
"undici": "^6.24.0",
"zustand": "^5.0.8"
},
"devDependencies": {
@@ -137,6 +138,7 @@
"vite-plugin-istanbul": "^8.0.0"
},
"resolutions": {
"undici": "^6.24.0"
"undici": "^6.24.0",
"vite": "^8.0.5"
}
}