Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v7 (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 12, 2020
1 parent f161423 commit e2ca706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"supertest": "^4.0.2"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/tokenservice/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@google-cloud/functions-framework": "^1.1.1",
"babel-eslint": "^10.0.2",
"child-process-promise": "^2.2.1",
"eslint": "^6.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "echo 'Please run tests in each sample directory.' && exit 1"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.0",
Expand Down

0 comments on commit e2ca706

Please sign in to comment.