Skip to content

Commit

Permalink
chore: Update Dependencies (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 17, 2023
1 parent d688fe8 commit fe1f344
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 344 deletions.
10 changes: 3 additions & 7 deletions action-src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node12/tsconfig.json",
"compilerOptions": {
"skipLibCheck": false,
"skipLibCheck": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"moduleResolution": "node",
"outDir": "../action/lib",
"rootDir": "./src"
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
]
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
9 changes: 7 additions & 2 deletions action/node_modules/@octokit/request/dist-node/index.js

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

123 changes: 0 additions & 123 deletions action/node_modules/@octokit/request/dist-src/fetch-wrapper.js

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions action/node_modules/@octokit/request/dist-src/index.js

This file was deleted.

1 change: 0 additions & 1 deletion action/node_modules/@octokit/request/dist-src/version.js

This file was deleted.

22 changes: 0 additions & 22 deletions action/node_modules/@octokit/request/dist-src/with-defaults.js

This file was deleted.

162 changes: 0 additions & 162 deletions action/node_modules/@octokit/request/dist-web/index.js

This file was deleted.

6 changes: 3 additions & 3 deletions action/node_modules/@octokit/request/package.json

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

Loading

0 comments on commit fe1f344

Please sign in to comment.