diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-13 09:14:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 09:14:17 +0000 |
commit | b475bd1c1fc47d38f692df5fadb4783209c544c0 (patch) | |
tree | 72984491ccf0cb2417e12666666254f70f23db31 | |
parent | 878645e14a7122414f48ef1eb0424ed1b49cea87 (diff) | |
download | timeline-b475bd1c1fc47d38f692df5fadb4783209c544c0.tar.gz timeline-b475bd1c1fc47d38f692df5fadb4783209c544c0.tar.bz2 timeline-b475bd1c1fc47d38f692df5fadb4783209c544c0.zip |
build(deps): Bump rxjs from 7.5.5 to 7.5.6 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.5 to 7.5.6.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.5...7.5.6)
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
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 a14cc75c..b8d7bde2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
- "rxjs": "^7.5.5",
+ "rxjs": "^7.5.6",
"workbox-cacheable-response": "^6.5.2",
"workbox-expiration": "^6.5.2",
"workbox-precaching": "^6.5.2",
@@ -54,13 +54,13 @@ "@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-color": "^3.0.6",
- "@types/react-dom": "^18.0.5",
+ "@types/react-dom": "^18.0.6",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.18.0",
+ "eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
|