Update Typescript version.

This commit is contained in:
John Livingston 2024-09-02 11:14:26 +02:00
parent d8fc90dd1f
commit 8394e7222d
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -56,7 +56,7 @@
"stylelint-config-recommended-scss": "^5.0.1", "stylelint-config-recommended-scss": "^5.0.1",
"stylelint-config-standard-scss": "^2.0.1", "stylelint-config-standard-scss": "^2.0.1",
"svgo": "^2.8.0", "svgo": "^2.8.0",
"typescript": "^4.3.5", "typescript": "^4.9.5",
"yaml": "^2.2.1" "yaml": "^2.2.1"
}, },
"engines": { "engines": {
@ -13455,9 +13455,9 @@
"dev": true "dev": true
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.3.5", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -24334,9 +24334,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.3.5", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true "dev": true
}, },
"uid-safe": { "uid-safe": {

View File

@ -73,7 +73,7 @@
"stylelint-config-recommended-scss": "^5.0.1", "stylelint-config-recommended-scss": "^5.0.1",
"stylelint-config-standard-scss": "^2.0.1", "stylelint-config-standard-scss": "^2.0.1",
"svgo": "^2.8.0", "svgo": "^2.8.0",
"typescript": "^4.3.5", "typescript": "^4.9.5",
"yaml": "^2.2.1" "yaml": "^2.2.1"
}, },
"engine": { "engine": {