diff options
author | crupest <crupest@outlook.com> | 2021-04-12 16:56:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 16:56:55 +0800 |
commit | f32f802734f91fbc1bd93db348aaee2016f8fc7c (patch) | |
tree | e8418fa919ef2af05fbf6f0d334b0f15e93c3959 /FrontEnd/package.json | |
parent | be4ff36348f889f7e8e288dface2b531f393557b (diff) | |
parent | 74a13d454605edc66a0e7ff1d23fd6d15de7c57c (diff) | |
download | timeline-f32f802734f91fbc1bd93db348aaee2016f8fc7c.tar.gz timeline-f32f802734f91fbc1bd93db348aaee2016f8fc7c.tar.bz2 timeline-f32f802734f91fbc1bd93db348aaee2016f8fc7c.zip |
Merge pull request #444 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.24.0
build(deps-dev): Bump eslint from 7.23.0 to 7.24.0 in /FrontEnd
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 97062b35..1770747b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -86,7 +86,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.0",
- "eslint": "^7.23.0",
+ "eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|