Skip to content

Commit 9bbcdf7

Browse files
authored
Update deps (#370)
1 parent d48bfab commit 9bbcdf7

3 files changed

Lines changed: 18 additions & 34 deletions

File tree

.prettierrc.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2020 Google LLC
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
16-
171
module.exports = {
182
arrowParens: 'always',
193
bracketSpacing: true,

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"build": "ncc build -m src/main.ts",
88
"docs": "./node_modules/.bin/actions-gen-readme",
9-
"lint": "eslint . --max-warnings 0",
10-
"format": "prettier --write **/*.ts",
9+
"lint": "eslint .",
10+
"format": "eslint . --fix",
1111
"test": "bash ./bin/runTests.sh"
1212
},
1313
"repository": {
@@ -26,22 +26,22 @@
2626
"dependencies": {
2727
"@actions/core": "^1.10.1",
2828
"@google-cloud/storage": "^7.12.0",
29-
"@google-github-actions/actions-utils": "^0.8.2",
29+
"@google-github-actions/actions-utils": "^0.8.3",
3030
"fast-glob": "^3.3.2",
3131
"ignore": "^5.3.1"
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.1.0",
3535
"@eslint/js": "^9.8.0",
36-
"@types/node": "^22.0.2",
36+
"@types/node": "^22.1.0",
37+
"@typescript-eslint/eslint-plugin": "^8.0.0",
3738
"@vercel/ncc": "^0.38.1",
3839
"eslint-config-prettier": "^9.1.0",
3940
"eslint-plugin-prettier": "^5.2.1",
4041
"eslint": "^9.8.0",
4142
"prettier": "^3.3.3",
4243
"ts-node": "^10.9.2",
4344
"typescript-eslint": "^8.0.0",
44-
"@typescript-eslint/eslint-plugin": "^8.0.0",
4545
"typescript": "^5.5.4"
4646
}
4747
}

0 commit comments

Comments
 (0)