diff options
author | crupest <crupest@outlook.com> | 2022-03-15 14:05:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 14:05:12 +0800 |
commit | 5ebc282149575f7e37203fb49ad60ffe4ff8aff1 (patch) | |
tree | adf2a58f9b1b79931afc337fe78e66c9a1e8fd0a | |
parent | 16f0e1bf9260f39fe9a1e9c435c59b2876158019 (diff) | |
parent | 1808120e9282a42c2aa8959d646bcee8e8b31d15 (diff) | |
download | timeline-5ebc282149575f7e37203fb49ad60ffe4ff8aff1.tar.gz timeline-5ebc282149575f7e37203fb49ad60ffe4ff8aff1.tar.bz2 timeline-5ebc282149575f7e37203fb49ad60ffe4ff8aff1.zip |
Merge pull request #1110 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.15.0
build(deps-dev): Bump @typescript-eslint/parser from 5.14.0 to 5.15.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 c738a007..5b249cbb 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.14.0",
- "@typescript-eslint/parser": "^5.14.0",
+ "@typescript-eslint/parser": "^5.15.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
|