Tidy up pr-checks/package.json

This commit is contained in:
Michael B. Gale
2026-03-16 09:41:10 +00:00
parent 75ed461aaa
commit 9fd40ff508
2 changed files with 12 additions and 14 deletions

13
package-lock.json generated
View File

@@ -9917,17 +9917,16 @@
},
"pr-checks": {
"dependencies": {
"@actions/core": "^2.0.3",
"@actions/github": "^8.0.1",
"@octokit/core": "^7.0.6",
"@octokit/plugin-paginate-rest": ">=9.2.2",
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
"yaml": "^2.8.2"
},
"devDependencies": {
"@actions/core": "*",
"@actions/github": "*",
"@octokit/core": "*",
"@octokit/plugin-paginate-rest": "*",
"@octokit/plugin-rest-endpoint-methods": "*",
"@types/node": "^20.19.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"tsx": "^4.21.0"
}
}
}

View File

@@ -2,16 +2,15 @@
"private": true,
"description": "Dependencies for the sync.ts",
"dependencies": {
"@actions/core": "^2.0.3",
"@actions/github": "^8.0.1",
"@octokit/core": "^7.0.6",
"@octokit/plugin-paginate-rest": ">=9.2.2",
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
"yaml": "^2.8.2"
},
"devDependencies": {
"@actions/core": "*",
"@actions/github": "*",
"@octokit/core": "*",
"@octokit/plugin-paginate-rest": "*",
"@octokit/plugin-rest-endpoint-methods": "*",
"@types/node": "^20.19.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"tsx": "^4.21.0"
}
}