diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-07 05:48:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 05:48:59 +0000 |
commit | a0152ed69dbfc79c10d1966782865936e0614c14 (patch) | |
tree | 1806e2808118635b4e4ac55e9a2b6737af7e055f | |
parent | 0241d95d86267b1586704630452fa68af9423892 (diff) | |
download | timeline-a0152ed69dbfc79c10d1966782865936e0614c14.tar.gz timeline-a0152ed69dbfc79c10d1966782865936e0614c14.tar.bz2 timeline-a0152ed69dbfc79c10d1966782865936e0614c14.zip |
build(deps-dev): Bump eslint from 8.4.0 to 8.4.1 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.4.0 to 8.4.1.
- [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.4.0...v8.4.1)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 25074114..d407e351 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.177",
- "@types/node": "^16.11.7",
+ "@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
@@ -57,9 +57,9 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
- "@typescript-eslint/parser": "^5.5.0",
+ "@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.4.0",
+ "eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
|