diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-29 15:33:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 15:33:10 +0000 |
commit | 303454e52b5414390dfb7b79f58665fdffd634a3 (patch) | |
tree | 7fc7006e36eb3b1461ee2a61c1be4c746d58d413 | |
parent | d75f7442ff6c2f92e1a9a0b8c5787246ac12d8eb (diff) | |
download | timeline-303454e52b5414390dfb7b79f58665fdffd634a3.tar.gz timeline-303454e52b5414390dfb7b79f58665fdffd634a3.tar.bz2 timeline-303454e52b5414390dfb7b79f58665fdffd634a3.zip |
build(deps-dev): Bump @typescript-eslint/parser in /FrontEnd
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.8.0 to 5.10.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.1/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 36a0fe3b..60d0e4bb 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.10.0",
- "@typescript-eslint/parser": "^5.8.0",
+ "@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
@@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
- "typescript": "^4.5.4",
+ "typescript": "^4.5.5",
"vite": "^2.7.10",
"vite-plugin-pwa": "^0.11.13"
}
|