diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-01 11:30:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 11:30:04 +0000 |
commit | 6be2b31f7afc211bec340c04223a4d1182ce537b (patch) | |
tree | d7ba573beafcfb6dbe9720ca839c397742688773 /FrontEnd | |
parent | 6d5d012263b02fae34d8c9f8b9051503df342fd2 (diff) | |
download | timeline-6be2b31f7afc211bec340c04223a4d1182ce537b.tar.gz timeline-6be2b31f7afc211bec340c04223a4d1182ce537b.tar.bz2 timeline-6be2b31f7afc211bec340c04223a4d1182ce537b.zip |
build(deps): Bump @popperjs/core from 2.11.0 to 2.11.2 in /FrontEnd
Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.11.0 to 2.11.2.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/compare/v2.11.0...v2.11.2)
---
updated-dependencies:
- dependency-name: "@popperjs/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 fd011014..a0637738 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,7 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"@microsoft/signalr": "^6.0.1",
- "@popperjs/core": "^2.11.0",
+ "@popperjs/core": "^2.11.2",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
@@ -56,10 +56,10 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.10.0",
+ "@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.5.0",
+ "eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
|