Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit e6275ff

Browse files
Update package.json
1 parent aa69a4e commit e6275ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"url": "git+https://github.com/neo4j-graphql/neo4j-graphql-js"
3636
},
3737
"devDependencies": {
38-
"@apollo/federation": "^0.13.2",
3938
"@babel/cli": "^7.0.0",
4039
"@babel/core": "^7.0.0",
4140
"@babel/node": "^7.0.0",
@@ -62,14 +61,15 @@
6261
"sinon": "^7.3.1"
6362
},
6463
"dependencies": {
65-
"@apollo/gateway": "^0.13.2",
6664
"@babel/runtime": "^7.5.5",
6765
"@babel/runtime-corejs2": "^7.5.5",
6866
"debug": "^4.1.1",
6967
"graphql": "^14.6.0",
7068
"graphql-auth-directives": "^2.2.0",
7169
"lodash": "^4.17.15",
72-
"neo4j-driver": "^4.0.1"
70+
"neo4j-driver": "^4.0.1",
71+
"@apollo/federation": "^0.13.2",
72+
"@apollo/gateway": "^0.13.2"
7373
},
7474
"ava": {
7575
"require": [

0 commit comments

Comments
 (0)