diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-26 13:22:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 13:22:27 +0000 |
commit | 3dc0f06f3a757cdbc44f4992bc2d11f08333651e (patch) | |
tree | f387964308af13664076968baddb6ed2d6798520 /FrontEnd | |
parent | d8e98546f3f216ff525fd8c11913b38677e77617 (diff) | |
download | timeline-3dc0f06f3a757cdbc44f4992bc2d11f08333651e.tar.gz timeline-3dc0f06f3a757cdbc44f4992bc2d11f08333651e.tar.bz2 timeline-3dc0f06f3a757cdbc44f4992bc2d11f08333651e.zip |
build(deps-dev): Bump eslint from 8.9.0 to 8.10.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.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.9.0...v8.10.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 0cd38e5d..ee8125f4 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.3",
"@types/lodash": "^4.14.178",
- "@types/node": "^17.0.19",
+ "@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
@@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.9.0",
+ "eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
|