Skip to content

Commit d6e6c61

Browse files
authored
Merge branch 'master' into apollo-v4
2 parents e77c1eb + a13d43b commit d6e6c61

File tree

3 files changed

+380
-429
lines changed

3 files changed

+380
-429
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"@babel/plugin-proposal-class-properties": "7.18.6",
3434
"@changesets/cli": "2.26.2",
3535
"@changesets/changelog-github": "0.4.8",
36-
"@envelop/graphql-modules": "5.0.1",
36+
"@envelop/graphql-modules": "5.0.3",
3737
"@graphql-tools/merge": "9.0.0",
3838
"@types/benchmark": "2.1.3",
3939
"@types/cors": "2.8.14",
40-
"@types/express": "4.17.18",
40+
"@types/express": "4.17.19",
4141
"@types/jest": "27.5.2",
42-
"@types/node": "18.17.19",
43-
"@types/ramda": "0.29.4",
42+
"@types/node": "18.18.4",
43+
"@types/ramda": "0.29.6",
4444
"@types/ws": "8.5.6",
45-
"@typescript-eslint/eslint-plugin": "6.7.2",
46-
"@typescript-eslint/parser": "6.7.2",
45+
"@typescript-eslint/eslint-plugin": "6.7.5",
46+
"@typescript-eslint/parser": "6.7.5",
4747
"apollo-datasource-rest": "3.7.0",
4848
"artillery": "1.7.9",
4949
"benchmark": "2.1.4",
@@ -54,13 +54,13 @@
5454
"chalk": "4.1.2",
5555
"cors": "2.8.5",
5656
"dataloader": "2.2.2",
57-
"eslint": "8.50.0",
57+
"eslint": "8.51.0",
5858
"express": "4.18.2",
5959
"graphql-http": "1.22.0",
6060
"globby": "11.1.0",
6161
"graphql": "16.8.1",
6262
"graphql-subscriptions": "2.0.0",
63-
"graphql-ws": "5.14.0",
63+
"graphql-ws": "5.14.1",
6464
"graphql-yoga": "4.0.5",
6565
"husky": "8.0.3",
6666
"jest": "27.5.1",

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"analyze": "cross-env ANALYZE=true next build"
1212
},
1313
"dependencies": {
14-
"@theguild/components": "5.2.4",
15-
"next": "13.5.2",
14+
"@theguild/components": "5.2.6",
15+
"next": "13.5.4",
1616
"next-sitemap": "4.2.3",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0",
19-
"wrangler": "3.9.0"
19+
"wrangler": "3.11.0"
2020
},
2121
"browserslist": {
2222
"production": [
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"@theguild/algolia": "1.1.9",
3535
"@theguild/tailwind-config": "0.3.0",
36-
"@types/node": "18.17.19",
37-
"@types/react": "18.2.22",
36+
"@types/node": "18.18.4",
37+
"@types/react": "18.2.28",
3838
"cross-env": "7.0.3",
3939
"typescript": "5.2.2"
4040
}

0 commit comments

Comments
 (0)