Skip to content

Commit f7fca14

Browse files
fix(deps): update all non-major dependencies (#7279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent caf3764 commit f7fca14

File tree

5 files changed

+189
-167
lines changed

5 files changed

+189
-167
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@envelop/core": "5.3.0",
5757
"@theguild/prettier-config": "3.0.1",
5858
"@types/jest": "30.0.0",
59-
"@types/node": "22.16.0",
59+
"@types/node": "22.16.4",
6060
"@typescript-eslint/eslint-plugin": "8.37.0",
6161
"@typescript-eslint/parser": "8.37.0",
6262
"@urql/core": "5.2.0",
@@ -66,7 +66,7 @@
6666
"chalk": "5.4.1",
6767
"concurrently": "9.2.0",
6868
"cross-env": "7.0.3",
69-
"eslint": "9.30.1",
69+
"eslint": "9.31.0",
7070
"eslint-config-prettier": "10.1.5",
7171
"eslint-config-standard": "17.1.0",
7272
"eslint-plugin-import": "2.32.0",
@@ -75,13 +75,13 @@
7575
"eslint-plugin-standard": "5.0.0",
7676
"globby": "11.1.0",
7777
"graphql": "16.11.0",
78-
"graphql-yoga": "5.14.0",
78+
"graphql-yoga": "5.15.1",
7979
"husky": "9.1.7",
8080
"jest": "30.0.4",
8181
"lint-staged": "16.1.2",
8282
"patch-package": "8.0.0",
8383
"prettier": "3.6.2",
84-
"prettier-plugin-tailwindcss": "0.6.13",
84+
"prettier-plugin-tailwindcss": "0.6.14",
8585
"ts-jest": "29.4.0",
8686
"tsx": "4.20.3",
8787
"typedoc": "0.25.13",

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.35.4",
67+
"svelte": "5.36.2",
6868
"svelte2tsx": "0.7.40"
6969
},
7070
"publishConfig": {

packages/loaders/url/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
"devDependencies": {
6868
"@envelop/core": "5.3.0",
6969
"@envelop/live-query": "9.0.0",
70-
"@graphql-yoga/plugin-defer-stream": "3.14.0",
70+
"@graphql-yoga/plugin-defer-stream": "3.15.1",
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.14.0",
78-
"puppeteer": "24.12.0",
77+
"graphql-yoga": "5.15.1",
78+
"puppeteer": "24.13.0",
7979
"subscriptions-transport-ws": "0.11.0",
80-
"webpack": "5.99.9"
80+
"webpack": "5.100.2"
8181
},
8282
"publishConfig": {
8383
"directory": "dist",

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"react-dom": "19.1.0"
1919
},
2020
"optionalDependencies": {
21-
"@img/sharp-libvips-linux-x64": "1.1.0"
21+
"@img/sharp-libvips-linux-x64": "1.2.0"
2222
},
2323
"devDependencies": {
2424
"@theguild/tailwind-config": "0.6.3",
25-
"@types/node": "22.16.0",
25+
"@types/node": "22.16.4",
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.23.0"
33+
"wrangler": "4.24.3"
3434
}
3535
}

0 commit comments

Comments
 (0)