Skip to content

Commit aa47a39

Browse files
committed
Tidy up pr-checks/package.json
1 parent f3032c7 commit aa47a39

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

package-lock.json

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

pr-checks/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22
"private": true,
33
"description": "Dependencies for the sync.ts",
44
"dependencies": {
5+
"@octokit/core": "^7.0.6",
56
"yaml": "^2.8.2"
67
},
78
"devDependencies": {
8-
"@actions/core": "*",
9-
"@actions/github": "*",
10-
"@octokit/core": "*",
11-
"@octokit/plugin-paginate-rest": "*",
12-
"@octokit/plugin-rest-endpoint-methods": "*",
13-
"@types/node": "^20.19.9",
14-
"tsx": "^4.21.0",
15-
"typescript": "^5.9.3"
9+
"tsx": "^4.21.0"
1610
}
1711
}

0 commit comments

Comments
 (0)