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

[UI] Adjust frontend deps (#11840)

* Frontend deps

- Follow-up to https://github.com/inventree/InvenTree/pull/11831
- Pin vite version to 8.0.5

* Revert vite to 6.4.2

Co-authored-by: Copilot <copilot@github.com>

* Fix dependency warnings

Co-authored-by: Copilot <copilot@github.com>

---------

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Oliver
2026-05-02 07:19:00 +10:00
committed by GitHub
parent 6bbc511028
commit c4a395ac0c
2 changed files with 26 additions and 428 deletions
+4 -3
View File
@@ -84,7 +84,8 @@
"codemirror": "^6.0.2",
"dayjs": "^1.11.13",
"dompurify": "^3.2.4",
"easymde": "^2.18.0",
"easymde": "^2.20.0",
"embla-carousel": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"fuse.js": "^7.0.0",
"html5-qrcode": "^2.3.8",
@@ -131,7 +132,7 @@
"rollup": "^4.59.0",
"rollup-plugin-license": "^3.7.0",
"typescript": "^5.9.3",
"vite": "7.3.2",
"vite": "^6.4.2",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-externals": "^0.6.2",
@@ -139,6 +140,6 @@
},
"resolutions": {
"undici": "^6.24.0",
"vite": "^8.0.5"
"vite": "^6.4.2"
}
}