Skip to content

Commit dea3e6f

Browse files
committed
fix(engine): revert package.json
1 parent c1e8749 commit dea3e6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/analysis-engine/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
"@babel/core": "^7.18.10",
3737
"@babel/runtime": "^7.18.9",
3838
"@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",
4339
"@rollup/plugin-babel": "^5.3.1",
4440
"@rollup/plugin-commonjs": "^22.0.2",
4541
"@rollup/plugin-json": "^4.1.0",
@@ -70,6 +66,10 @@
7066
"typescript": "^4.7.4"
7167
},
7268
"dependencies": {
69+
"@octokit/core": "^4.0.4",
70+
"@octokit/plugin-retry": "^3.0.9",
71+
"@octokit/plugin-throttling": "^4.1.0",
72+
"@octokit/rest": "^19.0.3",
7373
"reflect-metadata": "^0.1.13",
7474
"tsyringe": "^4.7.0"
7575
}

0 commit comments

Comments
 (0)