diff options
author | crupest <crupest@outlook.com> | 2021-01-31 13:54:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 13:54:03 +0800 |
commit | eaf8605194ae56de47b10b24380c22d34c8302f4 (patch) | |
tree | 63697e2fd9a6f9ae87fc590a204cda2531055320 | |
parent | 46016b83d57681b7af37c66e8722b0186b8a9549 (diff) | |
parent | 88d4b6c20cf2b291e4cdf02608d3d5095b266414 (diff) | |
download | timeline-eaf8605194ae56de47b10b24380c22d34c8302f4.tar.gz timeline-eaf8605194ae56de47b10b24380c22d34c8302f4.tar.bz2 timeline-eaf8605194ae56de47b10b24380c22d34c8302f4.zip |
Merge pull request #220 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.19.0
build(deps-dev): Bump eslint from 7.18.0 to 7.19.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 248416a9..5cca94a3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -81,7 +81,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
- "eslint": "^7.18.0",
+ "eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|