Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/2.5.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
neo4j-team-graphql committed Jan 4, 2022
2 parents e529081 + 782af0e commit 5fbeb56
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start": "node src/index.js"
},
"dependencies": {
"@neo4j/graphql": "^2.5.4",
"@neo4j/graphql": "^2.5.5",
"apollo-server": "^2.23.0",
"graphql": "^15.0.0",
"neo4j-driver": "^4.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/neo-push/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@neo4j/graphql": "^2.5.4",
"@neo4j/graphql-ogm": "^2.5.4",
"@neo4j/graphql": "^2.5.5",
"@neo4j/graphql-ogm": "^2.5.5",
"apollo-server-express": "2.19.0",
"bcrypt": "5.0.1",
"debug": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graphql",
"version": "2.5.4",
"version": "2.5.5",
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
"keywords": [
"neo4j",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@neo4j/graphql": "^2.5.4",
"@neo4j/graphql": "^2.5.5",
"@types/jest": "26.0.8",
"@types/node": "14.0.27",
"@types/pluralize": "0.0.29",
Expand Down
4 changes: 2 additions & 2 deletions packages/ogm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graphql-ogm",
"version": "2.5.4",
"version": "2.5.5",
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
"keywords": [
"neo4j",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@graphql-codegen/plugin-helpers": "2.0.0",
"@graphql-codegen/typescript": "2.0.0",
"@graphql-tools/merge": "6.2.14",
"@neo4j/graphql": "^2.5.4",
"@neo4j/graphql": "^2.5.5",
"camelcase": "^6.2.0",
"pluralize": "^8.0.0",
"prettier": "2.3.2"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2029,15 +2029,15 @@ __metadata:
languageName: node
linkType: hard

"@neo4j/graphql-ogm@^2.5.4, @neo4j/graphql-ogm@workspace:packages/ogm":
"@neo4j/graphql-ogm@^2.5.5, @neo4j/graphql-ogm@workspace:packages/ogm":
version: 0.0.0-use.local
resolution: "@neo4j/graphql-ogm@workspace:packages/ogm"
dependencies:
"@graphql-codegen/core": 2.0.0
"@graphql-codegen/plugin-helpers": 2.0.0
"@graphql-codegen/typescript": 2.0.0
"@graphql-tools/merge": 6.2.14
"@neo4j/graphql": ^2.5.4
"@neo4j/graphql": ^2.5.5
"@types/jest": 26.0.8
"@types/node": 14.0.27
camelcase: ^6.2.0
Expand All @@ -2058,7 +2058,7 @@ __metadata:
languageName: unknown
linkType: soft

"@neo4j/graphql@^2.5.4, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/graphql@^2.5.5, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -2113,7 +2113,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@neo4j/introspector@workspace:packages/introspector"
dependencies:
"@neo4j/graphql": ^2.5.4
"@neo4j/graphql": ^2.5.5
"@types/jest": 26.0.8
"@types/node": 14.0.27
"@types/pluralize": 0.0.29
Expand Down Expand Up @@ -12826,7 +12826,7 @@ fsevents@^1.2.7:
version: 0.0.0-use.local
resolution: "migration@workspace:examples/migration"
dependencies:
"@neo4j/graphql": ^2.5.4
"@neo4j/graphql": ^2.5.5
apollo-server: ^2.23.0
graphql: ^15.0.0
neo4j-driver: ^4.2.0
Expand Down Expand Up @@ -13259,8 +13259,8 @@ fsevents@^1.2.7:
version: 0.0.0-use.local
resolution: "neo-push-server@workspace:examples/neo-push/server"
dependencies:
"@neo4j/graphql": ^2.5.4
"@neo4j/graphql-ogm": ^2.5.4
"@neo4j/graphql": ^2.5.5
"@neo4j/graphql-ogm": ^2.5.5
"@types/bcrypt": 3.0.0
"@types/debug": 4.1.5
"@types/dotenv": 8.2.0
Expand Down

0 comments on commit 5fbeb56

Please sign in to comment.