diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-27 08:24:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 08:24:05 +0000 |
commit | 91aa783395bc5687036745c9eaf966740e77d5f1 (patch) | |
tree | ffd904118a47379280e017d0569f7a4585cd9401 | |
parent | 924b798aff4c40b42b38f3960478c48b27cd5965 (diff) | |
download | timeline-91aa783395bc5687036745c9eaf966740e77d5f1.tar.gz timeline-91aa783395bc5687036745c9eaf966740e77d5f1.tar.bz2 timeline-91aa783395bc5687036745c9eaf966740e77d5f1.zip |
build(deps-dev): Bump eslint from 8.11.0 to 8.12.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0)
---
updated-dependencies:
- dependency-name: eslint
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 e326ed60..07821fcb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.22",
- "@types/react": "^17.0.42",
+ "@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.14",
"@types/react-responsive": "^8.0.5",
@@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.11.0",
+ "eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|