diff options
author | crupest <crupest@outlook.com> | 2021-07-27 22:56:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 22:56:58 +0800 |
commit | c9979e570799acdb3e4067d008057e9ce9519a9b (patch) | |
tree | 91d5d1f896930bbcace5e2c0e6b19a64c94afc51 /FrontEnd | |
parent | 4d607f4ed83ec16ec376b7ba274abf90c9d5b591 (diff) | |
parent | 67e4bd8676e2e6c64ad71aabad658a6a13d517f8 (diff) | |
download | timeline-c9979e570799acdb3e4067d008057e9ce9519a9b.tar.gz timeline-c9979e570799acdb3e4067d008057e9ce9519a9b.tar.bz2 timeline-c9979e570799acdb3e4067d008057e9ce9519a9b.zip |
Merge pull request #699 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.28.5
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.28.5 in /FrontEnd
Diffstat (limited to '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 4c142cde..bdb24511 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.28.4",
+ "@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.4",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.31.0",
|