Merge pull request #1004 from ae-utbm/js-upgrade

Upgrade js dependencies
This commit is contained in:
Bartuccio Antoine 2025-01-14 17:57:48 +01:00 committed by GitHub
commit 9d98a20e40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1638 additions and 1604 deletions

View File

@ -12,7 +12,7 @@ repos:
rev: "v0.1.0" # Use the sha / tag you want to point at rev: "v0.1.0" # Use the sha / tag you want to point at
hooks: hooks:
- id: biome-check - id: biome-check
additional_dependencies: ["@biomejs/biome@1.9.3"] additional_dependencies: ["@biomejs/biome@1.9.4"]
- repo: https://github.com/rtts/djhtml - repo: https://github.com/rtts/djhtml
rev: 3.0.7 rev: 3.0.7
hooks: hooks:

3230
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,12 +25,12 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.2", "@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4", "@babel/preset-env": "^7.25.4",
"@biomejs/biome": "1.9.3", "@biomejs/biome": "1.9.4",
"@hey-api/openapi-ts": "^0.53.8", "@hey-api/openapi-ts": "^0.61.3",
"@rollup/plugin-inject": "^5.0.5", "@rollup/plugin-inject": "^5.0.5",
"@types/alpinejs": "^3.13.10", "@types/alpinejs": "^3.13.10",
"@types/jquery": "^3.5.31", "@types/jquery": "^3.5.31",
"vite": "^5.4.11", "vite": "^6.0.7",
"vite-bundle-visualizer": "^1.2.1", "vite-bundle-visualizer": "^1.2.1",
"vite-plugin-static-copy": "^2.1.0" "vite-plugin-static-copy": "^2.1.0"
}, },
@ -42,7 +42,7 @@
"@fullcalendar/daygrid": "^6.1.15", "@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/icalendar": "^6.1.15", "@fullcalendar/icalendar": "^6.1.15",
"@fullcalendar/list": "^6.1.15", "@fullcalendar/list": "^6.1.15",
"@hey-api/client-fetch": "^0.4.0", "@hey-api/client-fetch": "^0.6.0",
"@sentry/browser": "^8.34.0", "@sentry/browser": "^8.34.0",
"@zip.js/zip.js": "^2.7.52", "@zip.js/zip.js": "^2.7.52",
"3d-force-graph": "^1.73.4", "3d-force-graph": "^1.73.4",
@ -58,7 +58,7 @@
"jquery": "^3.7.1", "jquery": "^3.7.1",
"jquery-ui": "^1.14.0", "jquery-ui": "^1.14.0",
"native-file-system-adapter": "^3.0.1", "native-file-system-adapter": "^3.0.1",
"three": "^0.169.0", "three": "^0.172.0",
"three-spritetext": "^1.9.0", "three-spritetext": "^1.9.0",
"tom-select": "^2.3.1" "tom-select": "^2.3.1"
} }