Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v6 (major) (GoogleC…
Browse files Browse the repository at this point in the history
…loudPlatform#3332)

* chore(deps): update typescript-eslint monorepo to v6

* Update package.json - upgrade Node to 16

---------

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
Co-authored-by: Patti Shin <pattishin@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent 3b096dd commit 94f36b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appengine/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"gcp-build": "tsc -p ."
},
"dependencies": {
"@typescript-eslint/parser": "^5.59.0",
"@typescript-eslint/parser": "^6.0.0",
"express": "^4.16.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"repository": {
"type": "git",
Expand All @@ -18,8 +18,8 @@
"generate-ci": "node .github/workflows/utils/generate.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"c8": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
Expand Down

0 comments on commit 94f36b2

Please sign in to comment.