editor/code: Update typescript

This commit is contained in:
Tetsuharu Ohzeki 2023-07-11 22:22:57 +09:00
parent 6acb989448
commit 143646d17e
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
"ovsx": "^0.8.1",
"prettier": "^2.8.8",
"tslib": "^2.6.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"engines": {
"vscode": "^1.78.0"
@ -3452,9 +3452,9 @@
}
},
"node_modules/typescript": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -61,7 +61,7 @@
"ovsx": "^0.8.1",
"prettier": "^2.8.8",
"tslib": "^2.6.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"activationEvents": [
"workspaceContains:*/Cargo.toml",