diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-05 05:25:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 05:25:08 +0000 |
commit | f04b5fb3d6f9d1a1aaa10fe4e4f1e975e5374651 (patch) | |
tree | ecd44e18432d1a95af3279ca919e5a0dbbbe284d /FrontEnd | |
parent | 02be48c9a7c3863a270613d65d0318f0c3068ea0 (diff) | |
download | timeline-f04b5fb3d6f9d1a1aaa10fe4e4f1e975e5374651.tar.gz timeline-f04b5fb3d6f9d1a1aaa10fe4e4f1e975e5374651.tar.bz2 timeline-f04b5fb3d6f9d1a1aaa10fe4e4f1e975e5374651.zip |
build(deps-dev): Bump @typescript-eslint/eslint-plugin in /FrontEnd
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.18.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 55b4affc..48a27501 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.17.0",
+ "@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.12.0",
|