Skip to content

Commit

Permalink
build: angular 7 (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Oct 19, 2018
1 parent d1a9e18 commit 5fb0d89
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 84 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"prettier": "1.14.3",
"rimraf": "2.6.2",
"shelljs": "0.8.2",
"typescript": "2.9.2"
"tsickle": "0.33.0",
"typescript": "3.1.3"
}
}
24 changes: 12 additions & 12 deletions packages/apollo-angular-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"deploy": "yarn build && npm publish build"
},
"peerDependencies": {
"@angular/core": "^6.1.0",
"@angular/common": "^6.1.0"
"@angular/core": "^6.1.0 || ^7.0.0",
"@angular/common": "^6.1.0 || ^7.0.0"
},
"dependencies": {
"apollo-cache-inmemory": "~1.3.0",
Expand All @@ -37,15 +37,15 @@
"graphql-tag": "~2.10.0"
},
"devDependencies": {
"@angular/animations": "6.1.10",
"@angular/common": "6.1.10",
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@angular/http": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@angular/animations": "7.0.0",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "7.0.0",
"@angular/core": "7.0.0",
"@angular/http": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@angular/platform-server": "7.0.0",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"graphql": "14.0.2",
Expand All @@ -54,7 +54,7 @@
"ng-packagr": "4.3.1",
"rxjs": "6.3.3",
"ts-jest": "23.10.4",
"typescript": "2.9.2",
"typescript": "3.1.3",
"zone.js": "0.8.26"
}
}
22 changes: 11 additions & 11 deletions packages/apollo-angular-cache-ngrx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"deploy": "yarn build && npm publish build"
},
"peerDependencies": {
"@angular/core": "^6.1.0",
"@ngrx/store": "^6.0.0",
"@angular/core": "^6.1.0 || ^7.0.0",
"@ngrx/store": "^6.0.0 || ^7.0.0",
"rxjs": "^6.0.0"
},
"devDependencies": {
"@angular/animations": "6.1.10",
"@angular/common": "6.1.10",
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@angular/http": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/animations": "7.0.0",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "7.0.0",
"@angular/core": "7.0.0",
"@angular/http": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@ngrx/store": "6.1.0",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
Expand All @@ -49,7 +49,7 @@
"ng-packagr": "4.3.1",
"rxjs": "6.3.3",
"ts-jest": "23.10.4",
"typescript": "2.9.2",
"typescript": "3.1.3",
"zone.js": "0.8.26"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-angular-link-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"deploy": "yarn build && npm publish build"
},
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/common": "^6.0.0 || ^7.0.0",
"apollo-link": "^1.0.0"
},
"devDependencies": {
"@angular/common": "6.1.10",
"@angular/core": "6.1.10",
"@angular/common": "7.0.0",
"@angular/core": "7.0.0",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-link": "1.2.3",
Expand All @@ -38,6 +38,6 @@
"jest": "23.6.0",
"ng-packagr": "4.3.1",
"ts-jest": "23.10.4",
"typescript": "2.9.2"
"typescript": "3.1.3"
}
}
28 changes: 14 additions & 14 deletions packages/apollo-angular-link-http-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "build/bundles/ng.apolloLink.httpBatch.umd.js",
"module": "build/fesm5/ng.apolloLink.httpBatch.js",
"typings": "build/ng.apolloLink.httpBatch.d.ts",
"version": "1.3.1",
"version": "1.4.0-rc.0",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand All @@ -24,25 +24,25 @@
"deploy": "yarn build && npm publish build"
},
"peerDependencies": {
"@angular/core": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0 || ^7.0.0",
"@angular/common": "^6.0.0 || ^7.0.0",
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0"
},
"dependencies": {
"apollo-link": "^1.0.0",
"apollo-link-batch": "^1.1.2",
"apollo-angular-link-http-common": "~1.3.0"
"apollo-angular-link-http-common": "~1.4.0-rc.0"
},
"devDependencies": {
"@angular/animations": "6.1.10",
"@angular/common": "6.1.10",
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@angular/http": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@angular/animations": "7.0.0",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "7.0.0",
"@angular/core": "7.0.0",
"@angular/http": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@angular/platform-server": "7.0.0",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-cache-inmemory": "1.3.5",
Expand All @@ -54,7 +54,7 @@
"ng-packagr": "4.3.1",
"rxjs": "6.3.3",
"ts-jest": "23.10.4",
"typescript": "2.9.2",
"typescript": "3.1.3",
"zone.js": "0.8.26"
}
}
26 changes: 13 additions & 13 deletions packages/apollo-angular-link-http-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "build/bundles/ng.apolloLink.httpCommon.umd.js",
"module": "build/fesm5/ng.apolloLink.httpCommon.js",
"typings": "build/ng.apolloLink.httpCommon.d.ts",
"version": "1.3.0",
"version": "1.4.0-rc.0",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand All @@ -24,21 +24,21 @@
"deploy": "yarn build && npm publish build"
},
"peerDependencies": {
"@angular/core": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0 || ^7.0.0",
"@angular/common": "^6.0.0 || ^7.0.0",
"apollo-link": "^1.0.0",
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0"
},
"devDependencies": {
"@angular/animations": "6.1.10",
"@angular/common": "6.1.10",
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@angular/http": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@angular/animations": "7.0.0",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "7.0.0",
"@angular/core": "7.0.0",
"@angular/http": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@angular/platform-server": "7.0.0",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-cache-inmemory": "1.3.5",
Expand All @@ -51,7 +51,7 @@
"ng-packagr": "4.3.1",
"rxjs": "6.3.3",
"ts-jest": "23.10.4",
"typescript": "2.9.2",
"typescript": "3.1.3",
"zone.js": "0.8.26"
}
}
30 changes: 15 additions & 15 deletions packages/apollo-angular-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "build/bundles/ng.apolloLink.http.umd.js",
"module": "build/fesm5/ng.apolloLink.http.js",
"typings": "build/ng.apolloLink.http.d.ts",
"version": "1.3.1",
"version": "1.4.0-rc.0",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand All @@ -24,27 +24,27 @@
"deploy": "yarn build && npm publish build"
},
"peerDependencies": {
"@angular/core": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0 || ^7.0.0",
"@angular/common": "^6.0.0 || ^7.0.0",
"apollo-link": "^1.0.0",
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0"
},
"dependencies": {
"apollo-angular-link-http-common": "~1.3.0"
"apollo-angular-link-http-common": "~1.4.0-rc.0"
},
"devDependencies": {
"@angular/animations": "6.1.10",
"@angular/common": "6.1.10",
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@angular/http": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@angular/animations": "7.0.0",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "7.0.0",
"@angular/core": "7.0.0",
"@angular/http": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@angular/platform-server": "7.0.0",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-angular": "1.4.0",
"apollo-angular": "1.4.1",
"apollo-cache-inmemory": "1.3.5",
"apollo-client": "2.4.2",
"apollo-link": "1.2.3",
Expand All @@ -55,7 +55,7 @@
"ng-packagr": "4.3.1",
"rxjs": "6.3.3",
"ts-jest": "23.10.4",
"typescript": "2.9.2",
"typescript": "3.1.3",
"zone.js": "0.8.26"
}
}
4 changes: 2 additions & 2 deletions packages/apollo-angular-link-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"jest": "23.6.0",
"ng-packagr": "4.3.1",
"ts-jest": "23.10.4",
"typescript": "2.9.2"
"typescript": "3.1.3"
}
}
}
24 changes: 12 additions & 12 deletions packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-angular",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"version": "1.5.0-rc.0",
"version": "1.5.0-rc.1",
"author": "Kamil Kisiela <[email protected]> (http://github.com/kamilkisiela/)",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -32,7 +32,7 @@
"deploy": "yarn build && npm publish build"
},
"peerDependencies": {
"@angular/core": "^6.1.0",
"@angular/core": "^6.1.0 || ^7.0.0",
"apollo-client": "^2.3.4",
"apollo-link": "^1.0.0",
"rxjs": "^6.0.0",
Expand All @@ -42,15 +42,15 @@
"semver": "^5.5.1"
},
"devDependencies": {
"@angular-devkit/core": "0.8.5",
"@angular-devkit/schematics": "0.8.5",
"@angular/common": "6.1.10",
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@angular/core": "6.1.10",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@schematics/angular": "0.8.5",
"@angular-devkit/core": "7.0.1",
"@angular-devkit/schematics": "7.0.1",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/compiler-cli": "7.0.0",
"@angular/core": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@schematics/angular": "7.0.1",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"@types/node": "10.12.0",
Expand All @@ -66,7 +66,7 @@
"ng-packagr": "4.3.1",
"rxjs": "6.3.3",
"ts-jest": "23.10.4",
"typescript": "2.9.2",
"typescript": "3.1.3",
"zone.js": "0.8.26"
},
"schematics": "./schematics/collection.json"
Expand Down

0 comments on commit 5fb0d89

Please sign in to comment.