build(docs-infra): upgrade RxJS in docs examples to 6.5.1 (#30048)
Related to #30043. PR Close #30048
This commit is contained in:
parent
7e3137e7ed
commit
e8d3246c6e
|
@ -22,7 +22,7 @@
|
|||
"@angular/router": "^7.0.0",
|
||||
"angular-in-memory-web-api": "^0.8.0",
|
||||
"core-js": "^2.5.4",
|
||||
"rxjs": "^6.3.0",
|
||||
"rxjs": "^6.5.1",
|
||||
"web-animations-js": "^2.3.1",
|
||||
"zone.js": "~0.9.0"
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"@angular/router": "^7.0.0",
|
||||
"angular-in-memory-web-api": "^0.8.0",
|
||||
"core-js": "^2.5.4",
|
||||
"rxjs": "^6.3.0",
|
||||
"rxjs": "^6.5.1",
|
||||
"web-animations-js": "^2.3.1",
|
||||
"zone.js": "~0.9.0"
|
||||
},
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@angular/service-worker": "^7.0.0",
|
||||
"angular-in-memory-web-api": "^0.8.0",
|
||||
"core-js": "^2.5.4",
|
||||
"rxjs": "^6.3.0",
|
||||
"rxjs": "^6.5.1",
|
||||
"web-animations-js": "^2.3.1",
|
||||
"zone.js": "~0.9.0"
|
||||
},
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"@nguniversal/module-map-ngfactory-loader": "^7.0.0",
|
||||
"angular-in-memory-web-api": "^0.8.0",
|
||||
"core-js": "^2.5.4",
|
||||
"rxjs": "^6.3.0",
|
||||
"rxjs": "^6.5.1",
|
||||
"web-animations-js": "^2.3.1",
|
||||
"zone.js": "~0.9.0"
|
||||
},
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"angular-in-memory-web-api": "github:brandonroberts/in-memory-web-api-bazel#50a34d8",
|
||||
"core-js": "^2.5.4",
|
||||
"express": "^4.14.1",
|
||||
"rxjs": "^6.3.0",
|
||||
"rxjs": "^6.5.1",
|
||||
"systemjs": "0.19.39",
|
||||
"web-animations-js": "^2.3.1",
|
||||
"zone.js": "~0.9.0"
|
||||
|
|
|
@ -6702,7 +6702,7 @@ rx@4.1.0:
|
|||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
|
||||
|
||||
rxjs@6.3.3, rxjs@^6.3.0:
|
||||
rxjs@6.3.3:
|
||||
version "6.3.3"
|
||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
|
||||
dependencies:
|
||||
|
@ -6714,6 +6714,13 @@ rxjs@^6.1.0:
|
|||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
rxjs@^6.5.1:
|
||||
version "6.5.1"
|
||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.1.tgz#f7a005a9386361921b8524f38f54cbf80e5d08f4"
|
||||
integrity sha512-y0j31WJc83wPu31vS1VlAFW5JGrnGC+j+TtGAa1fRQphy48+fDYiDmX8tjGloToEsMkxnouOg/1IzXGKkJnZMg==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
safe-buffer@5.1.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
||||
version "5.1.1"
|
||||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
|
||||
|
|
Loading…
Reference in New Issue