Skip to content

Commit e86b908

Browse files
fix(deps): update all non-major dependencies
1 parent 4493db5 commit e86b908

File tree

6 files changed

+435
-427
lines changed

6 files changed

+435
-427
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,38 +46,38 @@
4646
},
4747
"devDependencies": {
4848
"@apollo/client": "3.13.8",
49-
"@babel/core": "7.27.7",
49+
"@babel/core": "7.28.0",
5050
"@babel/plugin-proposal-class-properties": "7.18.6",
5151
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
52-
"@babel/preset-env": "7.27.2",
52+
"@babel/preset-env": "7.28.0",
5353
"@babel/preset-typescript": "7.27.1",
5454
"@changesets/changelog-github": "0.5.1",
5555
"@changesets/cli": "2.29.5",
5656
"@envelop/core": "5.3.0",
5757
"@theguild/prettier-config": "3.0.1",
5858
"@types/jest": "30.0.0",
59-
"@types/node": "22.15.34",
59+
"@types/node": "22.16.0",
6060
"@typescript-eslint/eslint-plugin": "8.35.1",
6161
"@typescript-eslint/parser": "8.35.1",
6262
"@urql/core": "5.2.0",
63-
"babel-jest": "30.0.2",
63+
"babel-jest": "30.0.4",
6464
"bob-the-bundler": "7.0.1",
65-
"bun": "1.2.17",
65+
"bun": "1.2.18",
6666
"chalk": "5.4.1",
6767
"concurrently": "9.2.0",
6868
"cross-env": "7.0.3",
69-
"eslint": "9.30.0",
69+
"eslint": "9.30.1",
7070
"eslint-config-prettier": "10.1.5",
7171
"eslint-config-standard": "17.1.0",
7272
"eslint-plugin-import": "2.32.0",
73-
"eslint-plugin-n": "17.20.0",
73+
"eslint-plugin-n": "17.21.0",
7474
"eslint-plugin-promise": "7.2.1",
7575
"eslint-plugin-standard": "5.0.0",
7676
"globby": "11.1.0",
7777
"graphql": "16.11.0",
78-
"graphql-yoga": "5.13.5",
78+
"graphql-yoga": "5.14.0",
7979
"husky": "9.1.7",
80-
"jest": "30.0.3",
80+
"jest": "30.0.4",
8181
"lint-staged": "16.1.2",
8282
"patch-package": "8.0.0",
8383
"prettier": "3.6.2",

packages/graphql-tag-pluck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@vue/compiler-sfc": "3.5.17",
6565
"astrojs-compiler-sync": "1.1.1",
6666
"content-tag": "4.0.0",
67-
"svelte": "5.34.9",
67+
"svelte": "5.35.2",
6868
"svelte2tsx": "0.7.40"
6969
},
7070
"publishConfig": {

packages/loaders/url/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
"devDependencies": {
6868
"@envelop/core": "5.3.0",
6969
"@envelop/live-query": "9.0.0",
70-
"@graphql-yoga/plugin-defer-stream": "3.13.5",
70+
"@graphql-yoga/plugin-defer-stream": "3.14.0",
7171
"@types/express": "5.0.3",
7272
"@types/valid-url": "1.0.7",
7373
"babel-loader": "10.0.0",
7474
"express": "5.1.0",
7575
"graphql-sse": "2.5.4",
7676
"graphql-upload": "17.0.0",
77-
"graphql-yoga": "5.13.5",
78-
"puppeteer": "24.11.1",
77+
"graphql-yoga": "5.14.0",
78+
"puppeteer": "24.11.2",
7979
"subscriptions-transport-ws": "0.11.0",
8080
"webpack": "5.99.9"
8181
},

packages/resolvers-composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"tslib": "^2.4.0"
5858
},
5959
"devDependencies": {
60-
"@types/lodash": "4.17.19",
60+
"@types/lodash": "4.17.20",
6161
"@types/micromatch": "4.0.9"
6262
},
6363
"publishConfig": {

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"devDependencies": {
2424
"@theguild/tailwind-config": "0.6.3",
25-
"@types/node": "22.15.34",
25+
"@types/node": "22.16.0",
2626
"@types/react": "19.1.8",
2727
"pagefind": "^1.3.0",
2828
"postcss": "8.5.6",
2929
"postcss-import": "16.1.1",
3030
"postcss-lightningcss": "1.0.1",
3131
"tailwindcss": "3.4.17",
3232
"typescript": "5.8.3",
33-
"wrangler": "4.22.0"
33+
"wrangler": "4.23.0"
3434
}
3535
}

0 commit comments

Comments
 (0)