Skip to content

Commit bbbb282

Browse files
committed
chore(deps): update deps and upgrade to typescript 6
1 parent 8bdf567 commit bbbb282

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.history
33
.vscode
44
package-lock.json
5+
types/tsconfig.tsbuildinfo

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@semantic-release/changelog": "^6.0.3",
4040
"@semantic-release/commit-analyzer": "^13.0.1",
4141
"@semantic-release/git": "^10.0.1",
42-
"@semantic-release/github": "^12.0.2",
43-
"@semantic-release/npm": "^13.1.3",
42+
"@semantic-release/github": "^12.0.6",
43+
"@semantic-release/npm": "^13.1.5",
4444
"@semantic-release/release-notes-generator": "^14.1.0",
45-
"@types/node": "^25.0.10",
46-
"conventional-changelog-conventionalcommits": "^9.1.0",
47-
"semantic-release": "^25.0.2",
45+
"@types/node": "^25.5.0",
46+
"conventional-changelog-conventionalcommits": "^9.3.0",
47+
"semantic-release": "^25.0.3",
4848
"standard": "^17.1.2",
4949
"typescript": "^6.0.2"
5050
},

tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525
"skipLibCheck": true,
2626
"stripInternal": true,
2727
"resolveJsonModule": true,
28-
"baseUrl": ".",
29-
"emitDeclarationOnly": true,
30-
"paths": {
31-
"github-webhook-handler": ["github-webhook-handler.js"]
32-
}
28+
"emitDeclarationOnly": true
3329
},
3430
"include": ["github-webhook-handler.js"],
3531
"exclude": ["node_modules"],

types/tsconfig.tsbuildinfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)