diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-17 01:19:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 01:19:06 +0100 |
commit | 6f1b492a63555c126337ed93aaa9d7b5451bf67e (patch) | |
tree | 36c984ad6badd1dcbdb8a32b7d57acbb2900c438 /src-vue | |
parent | 5fa77cf1555cbc8ddde22b4f86556ab190c530ed (diff) | |
download | FlightCore-6f1b492a63555c126337ed93aaa9d7b5451bf67e.tar.gz FlightCore-6f1b492a63555c126337ed93aaa9d7b5451bf67e.zip |
chore: bump typescript from 5.2.2 to 5.3.3 in /src-vue (#697)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.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 7a410fc1..4a163197 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.2.2", + "typescript": "^5.3.3", "vite": "^3.1.0", "vue-tsc": "^1.8.22" } @@ -1168,9 +1168,9 @@ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/src-vue/package.json b/src-vue/package.json index 3c8f6ed8..72142e58 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.2.2", + "typescript": "^5.3.3", "vite": "^3.1.0", "vue-tsc": "^1.8.22" } |