Skip to content

Commit 913dfe2

Browse files
authoredJun 23, 2022
upgrade and lock dependencies (#34)
1 parent f6302b8 commit 913dfe2

File tree

5 files changed

+1354
-1267
lines changed

5 files changed

+1354
-1267
lines changed
 

‎.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.14.0

‎dist/main.js

+11-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/main.js.map

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

+1,325-1,253
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
22
"name": "buf-setup",
3-
"version": "0.0.1",
3+
"version": "1.6.0",
4+
"engineStrict": true,
5+
"engines": {
6+
"node": ">=16",
7+
"npm": ">=8"
8+
},
49
"dependencies": {
5-
"@actions/core": "^1.2.6",
6-
"@actions/github": "^4.0.0",
7-
"@actions/io": "^1.0.2",
8-
"@actions/tool-cache": "^1.6.1",
9-
"@types/node": "^14.14.35",
10-
"child_process": "^1.0.2"
10+
"@actions/core": "^1.9.0",
11+
"@actions/github": "^5.0.3",
12+
"@actions/io": "^1.1.2",
13+
"@actions/tool-cache": "^2.0.1",
14+
"@types/node": "^18.0.0",
15+
"esbuild": "^0.14.47",
16+
"typescript": "^4.7.4"
1117
},
1218
"devDependencies": {
13-
"@typescript-eslint/eslint-plugin": "^4.18.0"
19+
"@typescript-eslint/eslint-plugin": "^5.29.0"
1420
}
1521
}

0 commit comments

Comments
 (0)
Please sign in to comment.