diff options
author | crupest <crupest@outlook.com> | 2021-05-24 20:58:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 20:58:29 +0800 |
commit | 9e37af8e2967e22188692f45819944e762612b38 (patch) | |
tree | 171c66eb4fc4e249b022872022d7bede93bc542f /FrontEnd | |
parent | befd13152dfb5dfb837bcd5c760d2fa6d895e449 (diff) | |
parent | f1ba63e2aba185af6658f61e9c1f7ad4e8f7ea41 (diff) | |
download | timeline-9e37af8e2967e22188692f45819944e762612b38.tar.gz timeline-9e37af8e2967e22188692f45819944e762612b38.tar.bz2 timeline-9e37af8e2967e22188692f45819944e762612b38.zip |
Merge pull request #563 from crupest/dependabot/npm_and_yarn/FrontEnd/rxjs-7.1.0
build(deps): Bump rxjs from 7.0.1 to 7.1.0 in /FrontEnd
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 cc5596bd..f17d4b4f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^7.0.1",
+ "rxjs": "^7.1.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
|