diff options
author | crupest <crupest@outlook.com> | 2021-05-12 17:00:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 17:00:47 +0800 |
commit | aea8e41def7eab0d4e9f339ff14143f5441ae71d (patch) | |
tree | b01e621d4252138a9aba4ba41328528180e300c4 | |
parent | 61ee414dfffa00b10601e5fc457e4eca69beb3f2 (diff) | |
parent | 06dcf95a767c923b9d2e8dd1094599ad4c70a12e (diff) | |
download | timeline-aea8e41def7eab0d4e9f339ff14143f5441ae71d.tar.gz timeline-aea8e41def7eab0d4e9f339ff14143f5441ae71d.tar.bz2 timeline-aea8e41def7eab0d4e9f339ff14143f5441ae71d.zip |
Merge pull request #527 from crupest/dependabot/npm_and_yarn/FrontEnd/rxjs-7.0.1
build(deps): Bump rxjs from 7.0.0 to 7.0.1 in /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 1126c862..b1d2c607 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -29,7 +29,7 @@ "react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^7.0.0",
+ "rxjs": "^7.0.1",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
|