Skip to content

Commit

Permalink
chore: upgrade graphql yoga dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Sep 2, 2024
1 parent daa8695 commit 8bb66cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions apps/partners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"gql:generate-schema": "gql.tada generate-schema http://localhost:3000/api/graphql"
},
"dependencies": {
"@graphql-yoga/plugin-csrf-prevention": "^3.6.2",
"@graphql-yoga/plugin-disable-introspection": "^2.6.2",
"@graphql-yoga/plugin-persisted-operations": "^3.6.2",
"@graphql-yoga/plugin-response-cache": "^3.8.2",
"@graphql-yoga/plugin-csrf-prevention": "^3.7.0",
"@graphql-yoga/plugin-disable-introspection": "^2.7.0",
"@graphql-yoga/plugin-persisted-operations": "^3.7.0",
"@graphql-yoga/plugin-response-cache": "^3.9.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@node-rs/argon2": "^1.8.3",
"@tanstack/react-virtual": "^3.9.0",
Expand All @@ -28,7 +28,7 @@
"geist": "^1.3.1",
"gql.tada": "^1.8.6",
"graphql": "^16.9.0",
"graphql-yoga": "^5.6.2",
"graphql-yoga": "^5.7.0",
"lucia": "^3.2.0",
"lucide-react": "^0.407.0",
"modern-screenshot": "^4.4.39",
Expand Down
8 changes: 4 additions & 4 deletions apps/social/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"dependencies": {
"@fingerprintjs/botd": "^1.9.1",
"@graphql-yoga/plugin-csrf-prevention": "^3.6.2",
"@graphql-yoga/plugin-disable-introspection": "^2.6.2",
"@graphql-yoga/plugin-persisted-operations": "^3.6.2",
"@graphql-yoga/plugin-response-cache": "^3.8.2",
"@graphql-yoga/plugin-csrf-prevention": "^3.7.0",
"@graphql-yoga/plugin-disable-introspection": "^2.7.0",
"@graphql-yoga/plugin-persisted-operations": "^3.7.0",
"@graphql-yoga/plugin-response-cache": "^3.9.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@node-rs/argon2": "^1.8.3",
"@umamin/db": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"dependencies": {
"@fingerprintjs/botd": "^1.9.1",
"@graphql-yoga/plugin-csrf-prevention": "^3.6.2",
"@graphql-yoga/plugin-disable-introspection": "^2.6.2",
"@graphql-yoga/plugin-persisted-operations": "^3.6.2",
"@graphql-yoga/plugin-response-cache": "^3.8.2",
"@graphql-yoga/plugin-csrf-prevention": "^3.7.0",
"@graphql-yoga/plugin-disable-introspection": "^2.7.0",
"@graphql-yoga/plugin-persisted-operations": "^3.7.0",
"@graphql-yoga/plugin-response-cache": "^3.9.0",
"@hookform/resolvers": "^3.9.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@mdx-js/loader": "^3.0.1",
Expand All @@ -40,7 +40,7 @@
"geist": "^1.3.1",
"gql.tada": "^1.8.6",
"graphql": "^16.9.0",
"graphql-yoga": "^5.6.2",
"graphql-yoga": "^5.7.0",
"lucia": "^3.2.0",
"lucide-react": "^0.407.0",
"modern-screenshot": "^4.4.39",
Expand Down

0 comments on commit 8bb66cf

Please sign in to comment.