diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-18 12:57:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 12:57:49 +0000 |
commit | 98ee569bd8b8efa9519cfaf3bff43fc838ddf0c4 (patch) | |
tree | de2bbf6e9e2a63dff6a525f877972e150e45f28c | |
parent | a54dac091673fbdb5a7530d717fc7b4f4cb9506c (diff) | |
download | timeline-98ee569bd8b8efa9519cfaf3bff43fc838ddf0c4.tar.gz timeline-98ee569bd8b8efa9519cfaf3bff43fc838ddf0c4.tar.bz2 timeline-98ee569bd8b8efa9519cfaf3bff43fc838ddf0c4.zip |
build(deps-dev): Bump eslint from 8.4.1 to 8.5.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.4.1 to 8.5.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.4.1...v8.5.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 b4ed25c2..32ce9c7a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,14 +59,14 @@ "@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.4.1",
+ "eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4",
- "vite": "^2.7.1",
+ "vite": "^2.7.3",
"vite-plugin-pwa": "^0.11.11"
}
}
\ No newline at end of file |