diff options
author | crupest <crupest@outlook.com> | 2022-04-25 16:23:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 16:23:09 +0800 |
commit | 9815f232358fb1f5663981dd93e87f91df9c8722 (patch) | |
tree | b46e9cf80350ac34952f501584831e7ee200a549 | |
parent | 60ec53aa2ad9687f5d8661322fb3e1e03e291eba (diff) | |
parent | 60196d4a2d29aa48cdc299020e95f02251945e91 (diff) | |
download | timeline-9815f232358fb1f5663981dd93e87f91df9c8722.tar.gz timeline-9815f232358fb1f5663981dd93e87f91df9c8722.tar.bz2 timeline-9815f232358fb1f5663981dd93e87f91df9c8722.zip |
Merge pull request #1169 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.14.0
build(deps-dev): Bump eslint from 8.13.0 to 8.14.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 6a99f226..477c4fcd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.13.0",
+ "eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|