Skip to content

Commit

Permalink
chore: update typescript-eslint monorepo to ^2.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot authored and raymondfeng committed Jan 13, 2020
1 parent 7c213af commit 39d47d1
Show file tree
Hide file tree
Showing 29 changed files with 268 additions and 351 deletions.
40 changes: 17 additions & 23 deletions examples/context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/context/package.json
Expand Up @@ -44,8 +44,8 @@
"@loopback/eslint-config": "^5.0.1",
"@loopback/testlab": "^1.10.1",
"@types/node": "^10.17.13",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-eslint-plugin": "^2.2.0",
Expand Down
40 changes: 17 additions & 23 deletions examples/express-composition/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/express-composition/package.json
Expand Up @@ -60,8 +60,8 @@
"@loopback/testlab": "^1.10.1",
"@types/express": "^4.17.2",
"@types/node": "^10.17.13",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-eslint-plugin": "^2.2.0",
Expand Down
40 changes: 17 additions & 23 deletions examples/greeter-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/greeter-extension/package.json
Expand Up @@ -47,8 +47,8 @@
"@loopback/testlab": "^1.10.1",
"@types/debug": "4.1.5",
"@types/node": "^10.17.13",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-eslint-plugin": "^2.2.0",
Expand Down
40 changes: 17 additions & 23 deletions examples/greeting-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/greeting-app/package.json
Expand Up @@ -47,8 +47,8 @@
"@loopback/testlab": "^1.10.1",
"@types/debug": "4.1.5",
"@types/node": "^10.17.13",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-eslint-plugin": "^2.2.0",
Expand Down

0 comments on commit 39d47d1

Please sign in to comment.