Skip to content

Commit

Permalink
maint: add @total-typescript/ts-reset
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 9, 2023
1 parent beedcab commit 00f2664
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"@octokit/webhooks": "^12.0.3",
"@octokit/webhooks-types": "^7.3.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
Expand Down
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { getInput, setFailed } from '@actions/core';

import '@total-typescript/ts-reset';

import action from './action';
import { getOctokit } from './octokit';

Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,13 @@ __metadata:
languageName: node
linkType: hard

"@total-typescript/ts-reset@npm:^0.5.1":
version: 0.5.1
resolution: "@total-typescript/ts-reset@npm:0.5.1"
checksum: f773a2b91707fab677c361837ef7855522d470e8a3abc0b9209a04832715feb0aa1ef0d10db880c1232acbd2c84222ec7c1bbf3f92d1d34d18c18ce08d304e45
languageName: node
linkType: hard

"@tsconfig/node10@npm:^1.0.7":
version: 1.0.9
resolution: "@tsconfig/node10@npm:1.0.9"
Expand Down Expand Up @@ -1461,6 +1468,7 @@ __metadata:
"@octokit/webhooks": ^12.0.3
"@octokit/webhooks-types": ^7.3.1
"@probot/octokit-plugin-config": ^2.0.0
"@total-typescript/ts-reset": ^0.5.1
"@types/node": ^20.9.0
"@typescript-eslint/eslint-plugin": ^6.10.0
"@typescript-eslint/parser": ^6.10.0
Expand Down

0 comments on commit 00f2664

Please sign in to comment.