Skip to content

Commit 9fd40ff

Browse files
committed
Tidy up pr-checks/package.json
1 parent 75ed461 commit 9fd40ff

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

package-lock.json

Lines changed: 6 additions & 7 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: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
"private": true,
33
"description": "Dependencies for the sync.ts",
44
"dependencies": {
5+
"@actions/core": "^2.0.3",
6+
"@actions/github": "^8.0.1",
7+
"@octokit/core": "^7.0.6",
8+
"@octokit/plugin-paginate-rest": ">=9.2.2",
9+
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
510
"yaml": "^2.8.2"
611
},
712
"devDependencies": {
8-
"@actions/core": "*",
9-
"@actions/github": "*",
10-
"@octokit/core": "*",
11-
"@octokit/plugin-paginate-rest": "*",
12-
"@octokit/plugin-rest-endpoint-methods": "*",
1313
"@types/node": "^20.19.9",
14-
"tsx": "^4.21.0",
15-
"typescript": "^5.9.3"
14+
"tsx": "^4.21.0"
1615
}
1716
}

0 commit comments

Comments
 (0)