From be45acba222aa08a16dc7b275cfdb63fc7697da5 Mon Sep 17 00:00:00 2001 From: Jerome Brown Date: Fri, 7 Aug 2026 21:51:36 +1200 Subject: [PATCH] feat: update to typescript 7 --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index bf9ecb3..759a0f0 100644 --- a/package.json +++ b/package.json @@ -33,26 +33,26 @@ "files": [ "dist" ], - "repository": { - "type": "git", - "url": "git+https://github.com/oWretch/create-github-review.git" - }, - "homepage": "https://github.com/oWretch/create-github-review#readme", - "bugs": { - "url": "https://github.com/oWretch/create-github-review/issues" - }, - "dependencies": { - "@actions/core": "^3.0.0", - "@actions/github": "^9.0.0" - }, - "devDependencies": { - "@octokit/webhooks-types": "^7.6.1", - "@owretch/git-diff": "^1.0.0", - "@types/node": "^26.0.0", - "typescript": "^7.0.2" - }, - "overrides": { - "diff": "^9.0.0", - "undici": "^6.28.0" - } + "repository": { + "type": "git", + "url": "git+https://github.com/oWretch/create-github-review.git" + }, + "homepage": "https://github.com/oWretch/create-github-review#readme", + "bugs": { + "url": "https://github.com/oWretch/create-github-review/issues" + }, + "dependencies": { + "@actions/core": "^3.0.0", + "@actions/github": "^9.0.0" + }, + "devDependencies": { + "@octokit/webhooks-types": "^7.6.1", + "@owretch/git-diff": "^1.0.0", + "@types/node": "^26.0.0", + "typescript": "^7.0.2" + }, + "overrides": { + "diff": "^9.0.0", + "undici": "^6.28.0" + } }