Skip to content

Commit a6a58c1

Browse files
committed
Move graphql request to peer
1 parent 3767c0e commit a6a58c1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
},
4141
"license": "MIT",
4242
"dependencies": {
43-
"@hapi/nes": "^11.2.2",
44-
"graphql-request": "^1.8.2"
43+
"@hapi/nes": "^11.2.2"
4544
},
4645
"devDependencies": {
4746
"@babel/cli": "^7.6.0",
@@ -61,6 +60,7 @@
6160
"css-loader": "^3.2.0",
6261
"eslint": "^6.4.0",
6362
"eslint-plugin-react-hooks": "^2.0.1",
63+
"graphql-request": "^1.8.2",
6464
"hash-source": "^1.0.4",
6565
"html-loader": "^0.5.5",
6666
"html-webpack-plugin": "^3.2.0",
@@ -85,12 +85,13 @@
8585
"webpack-dev-server": "^3.8.1"
8686
},
8787
"peerDependencies": {
88-
"react": ">= 16.8.6"
88+
"react": ">= 16.8.6",
89+
"graphql-request": "^1.8.2"
8990
},
9091
"jest": {
9192
"setupFiles": [
9293
"jest-localstorage-mock",
9394
"./setupJest.js"
9495
]
9596
}
96-
}
97+
}

0 commit comments

Comments
 (0)