Update typescript

This commit is contained in:
Piotr Rogowski 2021-12-13 23:05:53 +01:00
parent 59db63c513
commit c698137828
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
3 changed files with 11 additions and 8 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}

14
package-lock.json generated
View File

@ -41,7 +41,7 @@
"eslint-plugin-prettier": "^4.0.0",
"less-loader": "^6.1.0",
"prettier": "^2.5.1",
"typescript": "^4.5.3",
"typescript": "^4.5.4",
"worker-loader": "^3.0.8"
}
},
@ -21786,9 +21786,9 @@
}
},
"node_modules/typescript": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -40862,9 +40862,9 @@
}
},
"typescript": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ=="
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
"integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg=="
},
"ua-parser-js": {
"version": "0.7.31",

View File

@ -61,7 +61,7 @@
"eslint-plugin-prettier": "^4.0.0",
"less-loader": "^6.1.0",
"prettier": "^2.5.1",
"typescript": "^4.5.3",
"typescript": "^4.5.4",
"worker-loader": "^3.0.8"
}
}