Update TypeScript to version 5.4.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2024-04-08 18:17:38 +02:00
parent a10ac02bb1
commit 38760bd448
2 changed files with 6 additions and 7 deletions

View File

@ -36,7 +36,7 @@
"react-router-dom": "^6.11.2",
"react-zoom-pan-pinch": "^3.1.0",
"svg2pdf.js": "^2.2.3",
"typescript": "^4.9.5",
"typescript": "^5.4.4",
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.2",
"web-vitals": "^3.5.2"
@ -4619,16 +4619,15 @@
"license": "0BSD"
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"license": "Apache-2.0",
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/undici-types": {

View File

@ -32,7 +32,7 @@
"react-router-dom": "^6.11.2",
"react-zoom-pan-pinch": "^3.1.0",
"svg2pdf.js": "^2.2.3",
"typescript": "^4.9.5",
"typescript": "^5.4.4",
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.2",
"web-vitals": "^3.5.2"