зеркало из https://github.com/github/codeql.git
update to the stable version of TypeScript 5.3
This commit is contained in:
Родитель
dde9a7cd7e
Коммит
10b3efa667
|
@ -6,7 +6,7 @@
|
|||
"": {
|
||||
"name": "typescript-parser-wrapper",
|
||||
"dependencies": {
|
||||
"typescript": "^5.3.1-rc"
|
||||
"typescript": "5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.15.3"
|
||||
|
@ -20,9 +20,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.3.1-rc",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.1-rc.tgz",
|
||||
"integrity": "sha512-NVq/AufFc6KVjmVPcuVwdCkhTQlTcMEyRYJPvaGhPvj+X80MYUF+90qf0//uvINPb2ULg9m91/gbdIOhN2cZqA==",
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
|
||||
"integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "typescript-parser-wrapper",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"typescript": "^5.3.1-rc"
|
||||
"typescript": "^5.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json",
|
||||
|
|
Загрузка…
Ссылка в новой задаче