diff options
author | crupest <crupest@outlook.com> | 2021-03-29 20:05:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 20:05:39 +0800 |
commit | 4b6dc182d2175d0e2a7d622df8771c51804ccb21 (patch) | |
tree | 8c0f72c556648f6b17e812a1f869950159370dd9 /FrontEnd/package.json | |
parent | dc00f1e861604e7153a61e799e14914299686e8c (diff) | |
parent | ada1226709fcc1e659822c551dc7004a0eeb5c1f (diff) | |
download | timeline-4b6dc182d2175d0e2a7d622df8771c51804ccb21.tar.gz timeline-4b6dc182d2175d0e2a7d622df8771c51804ccb21.tar.bz2 timeline-4b6dc182d2175d0e2a7d622df8771c51804ccb21.zip |
Merge pull request #413 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.23.0
build(deps-dev): Bump eslint from 7.22.0 to 7.23.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 ba84d267..30eae1ff 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -85,7 +85,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.2.0",
- "eslint": "^7.22.0",
+ "eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|