Skip to content

Commit f854ab5

Browse files
authored
Move octokit throttling plugin dependency out of dev dependencies (#3561)
1 parent 3cc4005 commit f854ab5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

extensions/ql-vscode/package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,6 +1970,7 @@
19701970
"dependencies": {
19711971
"@floating-ui/react": "^0.26.10",
19721972
"@octokit/plugin-retry": "^6.0.1",
1973+
"@octokit/plugin-throttling": "^8.0.0",
19731974
"@octokit/rest": "^20.0.2",
19741975
"@vscode/codicons": "^0.0.35",
19751976
"@vscode/debugadapter": "^1.59.0",
@@ -2010,7 +2011,6 @@
20102011
"@babel/preset-typescript": "^7.21.4",
20112012
"@faker-js/faker": "^8.4.1",
20122013
"@github/markdownlint-github": "^0.6.2",
2013-
"@octokit/plugin-throttling": "^8.0.0",
20142014
"@playwright/test": "^1.40.1",
20152015
"@storybook/addon-a11y": "^8.0.8",
20162016
"@storybook/addon-actions": "^8.0.8",

0 commit comments

Comments
 (0)