Skip to content

Commit 0646cb3

Browse files
committed
Fix dependencies
1 parent 71c5ef5 commit 0646cb3

File tree

4 files changed

+71
-636
lines changed

4 files changed

+71
-636
lines changed

action/index.js

Lines changed: 38 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "module"
3+
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/express": "5.0.1",
8181
"@types/node": "20.14.15",
8282
"@types/yargs": "17.0.33",
83-
"@zeit/ncc": "0.22.3",
83+
"@vercel/ncc": "0.38.3",
8484
"bob-the-bundler": "7.0.1",
8585
"eslint": "8.57.1",
8686
"graphql": "16.10.0",
@@ -113,7 +113,9 @@
113113
"dompurify": "3.2.4",
114114
"esbuild": "0.25.1",
115115
"cross-spawn": "6.0.6",
116-
"micromatch": "4.0.8"
116+
"micromatch": "4.0.8",
117+
"braces": "3.0.3",
118+
"@babel/runtime": "7.26.10"
117119
}
118120
}
119121
}

0 commit comments

Comments
 (0)