diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-25 11:00:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 11:00:36 +0000 |
commit | 8944d7ef2e2ce07c341f966e5a73b2ae54bdaa27 (patch) | |
tree | fd6ef4f772fb53b593a10c72d8e987d135862db4 /FrontEnd/package.json | |
parent | c4007194d4f27641ceccdeb08b143d15ae8fbc8f (diff) | |
parent | 4da6903589d4c00e123c156de86f0f6a5e0d7066 (diff) | |
download | timeline-8944d7ef2e2ce07c341f966e5a73b2ae54bdaa27.tar.gz timeline-8944d7ef2e2ce07c341f966e5a73b2ae54bdaa27.tar.bz2 timeline-8944d7ef2e2ce07c341f966e5a73b2ae54bdaa27.zip |
Merge pull request #325 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-config-prettier-8.1.0
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 39b18277..f925e540 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -84,7 +84,7 @@ "copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"eslint": "^7.20.0",
- "eslint-config-prettier": "^8.0.0",
+ "eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
|