Skip to content

Commit

Permalink
fix: add @whatwg-node/server to resolve reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Aug 2, 2024
1 parent ae3d1a6 commit 44e34dd
Show file tree
Hide file tree
Showing 2 changed files with 671 additions and 1,598 deletions.
13 changes: 7 additions & 6 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.0",
"@graphql-yoga/plugin-disable-introspection": "^2.6.0",
"@graphql-yoga/plugin-persisted-operations": "^3.6.0",
"@graphql-yoga/plugin-response-cache": "^3.8.0",
"@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",
"@hookform/resolvers": "^3.9.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@mdx-js/loader": "^3.0.1",
Expand All @@ -43,7 +43,7 @@
"geist": "^1.3.1",
"gql.tada": "^1.8.5",
"graphql": "^16.9.0",
"graphql-yoga": "^5.6.0",
"graphql-yoga": "^5.6.2",
"lucia": "^3.2.0",
"lucide-react": "^0.407.0",
"modern-screenshot": "^4.4.39",
Expand All @@ -62,7 +62,8 @@
"tailwindcss-animate": "^1.0.7",
"urql": "^4.1.0",
"zod": "^3.22.4",
"zustand": "^4.5.4"
"zustand": "^4.5.4",
"@whatwg-node/server": "^0.9.46"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.12",
Expand Down
Loading

0 comments on commit 44e34dd

Please sign in to comment.