diff options
author | crupest <crupest@outlook.com> | 2021-06-08 09:11:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 09:11:08 +0800 |
commit | 6a73d161366a1f649a543ae435220c41af6d9b21 (patch) | |
tree | 59ec1e2e64bebdfedbf9b8cafe68a9b7b88d3280 | |
parent | fed5ea20be3b9536a1949133a330d73e6f7f7306 (diff) | |
parent | 608bc3d7d079c411b4704bff142bb738abca7519 (diff) | |
download | timeline-6a73d161366a1f649a543ae435220c41af6d9b21.tar.gz timeline-6a73d161366a1f649a543ae435220c41af6d9b21.tar.bz2 timeline-6a73d161366a1f649a543ae435220c41af6d9b21.zip |
Merge pull request #596 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.28.0
build(deps-dev): Bump eslint from 7.27.0 to 7.28.0 in /FrontEnd
-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 a9b50e02..c841e14f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -74,7 +74,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
- "eslint": "^7.27.0",
+ "eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
|