aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-20 12:16:55 +0100
committerGitHub <noreply@github.com>2024-11-20 12:16:55 +0100
commitdbe230e837dfeeabb74d2ca45f12ad9acafe94b2 (patch)
tree619e31739adeaa38847fc589812e031cb8a43610 /src-vue
parent2fd8a99fcdd4d0c40221e1234b7f10299fad27dc (diff)
downloadFlightCore-dbe230e837dfeeabb74d2ca45f12ad9acafe94b2.tar.gz
FlightCore-dbe230e837dfeeabb74d2ca45f12ad9acafe94b2.zip
chore: bump typescript from 5.5.4 to 5.6.3 in /src-vue (#1028)HEADmain
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-vue')
-rw-r--r--src-vue/package-lock.json8
-rw-r--r--src-vue/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index 0b9a769c..b67fa7d8 100644
--- a/src-vue/package-lock.json
+++ b/src-vue/package-lock.json
@@ -19,7 +19,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
- "typescript": "^5.5.4",
+ "typescript": "^5.6.3",
"vite": "^3.1.0",
"vue-tsc": "^2.1.10"
}
@@ -1232,9 +1232,9 @@
}
},
"node_modules/typescript": {
- "version": "5.5.4",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
- "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
+ "version": "5.6.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
+ "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"devOptional": true,
"bin": {
"tsc": "bin/tsc",
diff --git a/src-vue/package.json b/src-vue/package.json
index 79e0ed6a..be8d155f 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -20,7 +20,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
- "typescript": "^5.5.4",
+ "typescript": "^5.6.3",
"vite": "^3.1.0",
"vue-tsc": "^2.1.10"
}