Skip to content

Commit

Permalink
Bump eslint-config-prettier from 7.2.0 to 8.3.0 in /services/app-api (#…
Browse files Browse the repository at this point in the history
…308)

* Bump eslint-config-prettier from 7.2.0 to 8.3.0 in /services/app-api

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.3.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v7.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix prettier config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MacRae Linton <macrael@truss.works>
  • Loading branch information
dependabot[bot] and macrael committed Aug 23, 2021
1 parent 464be84 commit c2b1c61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions services/app-api/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"eslint:recommended",
"plugin:jest/recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"ignorePatterns": ["gen/*"],
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion services/app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"apollo-server-lambda": "^2.21.0",
"apollo-server-testing": "^2.25.2",
"aws-sdk": "^2.966.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"graphql": "^15.5.1",
Expand Down
8 changes: 4 additions & 4 deletions services/app-api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5142,10 +5142,10 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"

eslint-config-prettier@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
eslint-config-prettier@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==

eslint-config-strongloop@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit c2b1c61

Please sign in to comment.