Skip to content

Commit 99c0ba1

Browse files
chore(deps): bump typescript from 5.9.3 to 6.0.3 in the production-dependencies group across 1 directory (#4497)
Co-authored-by: ildyria <beviguier@gmail.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent fabb82e commit 99c0ba1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"tailwindcss": "^4.1.0",
7171
"tailwindcss-primeui": "^0.6.1",
7272
"tinygesture": "^3.0.1",
73-
"typescript": "^5.9.3",
73+
"typescript": "^6.0.3",
7474
"vite": "^8.0.16",
7575
"vite-plugin-commonjs": "^0.10.4",
7676
"vue": "^3.5.38",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3636
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
3737
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
38-
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
38+
"types": ["dropbox-chooser", "leaflet.markercluster", "leaflet-rotatedmarker"], /* Specify type package names to be included without being referenced in a source file. */
3939
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
4040
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
4141
// "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */

0 commit comments

Comments
 (0)