1
0
Fork 0

Typescript version updates

master
Rob Pilling 2023-01-22 22:16:25 +00:00
parent 571adb88ce
commit 5ebc5cd880
3 changed files with 9 additions and 9 deletions

View File

@ -23,6 +23,6 @@
},
"dependencies": {
"acorn": "^7.2.0",
"typescript": "^4.9.4"
"typescript": "4.9.4"
}
}

View File

@ -11,7 +11,7 @@
"node-fetch": "^3.2.10"
},
"devDependencies": {
"typescript": "4.5.2"
"typescript": "4.9.4"
}
},
"node_modules/data-uri-to-buffer": {
@ -91,9 +91,9 @@
}
},
"node_modules/typescript": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -151,9 +151,9 @@
}
},
"typescript": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"dev": true
},
"web-streams-polyfill": {

View File

@ -4,7 +4,7 @@
"author": "Sebastian Di Luzio <sebastian@diluz.io> (https://diluz.io) and qucchia <qucchia0@gmail.com> (https://github.com/qucchia)",
"version": "0.0.1",
"devDependencies": {
"typescript": "4.5.2"
"typescript": "4.9.4"
},
"scripts": {
"build": "tsc"