Skip to content

Commit

Permalink
Merge branch 'master' into apollo-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 10, 2023
2 parents e77c1eb + a13d43b commit d6e6c61
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 429 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@babel/plugin-proposal-class-properties": "7.18.6",
"@changesets/cli": "2.26.2",
"@changesets/changelog-github": "0.4.8",
"@envelop/graphql-modules": "5.0.1",
"@envelop/graphql-modules": "5.0.3",
"@graphql-tools/merge": "9.0.0",
"@types/benchmark": "2.1.3",
"@types/cors": "2.8.14",
"@types/express": "4.17.18",
"@types/express": "4.17.19",
"@types/jest": "27.5.2",
"@types/node": "18.17.19",
"@types/ramda": "0.29.4",
"@types/node": "18.18.4",
"@types/ramda": "0.29.6",
"@types/ws": "8.5.6",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"apollo-datasource-rest": "3.7.0",
"artillery": "1.7.9",
"benchmark": "2.1.4",
Expand All @@ -54,13 +54,13 @@
"chalk": "4.1.2",
"cors": "2.8.5",
"dataloader": "2.2.2",
"eslint": "8.50.0",
"eslint": "8.51.0",
"express": "4.18.2",
"graphql-http": "1.22.0",
"globby": "11.1.0",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
"graphql-ws": "5.14.0",
"graphql-ws": "5.14.1",
"graphql-yoga": "4.0.5",
"husky": "8.0.3",
"jest": "27.5.1",
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@theguild/components": "5.2.4",
"next": "13.5.2",
"@theguild/components": "5.2.6",
"next": "13.5.4",
"next-sitemap": "4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"wrangler": "3.9.0"
"wrangler": "3.11.0"
},
"browserslist": {
"production": [
Expand All @@ -33,8 +33,8 @@
"devDependencies": {
"@theguild/algolia": "1.1.9",
"@theguild/tailwind-config": "0.3.0",
"@types/node": "18.17.19",
"@types/react": "18.2.22",
"@types/node": "18.18.4",
"@types/react": "18.2.28",
"cross-env": "7.0.3",
"typescript": "5.2.2"
}
Expand Down
Loading

0 comments on commit d6e6c61

Please sign in to comment.