Upgrade TypeScript to latest version for Account Console v2 (#24753)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2023-11-15 00:28:51 +01:00 committed by GitHub
parent f550ac9035
commit 80e2fb38c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View file

@ -44,7 +44,7 @@
"rollup-plugin-postcss": "^2.5.0", "rollup-plugin-postcss": "^2.5.0",
"shx": "^0.3.4", "shx": "^0.3.4",
"snowpack": "^1.7.1", "snowpack": "^1.7.1",
"typescript": "^4.7.4" "typescript": "^5.2.2"
}, },
"packageManager": "pnpm@8.10.0" "packageManager": "pnpm@8.10.0"
} }

View file

@ -74,8 +74,8 @@ devDependencies:
specifier: ^1.7.1 specifier: ^1.7.1
version: 1.7.1 version: 1.7.1
typescript: typescript:
specifier: ^4.7.4 specifier: ^5.2.2
version: 4.9.5 version: 5.2.2
packages: packages:
@ -4588,9 +4588,9 @@ packages:
is-typed-array: 1.1.12 is-typed-array: 1.1.12
dev: true dev: true
/typescript@4.9.5: /typescript@5.2.2:
resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
engines: {node: '>=4.2.0'} engines: {node: '>=14.17'}
hasBin: true hasBin: true
dev: true dev: true

View file

@ -12,7 +12,8 @@
"strictNullChecks": true, "strictNullChecks": true,
"jsx": "react", "jsx": "react",
"suppressImplicitAnyIndexErrors": true, "suppressImplicitAnyIndexErrors": true,
"skipLibCheck": true "skipLibCheck": true,
"ignoreDeprecations": "5.0"
}, },
"include": [ "include": [
"./app/**/*.ts?" "./app/**/*.ts?"