diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-07 06:42:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 06:42:43 +0000 |
commit | 28d516567927fea846e7971037c77c3fcd80d487 (patch) | |
tree | 0357a2e4df55dda3a740f561b1d48b3e5b1be4a8 | |
parent | 269a6fe51fe609f589c79c4adda70b09c7c84f15 (diff) | |
download | timeline-28d516567927fea846e7971037c77c3fcd80d487.tar.gz timeline-28d516567927fea846e7971037c77c3fcd80d487.tar.bz2 timeline-28d516567927fea846e7971037c77c3fcd80d487.zip |
build(deps-dev): Bump typescript from 4.4.4 to 4.5.2 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.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 d407e351..5290e837 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.4",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.5.0",
+ "@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.4.1",
@@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
- "typescript": "^4.4.4",
+ "typescript": "^4.5.2",
"vite": "^2.6.14",
"vite-plugin-pwa": "^0.11.10"
}
|