Reverting typescript version to 4.3.5, because it breaks linting.

This commit is contained in:
John Livingston 2024-09-06 16:02:22 +02:00
parent e57d5b0f30
commit acce1c5a5c
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.9.5", "typescript": "^4.3.5",
"yaml": "^2.2.1" "yaml": "^2.2.1"
}, },
"engines": { "engines": {
@ -13697,9 +13697,9 @@
"dev": true "dev": true
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.5", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -24788,9 +24788,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.9.5", "version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"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.9.5", "typescript": "^4.3.5",
"yaml": "^2.2.1" "yaml": "^2.2.1"
}, },
"engine": { "engine": {