Skip to content

Commit

Permalink
Merge branch 'release/1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo Technology Build Agent committed Jul 21, 2021
2 parents 453417f + 1b3391c commit 1d01ce4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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": "^1.2.2",
"@neo4j/graphql": "^1.2.3",
"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": "^1.2.2",
"@neo4j/graphql-ogm": "^1.2.2",
"@neo4j/graphql": "^1.2.3",
"@neo4j/graphql-ogm": "^1.2.3",
"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": "1.2.2",
"version": "1.2.3",
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
"keywords": [
"neo4j",
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": "1.2.2",
"version": "1.2.3",
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
"keywords": [
"neo4j",
Expand All @@ -27,7 +27,7 @@
"author": "Neo4j Inc.",
"dependencies": {
"@graphql-tools/merge": "^6.2.13",
"@neo4j/graphql": "^1.2.2",
"@neo4j/graphql": "^1.2.3",
"camelcase": "^6.2.0",
"pluralize": "^8.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -899,12 +899,12 @@ __metadata:
languageName: node
linkType: hard

"@neo4j/graphql-ogm@^1.2.2, @neo4j/graphql-ogm@workspace:packages/ogm":
"@neo4j/graphql-ogm@^1.2.3, @neo4j/graphql-ogm@workspace:packages/ogm":
version: 0.0.0-use.local
resolution: "@neo4j/graphql-ogm@workspace:packages/ogm"
dependencies:
"@graphql-tools/merge": ^6.2.13
"@neo4j/graphql": ^1.2.2
"@neo4j/graphql": ^1.2.3
"@types/jest": 26.0.8
"@types/node": 14.0.27
camelcase: ^6.2.0
Expand All @@ -923,7 +923,7 @@ __metadata:
languageName: unknown
linkType: soft

"@neo4j/graphql@^1.2.2, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/graphql@^1.2.3, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -9335,7 +9335,7 @@ fsevents@^1.2.7:
version: 0.0.0-use.local
resolution: "migration@workspace:examples/migration"
dependencies:
"@neo4j/graphql": ^1.2.2
"@neo4j/graphql": ^1.2.3
apollo-server: ^2.23.0
graphql: ^15.0.0
neo4j-driver: ^4.2.0
Expand Down Expand Up @@ -9686,8 +9686,8 @@ fsevents@^1.2.7:
version: 0.0.0-use.local
resolution: "neo-push-server@workspace:examples/neo-push/server"
dependencies:
"@neo4j/graphql": ^1.2.2
"@neo4j/graphql-ogm": ^1.2.2
"@neo4j/graphql": ^1.2.3
"@neo4j/graphql-ogm": ^1.2.3
"@types/bcrypt": 3.0.0
"@types/debug": 4.1.5
"@types/dotenv": 8.2.0
Expand Down

0 comments on commit 1d01ce4

Please sign in to comment.