diff options
author | crupest <crupest@outlook.com> | 2022-04-11 23:47:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 23:47:19 +0800 |
commit | 0b5e05e6e250b844a79cd0b68417411f3d443e4e (patch) | |
tree | 9482ef9cd7bac0e790d382b186093f4c193a6bd6 | |
parent | 0ffe713f72d167655f0f9ffe81c8a98c68d5d96c (diff) | |
parent | 2417110fba57758dedec55ef05e65aa363a8c790 (diff) | |
download | timeline-0b5e05e6e250b844a79cd0b68417411f3d443e4e.tar.gz timeline-0b5e05e6e250b844a79cd0b68417411f3d443e4e.tar.bz2 timeline-0b5e05e6e250b844a79cd0b68417411f3d443e4e.zip |
Merge pull request #1151 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.13.0
-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 358eadc1..df34ee14 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.12.0",
+ "eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|