Skip to content

Commit

Permalink
add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Oct 9, 2023
1 parent 91edfbe commit 6f16987
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "turbo run lint"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
Expand Down
4 changes: 3 additions & 1 deletion docs-util/packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@linear/sdk": "^1.22.0",
"@octokit/core": "^4.0.5",
"@types/node": "^20.8.3",
"ts-node": "^10.9.1",
"typedoc": "0.25.1",
"typedoc-monorepo-link-types": "^0.0.2",
Expand All @@ -23,6 +24,7 @@
"typedoc-plugin-merge-modules": "5.1.0",
"typedoc-plugin-modules": "*",
"typedoc-plugin-reference-excluder": "1.1.3",
"typedoc-plugin-rename-defaults": "^0.6.6"
"typedoc-plugin-rename-defaults": "^0.6.6",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 6f16987

Please sign in to comment.