aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-25 12:48:19 +0000
committerGitHub <noreply@github.com>2022-05-25 12:48:19 +0000
commit5780833046f8137999b5077932f5326b3433f541 (patch)
treec76e5095281cc22b5fa12add8c343c1b4a7550da
parent7005102ff2d87beeaf26a11c8617f11b8c4dcc0f (diff)
downloadtimeline-5780833046f8137999b5077932f5326b3433f541.tar.gz
timeline-5780833046f8137999b5077932f5326b3433f541.tar.bz2
timeline-5780833046f8137999b5077932f5326b3433f541.zip
build(deps-dev): Bump typescript from 4.6.4 to 4.7.2 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index c89a19ac..19a4f203 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -60,13 +60,13 @@
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.15.0",
+ "eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
- "typescript": "^4.6.4",
+ "typescript": "^4.7.2",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0"
}