This commit is contained in:
Kuba Orlik 2023-12-10 15:36:46 +01:00
parent 872a970546
commit b6aa3dfd53
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{
"schemaVersion": 2,
"templateId": "node/20"
"templateId": "node/29"
}

5
package-lock.json generated
View File

@ -15,6 +15,7 @@
"esbuild": "^0.19.9",
"http-server": "^14.1.1",
"iconv-lite": "^0.6.3",
"typescript": "^5.0.4",
"yargs": "^17.7.2"
},
"devDependencies": {
@ -30,8 +31,7 @@
"nyc": "^15.1.0",
"prettier": "^2.8.7",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"ts-node": "^10.9.1"
}
},
"node_modules/@ampproject/remapping": {
@ -4841,7 +4841,6 @@
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"