TS: upgrade to TypeScript v5

This commit is contained in:
larabr 2024-01-19 17:13:17 +01:00
parent f78d739c68
commit aacdeaaa7d
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -52,7 +52,7 @@
"rollup": "^3.29.4", "rollup": "^3.29.4",
"sinon": "^15.1.0", "sinon": "^15.1.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.1.2", "typescript": "^5.3.3",
"web-streams-polyfill": "^3.2.0" "web-streams-polyfill": "^3.2.0"
}, },
"engines": { "engines": {
@ -6492,16 +6492,16 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.5", "version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=14.17"
} }
}, },
"node_modules/ua-parser-js": { "node_modules/ua-parser-js": {
@ -11733,9 +11733,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.9.5", "version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true "dev": true
}, },
"ua-parser-js": { "ua-parser-js": {

View File

@ -102,7 +102,7 @@
"rollup": "^3.29.4", "rollup": "^3.29.4",
"sinon": "^15.1.0", "sinon": "^15.1.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.1.2", "typescript": "^5.3.3",
"web-streams-polyfill": "^3.2.0" "web-streams-polyfill": "^3.2.0"
}, },
"dependencies": { "dependencies": {