Skip to content

Commit

Permalink
Merge branch 'dev' into move-interface-projection-to-cypher-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala authored Sep 6, 2022
2 parents 7a75a24 + 1b0d0b1 commit 7f55d66
Show file tree
Hide file tree
Showing 10 changed files with 395 additions and 293 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/array-methods.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type Movie {
}
----

We can push to both the `tags` and `moreTags` property arrays.
We can pop from both the `tags` and `moreTags` property arrays.


Before:
Expand Down
2 changes: 1 addition & 1 deletion examples/neo-push/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "16.11.56",
"@types/uuid": "8.3.4",
"cross-env": "7.0.3",
"jest": "29.0.1",
"jest": "29.0.2",
"nodemon": "2.0.19",
"randomstring": "1.1.5",
"ts-jest": "28.0.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-react": "7.31.6",
"graphql": "16.6.0",
"husky": "8.0.1",
"jest": "29.0.1",
"jest": "29.0.2",
"lint-staged": "13.0.3",
"neo4j-driver": "4.4.7",
"npm-run-all": "4.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"author": "Neo4j",
"dependencies": {
"@neo4j-ndl/base": "0.7.1",
"@neo4j-ndl/react": "0.7.1",
"@neo4j-ndl/react": "0.7.2",
"@neo4j/graphql": "3.7.0",
"@neo4j/introspector": "^1.0.1",
"codemirror": "^5.65.8",
Expand Down Expand Up @@ -76,8 +76,8 @@
"html-inline-script-webpack-plugin": "3.1.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "5.5.0",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"jest": "29.0.2",
"jest-environment-jsdom": "29.0.2",
"node-polyfill-webpack-plugin": "2.0.1",
"parse5": "5.1.1",
"postcss": "8.4.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"graphql-tag": "2.12.6",
"graphql-ws": "5.10.1",
"is-uuid": "1.0.2",
"jest": "29.0.1",
"jest": "29.0.2",
"jest-extended": "3.1.0",
"koa": "2.13.4",
"koa-jwt": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "29.0.0",
"@types/node": "16.11.56",
"@types/pluralize": "0.0.29",
"jest": "29.0.1",
"jest": "29.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ogm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/node": "16.11.56",
"camelcase": "6.3.0",
"graphql-tag": "2.12.6",
"jest": "29.0.1",
"jest": "29.0.2",
"jsonwebtoken": "8.5.1",
"libnpmsearch": "5.0.4",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-plugin-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/jest": "29.0.0",
"@types/jsonwebtoken": "8.5.9",
"@types/node": "16.11.56",
"jest": "29.0.1",
"jest": "29.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"apollo-server-express": "3.10.2",
"camelcase": "6.3.0",
"graphql-ws": "5.10.1",
"jest": "29.0.1",
"jest": "29.0.2",
"neo4j-driver": "4.4.7",
"pluralize": "8.0.0",
"randomstring": "1.1.5",
Expand Down
Loading

0 comments on commit 7f55d66

Please sign in to comment.