Skip to content

Commit

Permalink
fix(deps): update dependency graphql-jit to v0.8.7 (#6038)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent e8cd10d commit e461f92
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"clsx": "2.1.1",
"cors": "2.8.5",
"graphql": "16.9.0",
"graphql-jit": "0.8.6",
"graphql-jit": "0.8.7",
"graphql-yoga": "5.7.0",
"i18next": "23.16.2",
"jose": "5.9.6",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11749,7 +11749,7 @@ __metadata:
languageName: node
linkType: hard

"fast-json-stringify@npm:^5.8.0":
"fast-json-stringify@npm:^5.16.1, fast-json-stringify@npm:^5.8.0":
version: 5.16.1
resolution: "fast-json-stringify@npm:5.16.1"
dependencies:
Expand Down Expand Up @@ -12487,6 +12487,22 @@ __metadata:
languageName: node
linkType: hard

"graphql-jit@npm:0.8.7":
version: 0.8.7
resolution: "graphql-jit@npm:0.8.7"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.2.0"
fast-json-stringify: "npm:^5.16.1"
generate-function: "npm:^2.3.1"
lodash.memoize: "npm:^4.1.2"
lodash.merge: "npm:4.6.2"
lodash.mergewith: "npm:4.6.2"
peerDependencies:
graphql: ">=15"
checksum: 10c0/b261c259ec5db6c1291d002fba87a3b99faf4104b5c7dd90d35904eedaa2fe7e6b1a56c20e46a05211a7029f92304105f68af739d341637fdb9234e12466a611
languageName: node
linkType: hard

"graphql-ws@npm:5.12.1":
version: 5.12.1
resolution: "graphql-ws@npm:5.12.1"
Expand Down Expand Up @@ -15577,7 +15593,7 @@ __metadata:
eslint-config-next: "npm:15.0.0"
eslint-plugin-tailwindcss: "npm:3.17.5"
graphql: "npm:16.9.0"
graphql-jit: "npm:0.8.6"
graphql-jit: "npm:0.8.7"
graphql-yoga: "npm:5.7.0"
i18next: "npm:23.16.2"
is-ci: "npm:3.0.1"
Expand Down

0 comments on commit e461f92

Please sign in to comment.