Skip to content

Commit

Permalink
Pin dependencies used by api parser (#5303)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored Feb 1, 2023
1 parent 1803f5f commit 9793d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/apiview/parsers/js-api-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@azure-tools/ts-genapi",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "index.js",
"publishConfig": {
"registry": "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js/npm/registry/"
},
"dependencies": {
"@microsoft/api-extractor-model": "^7.22.2",
"@microsoft/api-extractor-model": "^7.26.1",
"js-tokens": "^6.0.0"
},
"devDependencies": {
"@types/node": "^14.0.0",
"@types/node": "^12.20.55",
"ts-node": "^10.0.0",
"typescript": "~4.8.0"
},
Expand Down

0 comments on commit 9793d4d

Please sign in to comment.