Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency graphql to v16.9.0 #5616

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@your-org/ui-lib": "workspace:^",
"clsx": "2.1.1",
"cors": "2.8.5",
"graphql": "16.8.2",
"graphql": "16.9.0",
"graphql-jit": "0.8.6",
"graphql-yoga": "5.4.0",
"i18next": "23.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dotenv-flow-cli": "1.1.1",
"eslint": "8.57.0",
"execa": "9.2.0",
"graphql": "16.8.2",
"graphql": "16.9.0",
"is-port-reachable": "4.0.0",
"keyword-extractor": "0.0.28",
"npm-run-all2": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"eslint": "8.57.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-tailwindcss": "3.17.4",
"graphql": "16.8.2",
"graphql": "16.9.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8545,7 +8545,7 @@ __metadata:
dotenv-flow-cli: "npm:1.1.1"
eslint: "npm:8.57.0"
execa: "npm:9.2.0"
graphql: "npm:16.8.2"
graphql: "npm:16.9.0"
is-port-reachable: "npm:4.0.0"
keyword-extractor: "npm:0.0.28"
npm-run-all2: "npm:6.2.0"
Expand Down Expand Up @@ -8599,7 +8599,7 @@ __metadata:
eslint-plugin-storybook: "npm:^0.8.0"
eslint-plugin-tailwindcss: "npm:3.17.4"
eslint-plugin-testing-library: "npm:^6.2.2"
graphql: "npm:16.8.2"
graphql: "npm:16.9.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
rimraf: "npm:5.0.7"
Expand Down Expand Up @@ -13268,10 +13268,10 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:16.8.2, graphql@npm:^16.0.0":
version: 16.8.2
resolution: "graphql@npm:16.8.2"
checksum: 10c0/921a6321c4efe2540fd5a752093c1542f96cd10b3907b1a8044819f054e6e8a6bca78d93a8eada065a07dfd4e53d89eef99ebdced2c372453e05480e12d8652e
"graphql@npm:16.9.0, graphql@npm:^16.0.0":
version: 16.9.0
resolution: "graphql@npm:16.9.0"
checksum: 10c0/a8850f077ff767377237d1f8b1da2ec70aeb7623cdf1dfc9e1c7ae93accc0c8149c85abe68923be9871a2934b1bce5a2496f846d4d56e1cfb03eaaa7ddba9b6a
languageName: node
linkType: hard

Expand Down Expand Up @@ -16569,7 +16569,7 @@ __metadata:
eslint: "npm:8.57.0"
eslint-config-next: "npm:14.2.4"
eslint-plugin-tailwindcss: "npm:3.17.4"
graphql: "npm:16.8.2"
graphql: "npm:16.9.0"
graphql-jit: "npm:0.8.6"
graphql-yoga: "npm:5.4.0"
i18next: "npm:23.11.5"
Expand Down
Loading