chore: missing @types dependency for geojson (#19870)

This commit is contained in:
Min Idzelis 2025-07-11 07:42:25 -04:00 committed by GitHub
parent d087f7c870
commit 906d14c172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
web/package-lock.json generated
View File

@ -19,6 +19,7 @@
"@photo-sphere-viewer/resolution-plugin": "^5.11.5", "@photo-sphere-viewer/resolution-plugin": "^5.11.5",
"@photo-sphere-viewer/settings-plugin": "^5.11.5", "@photo-sphere-viewer/settings-plugin": "^5.11.5",
"@photo-sphere-viewer/video-plugin": "^5.11.5", "@photo-sphere-viewer/video-plugin": "^5.11.5",
"@types/geojson": "^7946.0.16",
"@zoom-image/core": "^0.41.0", "@zoom-image/core": "^0.41.0",
"@zoom-image/svelte": "^0.3.0", "@zoom-image/svelte": "^0.3.0",
"async-mutex": "^0.5.0", "async-mutex": "^0.5.0",

View File

@ -36,6 +36,7 @@
"@photo-sphere-viewer/resolution-plugin": "^5.11.5", "@photo-sphere-viewer/resolution-plugin": "^5.11.5",
"@photo-sphere-viewer/settings-plugin": "^5.11.5", "@photo-sphere-viewer/settings-plugin": "^5.11.5",
"@photo-sphere-viewer/video-plugin": "^5.11.5", "@photo-sphere-viewer/video-plugin": "^5.11.5",
"@types/geojson": "^7946.0.16",
"@zoom-image/core": "^0.41.0", "@zoom-image/core": "^0.41.0",
"@zoom-image/svelte": "^0.3.0", "@zoom-image/svelte": "^0.3.0",
"async-mutex": "^0.5.0", "async-mutex": "^0.5.0",