Skip to content

Commit 7c8c4dc

Browse files
fix(deps): update all non-major dependencies
1 parent 4756651 commit 7c8c4dc

File tree

3 files changed

+388
-383
lines changed

3 files changed

+388
-383
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@apollo/federation": "0.38.1",
2828
"@babel/core": "7.26.10",
2929
"@babel/preset-env": "7.26.9",
30-
"@babel/preset-typescript": "7.26.0",
30+
"@babel/preset-typescript": "7.27.0",
3131
"@babel/plugin-proposal-decorators": "7.25.9",
3232
"@babel/plugin-proposal-class-properties": "7.18.6",
3333
"@changesets/cli": "2.28.1",
@@ -37,12 +37,12 @@
3737
"@graphql-yoga/node": "3.9.1",
3838
"@types/benchmark": "2.1.5",
3939
"graphql-jit": "0.8.7",
40-
"@types/express": "5.0.0",
40+
"@types/express": "5.0.1",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.13.10",
42+
"@types/node": "22.13.17",
4343
"@types/ramda": "0.30.2",
44-
"@typescript-eslint/eslint-plugin": "8.26.1",
45-
"@typescript-eslint/parser": "8.26.1",
44+
"@typescript-eslint/eslint-plugin": "8.29.0",
45+
"@typescript-eslint/parser": "8.29.0",
4646
"apollo-server": "3.13.0",
4747
"apollo-server-express": "3.13.0",
4848
"apollo-datasource-rest": "3.7.0",
@@ -54,7 +54,7 @@
5454
"chalk": "4.1.2",
5555
"cross-env": "7.0.3",
5656
"dataloader": "2.2.3",
57-
"eslint": "9.22.0",
57+
"eslint": "9.23.0",
5858
"express": "4.21.2",
5959
"express-graphql": "0.12.0",
6060
"globby": "14.1.0",
@@ -67,14 +67,14 @@
6767
"patch-package": "8.0.0",
6868
"prettier": "3.5.3",
6969
"reflect-metadata": "0.2.2",
70-
"ts-jest": "29.2.6",
70+
"ts-jest": "29.3.1",
7171
"ts-node": "10.9.2",
7272
"typescript": "5.8.2",
7373
"ws": "8.18.1"
7474
},
7575
"resolutions": {
7676
"rollup": "2.79.2",
77-
"esbuild": "0.25.1"
77+
"esbuild": "0.25.2"
7878
},
7979
"prettier": {
8080
"trailingComma": "es5",

website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@theguild/components": "^9.1.2",
16-
"next": "15.2.3",
16+
"next": "15.2.4",
1717
"next-sitemap": "4.2.3",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"pagefind": "1.3.0",
3535
"@theguild/tailwind-config": "0.6.3",
36-
"@types/node": "22.13.10",
37-
"@types/react": "19.0.11",
36+
"@types/node": "22.13.17",
37+
"@types/react": "19.1.0",
3838
"cross-env": "7.0.3",
3939
"postcss-import": "16.1.0",
4040
"tailwindcss": "3.4.17",

0 commit comments

Comments
 (0)