We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e8749 commit dea3e6fCopy full SHA for dea3e6f
packages/analysis-engine/package.json
@@ -36,10 +36,6 @@
36
"@babel/core": "^7.18.10",
37
"@babel/runtime": "^7.18.9",
38
"@jest/types": "^28.1.3",
39
- "@octokit/core": "^4.0.4",
40
- "@octokit/plugin-retry": "^3.0.9",
41
- "@octokit/plugin-throttling": "^4.1.0",
42
- "@octokit/rest": "^19.0.3",
43
"@rollup/plugin-babel": "^5.3.1",
44
"@rollup/plugin-commonjs": "^22.0.2",
45
"@rollup/plugin-json": "^4.1.0",
@@ -70,6 +66,10 @@
70
66
"typescript": "^4.7.4"
71
67
},
72
68
"dependencies": {
69
+ "@octokit/core": "^4.0.4",
+ "@octokit/plugin-retry": "^3.0.9",
+ "@octokit/plugin-throttling": "^4.1.0",
+ "@octokit/rest": "^19.0.3",
73
"reflect-metadata": "^0.1.13",
74
"tsyringe": "^4.7.0"
75
}
0 commit comments