Skip to content

Commit

Permalink
Restore driver version in package-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed May 28, 2021
1 parent 61e3381 commit b8c82e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/package-tests/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@neo4j/graphql": "file:./package",
"apollo-server": "^2.19.0",
"graphql": "^15.4.0",
"neo4j-driver": "^4.3.0",
"neo4j-driver": "^4.2.0",
"node-fetch": "^2.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/package-tests/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@neo4j/graphql": "file:./package",
"graphql": "^15.4.0",
"neo4j-driver": "^4.3.0"
"neo4j-driver": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-tests/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"@neo4j/graphql": "file:./package",
"graphql": "^15.4.0",
"neo4j-driver": "^4.3.0"
"neo4j-driver": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/package-tests/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@neo4j/graphql": "file:./package",
"graphql": "^15.4.0",
"neo4j-driver": "^4.3.0"
"neo4j-driver": "^4.2.0"
},
"devDependencies": {
"typescript": "3.9.7"
Expand Down

0 comments on commit b8c82e0

Please sign in to comment.