diff options
author | crupest <crupest@outlook.com> | 2021-02-15 20:35:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 20:35:37 +0800 |
commit | b2b4b0906d9f8a1aff3698d880f611569174e904 (patch) | |
tree | 9d30d43a68d0cbd183e2285f31800920f73c908c | |
parent | 8afeb94bc88d77a11a5e3de2f871c199b8fb3d45 (diff) | |
parent | 4d043d585ec10f1ac941530e9ff9e7d90b0504f7 (diff) | |
download | timeline-b2b4b0906d9f8a1aff3698d880f611569174e904.tar.gz timeline-b2b4b0906d9f8a1aff3698d880f611569174e904.tar.bz2 timeline-b2b4b0906d9f8a1aff3698d880f611569174e904.zip |
Merge pull request #277 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.20.0
build(deps-dev): Bump eslint from 7.19.0 to 7.20.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 4ee93d7b..8c23428b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -83,7 +83,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
- "eslint": "^7.19.0",
+ "eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|