Skip to content

Commit

Permalink
build: update dependency rxjs to v7.8.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 367ddab)
  • Loading branch information
angular-robot authored and alan-agius4 committed Apr 27, 2023
1 parent 96987eb commit 35c02ca
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.26",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.0",
"rxjs": "7.8.1",
"sass": "1.62.1",
"sass-loader": "13.2.2",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-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-PLACEHOLDER",
"rxjs": "7.8.0"
"rxjs": "7.8.1"
},
"builders": "./builders/builders.json"
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ansi-colors": "4.1.3",
"pidusage": "3.0.2",
"pidtree": "0.6.0",
"rxjs": "7.8.0",
"rxjs": "7.8.1",
"tree-kill": "^1.2.0",
"yargs-parser": "21.1.1"
}
Expand Down
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 @@ -53,7 +53,7 @@
"postcss": "8.4.23",
"postcss-loader": "7.2.4",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.0",
"rxjs": "7.8.1",
"sass": "1.62.1",
"sass-loader": "13.2.2",
"semver": "7.4.0",
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 @@ -8,7 +8,7 @@
"builders": "builders.json",
"dependencies": {
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"rxjs": "7.8.0"
"rxjs": "7.8.1"
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
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-formats": "2.1.1",
"ajv": "8.12.0",
"jsonc-parser": "3.2.0",
"rxjs": "7.8.0",
"rxjs": "7.8.1",
"source-map": "0.7.4"
},
"peerDependencies": {
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 @@ -17,6 +17,6 @@
"jsonc-parser": "3.2.0",
"magic-string": "0.30.0",
"ora": "5.4.1",
"rxjs": "7.8.0"
"rxjs": "7.8.1"
}
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10495,6 +10495,13 @@ [email protected], rxjs@^7.2.0, rxjs@^7.5.5, rxjs@^7.5.6:
dependencies:
tslib "^2.1.0"

[email protected]:
version "7.8.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
dependencies:
tslib "^2.1.0"

[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
Expand Down

0 comments on commit 35c02ca

Please sign in to comment.