Skip to content

Commit 6601d0f

Browse files
committed
1 parent cccc328 commit 6601d0f

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@schematics/angular": "^0.5.4",
3232
"core-js": "^2.4.1",
3333
"reflect-metadata": "^0.1.3",
34-
"rxjs": "^6.0.0-uncanny-rc.7",
34+
"rxjs": "^6.0.0",
3535
"tslib": "^1.7.1",
3636
"zone.js": "^0.8.26"
3737
},

packages/benchpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@angular/core": "^2.0.0-rc.7",
1010
"reflect-metadata": "^0.1.2",
11-
"rxjs": "^6.0.0-rc.0",
11+
"rxjs": "^6.0.0",
1212
"jpm": "1.1.4",
1313
"firefox-profile": "0.4.0",
1414
"selenium-webdriver": "^2.53.3"

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"locales": "locales",
1919
"peerDependencies": {
20-
"rxjs": "^6.0.0-rc.0",
20+
"rxjs": "^6.0.0",
2121
"@angular/core": "0.0.0-PLACEHOLDER"
2222
},
2323
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tslib": "^1.9.0"
1717
},
1818
"peerDependencies": {
19-
"rxjs": "^6.0.0-rc.0",
19+
"rxjs": "^6.0.0",
2020
"zone.js": "~0.8.26"
2121
},
2222
"repository": {

packages/elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"peerDependencies": {
1919
"@angular/core": "0.0.0-PLACEHOLDER",
2020
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
21-
"rxjs": "^6.0.0-rc.0"
21+
"rxjs": "^6.0.0"
2222
},
2323
"repository": {
2424
"type": "git",

packages/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tslib": "^1.9.0"
1717
},
1818
"peerDependencies": {
19-
"rxjs": "^6.0.0-rc.0",
19+
"rxjs": "^6.0.0",
2020
"@angular/core": "0.0.0-PLACEHOLDER",
2121
"@angular/common": "0.0.0-PLACEHOLDER",
2222
"@angular/platform-browser": "0.0.0-PLACEHOLDER"

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tslib": "^1.9.0"
1717
},
1818
"peerDependencies": {
19-
"rxjs": "^6.0.0-rc.0",
19+
"rxjs": "^6.0.0",
2020
"@angular/core": "0.0.0-PLACEHOLDER",
2121
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
2222
},

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular/core": "0.0.0-PLACEHOLDER",
3232
"@angular/common": "0.0.0-PLACEHOLDER",
3333
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
34-
"rxjs": "^6.0.0-rc.0"
34+
"rxjs": "^6.0.0"
3535
},
3636
"ng-update": {
3737
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5142,15 +5142,15 @@ [email protected]:
51425142
version "0.47.4"
51435143
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.47.4.tgz#e3a55de83a78221d232ce29619a8d68189ae845e"
51445144

5145-
rxjs@^6.0.0-beta.3:
5146-
version "6.0.0-tactical-rc.1"
5147-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-tactical-rc.1.tgz#1fe1f1204132d1c71c72f249a487f8e76a5ec1d5"
5145+
rxjs@^6.0.0:
5146+
version "6.0.0"
5147+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0.tgz#d647e029b5854617f994c82fe57a4c6747b352da"
51485148
dependencies:
51495149
tslib "^1.9.0"
51505150

5151-
rxjs@^6.0.0-uncanny-rc.7:
5152-
version "6.0.0-uncanny-rc.7"
5153-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-uncanny-rc.7.tgz#e5d6ebe2c538c583bf4b3600b60112d64a7a6991"
5151+
rxjs@^6.0.0-beta.3:
5152+
version "6.0.0-tactical-rc.1"
5153+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-tactical-rc.1.tgz#1fe1f1204132d1c71c72f249a487f8e76a5ec1d5"
51545154
dependencies:
51555155
tslib "^1.9.0"
51565156

0 commit comments

Comments
 (0)