Move user_picture.js to webpack

* Fix relative path generation in webpack
* remove vendored/native-file-system-adapter
* remove vendored/zip.js
This commit is contained in:
2024-10-09 00:19:14 +02:00
committed by Bartuccio Antoine
parent b969513d94
commit ceee393bd8
34 changed files with 5883 additions and 5876 deletions

View File

@ -738,8 +738,6 @@ if SENTRY_DSN:
)
SITH_FRONT_DEP_VERSIONS = {
"https://github.com/gildas-lormeau/zip.js": "2.7.47",
"https://github.com/jimmywarting/native-file-system-adapter": "3.0.1",
"https://github.com/chartjs/Chart.js/": "2.6.0",
"https://github.com/getsentry/sentry-javascript/": "8.26.0",
"https://github.com/cytoscape/cytoscape.js": "3.30.2 ",