aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-05 17:45:03 +0200
committerGitHub <noreply@github.com>2023-10-05 17:45:03 +0200
commit9e483179c4e96de1fcd718705e619836254b03d1 (patch)
tree82317f4170772c6f64af3adfca143ec90dd5811c /src-vue
parent9b971fccf582c1975893fb37c6dcd29e44193b9e (diff)
downloadFlightCore-9e483179c4e96de1fcd718705e619836254b03d1.tar.gz
FlightCore-9e483179c4e96de1fcd718705e619836254b03d1.zip
chore: bump typescript from 4.9.5 to 5.2.2 in /src-vue (#532)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... 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.json10
-rw-r--r--src-vue/package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index ee475a43..4ad75a7e 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": "^4.6.4",
+ "typescript": "^5.2.2",
"vite": "^3.1.0",
"vue-tsc": "^1.0.0"
}
@@ -1172,16 +1172,16 @@
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
},
"node_modules/typescript": {
- "version": "4.9.5",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
- "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
+ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
- "node": ">=4.2.0"
+ "node": ">=14.17"
}
},
"node_modules/vite": {
diff --git a/src-vue/package.json b/src-vue/package.json
index 61210f75..0a752a20 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": "^4.6.4",
+ "typescript": "^5.2.2",
"vite": "^3.1.0",
"vue-tsc": "^1.0.0"
}