diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-04 20:59:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 20:59:04 +0200 |
commit | 98ffe5bce8a92d64ed89a73c1a92960ae8418d72 (patch) | |
tree | 952d56d63cdbaa16cf3b22a2ddf22cb01114cd95 /src-vue | |
parent | 012ed1aeea84fb4ad212d8ff53381641d3604bb3 (diff) | |
download | FlightCore-98ffe5bce8a92d64ed89a73c1a92960ae8418d72.tar.gz FlightCore-98ffe5bce8a92d64ed89a73c1a92960ae8418d72.zip |
chore: bump typescript from 5.3.3 to 5.5.3 in /src-vue (#963)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.5.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.3.3...v5.5.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.json | 8 | ||||
-rw-r--r-- | src-vue/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index f2bfa57c..68342257 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/marked": "^6.0.0", "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^5.3.3", + "typescript": "^5.5.3", "vite": "^3.1.0", "vue-tsc": "^2.0.22" } @@ -1162,9 +1162,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/src-vue/package.json b/src-vue/package.json index d89be712..393eda77 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@types/marked": "^6.0.0", "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^5.3.3", + "typescript": "^5.5.3", "vite": "^3.1.0", "vue-tsc": "^2.0.22" } |