Skip to content

Commit

Permalink
build: update rxjs to version 6.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and clydin committed Feb 25, 2021
1 parent ed367e0 commit 02db14a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"regenerator-runtime": "0.13.7",
"resolve-url-loader": "3.1.2",
"rimraf": "3.0.2",
"rxjs": "6.6.3",
"rxjs": "6.6.6",
"sass": "1.32.8",
"sass-loader": "10.1.1",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/architect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"typings": "src/index.d.ts",
"dependencies": {
"@angular-devkit/core": "0.0.0",
"rxjs": "6.6.3"
"rxjs": "6.6.6"
},
"builders": "./builders/builders.json"
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/architect_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ansi-colors": "4.1.1",
"minimist": "1.2.5",
"progress": "2.0.3",
"rxjs": "6.6.3",
"rxjs": "6.6.6",
"symbol-observable": "3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"minimist": "1.2.5",
"pidusage": "2.0.21",
"pidtree": "0.5.0",
"rxjs": "6.6.3",
"rxjs": "6.6.6",
"tree-kill": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"regenerator-runtime": "0.13.7",
"resolve-url-loader": "3.1.2",
"rimraf": "3.0.2",
"rxjs": "6.6.3",
"rxjs": "6.6.6",
"sass": "1.32.8",
"sass-loader": "10.1.1",
"semver": "7.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@angular-devkit/architect": "0.0.0",
"@angular-devkit/core": "0.0.0",
"rxjs": "6.6.3"
"rxjs": "6.6.6"
},
"peerDependencies": {
"webpack": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ajv": "6.12.6",
"fast-json-stable-stringify": "2.1.0",
"magic-string": "0.25.7",
"rxjs": "6.6.3",
"rxjs": "6.6.6",
"source-map": "0.7.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dependencies": {
"@angular-devkit/core": "0.0.0",
"ora": "5.3.0",
"rxjs": "6.6.3"
"rxjs": "6.6.6"
}
}
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10997,7 +10997,14 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rxjs@6.6.3, rxjs@^6.4.0, rxjs@^6.5.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.2:
rxjs@6.6.6:
version "6.6.6"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70"
integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==
dependencies:
tslib "^1.9.0"

rxjs@^6.4.0, rxjs@^6.5.0, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.2:
version "6.6.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
Expand Down

0 comments on commit 02db14a

Please sign in to comment.