Skip to content

Commit

Permalink
[EngSys] Upgrade dependency "typescript" (#25495)
Browse files Browse the repository at this point in the history
- Matches repo microsoft/typespec
  • Loading branch information
mikeharder authored Aug 24, 2023
1 parent c06b7c2 commit 3774c8a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eng/tools/TypeSpecValidation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"globby": "^13.1.1",
"@types/debug": "^4.1.8",
"@types/node": "^18.16.18",
"typescript": "~5.0.4"
"typescript": "~5.1.3"
},
"scripts": {
"postinstall": "tsc"
Expand Down
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/prettier": "^2.7.2",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"prettier": "^2.8.8",
"typescript": "~5.0.4"
"typescript": "~5.1.3"
},
"private": true
}

0 comments on commit 3774c8a

Please sign in to comment.