diff options
author | crupest <crupest@outlook.com> | 2022-04-05 13:24:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 13:24:23 +0800 |
commit | 02be48c9a7c3863a270613d65d0318f0c3068ea0 (patch) | |
tree | a3e29375347d63de0f17c5f392e59ae7a5cdaa39 /FrontEnd | |
parent | a648e23d8e218f71075d8a71eb927a507aa371a4 (diff) | |
parent | 3d1be241fd80f3aeb94f671f753cb6da95854c38 (diff) | |
download | timeline-02be48c9a7c3863a270613d65d0318f0c3068ea0.tar.gz timeline-02be48c9a7c3863a270613d65d0318f0c3068ea0.tar.bz2 timeline-02be48c9a7c3863a270613d65d0318f0c3068ea0.zip |
Merge pull request #1142 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.18.0
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 7b44bca5..55b4affc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
- "@typescript-eslint/parser": "^5.17.0",
+ "@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
|