aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-27 15:40:58 +0000
committerGitHub <noreply@github.com>2022-06-27 15:40:58 +0000
commit2f1cd0f0d0c4905df21e5116c4cb9603b68c9f55 (patch)
tree961d1271a0ffe4f19267de06d08279261d7e3ab6
parentBump nodemon from 2.0.16 to 2.0.18 (#117) (diff)
downloadee4511w-web-2f1cd0f0d0c4905df21e5116c4cb9603b68c9f55.tar
ee4511w-web-2f1cd0f0d0c4905df21e5116c4cb9603b68c9f55.tar.gz
ee4511w-web-2f1cd0f0d0c4905df21e5116c4cb9603b68c9f55.tar.bz2
ee4511w-web-2f1cd0f0d0c4905df21e5116c4cb9603b68c9f55.tar.lz
ee4511w-web-2f1cd0f0d0c4905df21e5116c4cb9603b68c9f55.tar.xz
ee4511w-web-2f1cd0f0d0c4905df21e5116c4cb9603b68c9f55.tar.zst
ee4511w-web-2f1cd0f0d0c4905df21e5116c4cb9603b68c9f55.zip
Bump eslint-plugin-prettier from 4.0.0 to 4.1.0 (#118)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index bb0440f..1c2a15f 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
- "eslint-plugin-prettier": "4.0.0",
+ "eslint-plugin-prettier": "4.1.0",
"install": "0.13.0",
"nodemon": "2.0.18",
"npm-run-all": "4.1.5",
diff --git a/yarn.lock b/yarn.lock
index 1fad6d6..4f2c5f6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -887,10 +887,10 @@ eslint-plugin-import@2.26.0:
resolve "^1.22.0"
tsconfig-paths "^3.14.1"
-eslint-plugin-prettier@4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
- integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
+eslint-plugin-prettier@4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.1.0.tgz#1cd4b3fadf3b3cdb30b1874b55e7f93f85eb43ad"
+ integrity sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA==
dependencies:
prettier-linter-helpers "^1.0.0"