diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-07 13:49:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 13:49:21 +0000 |
commit | bff107fba6cb2dce0e076e5999f63dccea3618ba (patch) | |
tree | b6bdd8765b6b6b57eb86fc53dfe0e56ef4c398ea | |
parent | d1f4fcd55e23e311ca15f5eff821edab1349571c (diff) | |
download | timeline-bff107fba6cb2dce0e076e5999f63dccea3618ba.tar.gz timeline-bff107fba6cb2dce0e076e5999f63dccea3618ba.tar.bz2 timeline-bff107fba6cb2dce0e076e5999f63dccea3618ba.zip |
build(deps-dev): Bump typescript from 4.5.5 to 4.6.2 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.2)
---
updated-dependencies:
- dependency-name: typescript
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 7a064e8b..e9e5fa3d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,12 +60,12 @@ "@typescript-eslint/parser": "^5.13.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.10.0",
- "eslint-config-prettier": "^8.4.0",
+ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
- "typescript": "^4.5.5",
+ "typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
}
|