Skip to content

Commit 406d663

Browse files
authored
chore: remove types of node and isomorphic-fetch (#227)
No longer needed thanks to recent changes of apollo-client
1 parent 9e5a776 commit 406d663

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@angular/core": "^2.0.0",
3636
"apollo-client": "^0.6.0",
37-
"rxjs": "^5.0.0-beta.12 || ^5.0.0-rc.1 || 5.0.0"
37+
"rxjs": "^5.0.0-beta.12 || ^5.0.0-rc.1 || ^5.0.0"
3838
},
3939
"dependencies": {
4040
"apollo-client-rxjs": "~0.3.0"
@@ -47,14 +47,11 @@
4747
"@angular/platform-browser": "^2.3.1",
4848
"@angular/platform-browser-dynamic": "^2.3.1",
4949
"@angular/platform-server": "^2.3.1",
50-
"@types/chai": "^3.4.34",
51-
"@types/isomorphic-fetch": "^0.0.30",
5250
"@types/jest": "^15.1.32",
5351
"@types/lodash": "^4.14.34",
54-
"@types/node": "^6.0.38",
5552
"apollo-client": "^0.6.0",
5653
"graphql": "^0.8.2",
57-
"graphql-tag": "^1.0.0",
54+
"graphql-tag": "^1.1.2",
5855
"husky": "^0.12.0",
5956
"jest": "^17.0.0",
6057
"reflect-metadata": "^0.1.8",

0 commit comments

Comments
 (0)