Skip to content

Commit 307eaee

Browse files
Updated to Angular 7.1.1 release.
1 parent 258e49e commit 307eaee

File tree

2 files changed

+487
-53
lines changed

2 files changed

+487
-53
lines changed

examples/apollo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"start": "meteor run"
66
},
77
"dependencies": {
8-
"@angular/common": "^6.1.1",
9-
"@angular/compiler": "^6.1.1",
10-
"@angular/compiler-cli": "^6.1.1",
11-
"@angular/core": "^6.1.1",
12-
"@angular/platform-browser": "^6.1.1",
13-
"@angular/platform-browser-dynamic": "^6.1.1",
8+
"@angular/common": "^7.1.1",
9+
"@angular/compiler": "^7.1.1",
10+
"@angular/compiler-cli": "^7.1.1",
11+
"@angular/core": "^7.1.1",
12+
"@angular/platform-browser": "^7.1.1",
13+
"@angular/platform-browser-dynamic": "^7.1.1",
1414
"@babel/runtime": "^7.1.5",
1515
"apollo-angular": "^1.1.2",
1616
"apollo-angular-link-http": "^1.1.1",
@@ -26,7 +26,7 @@
2626
"graphql-tag": "^2.9.2",
2727
"graphql-tools": "^3.1.1",
2828
"meteor-node-stubs": "^0.4.1",
29-
"rxjs": "^6.2.2",
29+
"rxjs": "^6.3.0",
3030
"tslib": "^1.9.3",
3131
"zone.js": "^0.8.26"
3232
},

0 commit comments

Comments
 (0)