Skip to content

Commit bd72dc9

Browse files
committed
Update dependencies for koa, axios, graphql-request, and others
1 parent ec78d98 commit bd72dc9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: build.yml
1+
name: Build
2+
23
on:
34
workflow_dispatch:
45
pull_request:

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"extends": ["@tsconfig/strictest/tsconfig.json", "@tsconfig/node22/tsconfig.json"],
2+
"extends": [
3+
"@tsconfig/strictest/tsconfig.json",
4+
"@tsconfig/node22/tsconfig.json"
5+
],
36
"compilerOptions": {
47
"rootDir": "src",
58
"outDir": "dist"

0 commit comments

Comments
 (0)