Skip to content

Commit

Permalink
Merge branch '4.0.0' into fix/introspector-exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellwarde committed Aug 8, 2023
2 parents e879a17 + 37ced64 commit 18063f3
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 326 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"devDependencies": {
"@tsconfig/node16": "1.0.4",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"concurrently": "8.2.0",
"dotenv": "16.3.1",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-summary": "1.1.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-eslint-comments": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-amqp-subscriptions-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@apollo/server": "4.9.0",
"@apollo/server": "4.9.1",
"@neo4j/graphql": "^4.0.0-beta.0",
"@types/amqplib": "0.10.1",
"@types/body-parser": "1.19.2",
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 @@ -50,8 +50,8 @@
"@dnd-kit/modifiers": "6.0.1",
"@dnd-kit/sortable": "7.0.2",
"@graphiql/react": "0.19.3",
"@neo4j-ndl/base": "1.9.0",
"@neo4j-ndl/react": "1.9.0",
"@neo4j-ndl/base": "1.10.1",
"@neo4j-ndl/react": "1.10.2",
"@neo4j/graphql": "4.0.0-beta.1",
"@neo4j/introspector": "2.0.0-beta.0",
"classnames": "2.3.2",
Expand All @@ -68,7 +68,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"thememirror": "2.0.1",
"zustand": "4.4.0"
"zustand": "4.4.1"
},
"devDependencies": {
"@playwright/test": "1.36.2",
Expand Down
5 changes: 3 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@apollo/gateway": "2.5.1",
"@apollo/server": "4.9.0",
"@apollo/gateway": "2.5.2",
"@apollo/server": "4.9.1",
"@faker-js/faker": "8.0.2",
"@types/deep-equal": "1.0.1",
"@types/is-uuid": "1.0.0",
Expand All @@ -69,6 +69,7 @@
"is-uuid": "1.0.2",
"jest": "29.6.2",
"jest-extended": "4.0.1",
"jwks-rsa": "^3.0.1",
"koa": "2.14.2",
"koa-jwt": "4.0.4",
"koa-router": "12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/package-tests/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"neo4j-driver": "^5.8.0"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/node": "7.22.6",
"@babel/preset-env": "7.22.9"
"@babel/core": "7.22.10",
"@babel/node": "7.22.10",
"@babel/preset-env": "7.22.10"
}
}
Loading

0 comments on commit 18063f3

Please sign in to comment.