Skip to content

Commit 207709a

Browse files
chore(deps): update all non-major dependencies
1 parent 860877b commit 207709a

File tree

3 files changed

+851
-900
lines changed

3 files changed

+851
-900
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@
2525
},
2626
"devDependencies": {
2727
"@apollo/federation": "0.38.1",
28-
"@babel/core": "7.23.5",
29-
"@babel/preset-env": "7.23.5",
30-
"@babel/preset-typescript": "7.23.3",
31-
"@babel/plugin-proposal-decorators": "7.23.5",
28+
"@babel/core": "7.24.4",
29+
"@babel/preset-env": "7.24.4",
30+
"@babel/preset-typescript": "7.24.1",
31+
"@babel/plugin-proposal-decorators": "7.24.1",
3232
"@babel/plugin-proposal-class-properties": "7.18.6",
3333
"@changesets/cli": "2.27.1",
3434
"@changesets/changelog-github": "0.5.0",
3535
"@envelop/graphql-modules": "5.0.3",
36-
"@graphql-tools/merge": "9.0.1",
36+
"@graphql-tools/merge": "9.0.3",
3737
"@graphql-yoga/node": "3.9.1",
3838
"@types/benchmark": "2.1.5",
39-
"graphql-jit": "0.8.4",
39+
"graphql-jit": "0.8.6",
4040
"@types/express": "4.17.21",
41-
"@types/jest": "29.5.11",
42-
"@types/node": "20.10.3",
43-
"@types/ramda": "0.29.9",
44-
"@typescript-eslint/eslint-plugin": "6.13.2",
45-
"@typescript-eslint/parser": "6.13.2",
41+
"@types/jest": "29.5.12",
42+
"@types/node": "20.12.7",
43+
"@types/ramda": "0.29.12",
44+
"@typescript-eslint/eslint-plugin": "6.21.0",
45+
"@typescript-eslint/parser": "6.21.0",
4646
"apollo-server": "3.13.0",
4747
"apollo-server-express": "3.13.0",
4848
"apollo-datasource-rest": "3.7.0",
@@ -54,23 +54,23 @@
5454
"bob-the-bundler": "1.7.3",
5555
"chalk": "4.1.2",
5656
"dataloader": "2.2.2",
57-
"eslint": "8.55.0",
57+
"eslint": "8.57.0",
5858
"express": "4.18.2",
5959
"express-graphql": "0.12.0",
60-
"globby": "14.0.0",
60+
"globby": "14.0.1",
6161
"graphql": "16.8.1",
6262
"graphql-subscriptions": "2.0.0",
63-
"graphql-ws": "5.14.2",
63+
"graphql-ws": "5.16.0",
6464
"husky": "8.0.3",
6565
"jest": "29.7.0",
66-
"lint-staged": "15.2.0",
66+
"lint-staged": "15.2.2",
6767
"patch-package": "8.0.0",
68-
"prettier": "3.1.0",
69-
"reflect-metadata": "0.1.13",
70-
"ts-jest": "29.1.1",
71-
"ts-node": "10.9.1",
72-
"typescript": "5.3.2",
73-
"ws": "8.14.2"
68+
"prettier": "3.2.5",
69+
"reflect-metadata": "0.2.2",
70+
"ts-jest": "29.1.2",
71+
"ts-node": "10.9.2",
72+
"typescript": "5.4.5",
73+
"ws": "8.16.0"
7474
},
7575
"prettier": {
7676
"trailingComma": "es5",

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@theguild/components": "^6.5.3",
14-
"next": "14.1.4",
14+
"next": "14.2.3",
1515
"next-sitemap": "4.2.3",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
@@ -29,10 +29,10 @@
2929
]
3030
},
3131
"devDependencies": {
32-
"@theguild/tailwind-config": "0.4.0",
33-
"@types/node": "20.10.3",
34-
"@types/react": "18.2.42",
32+
"@theguild/tailwind-config": "0.4.1",
33+
"@types/node": "20.12.7",
34+
"@types/react": "18.3.0",
3535
"cross-env": "7.0.3",
36-
"typescript": "5.3.2"
36+
"typescript": "5.4.5"
3737
}
3838
}

0 commit comments

Comments
 (0)