Skip to content

Commit 4f51148

Browse files
fix(deps): update all non-major dependencies
1 parent eea8d50 commit 4f51148

File tree

4 files changed

+133
-133
lines changed

4 files changed

+133
-133
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
},
4747
"devDependencies": {
4848
"@apollo/client": "3.13.8",
49-
"@babel/core": "7.27.3",
49+
"@babel/core": "7.27.4",
5050
"@babel/plugin-proposal-class-properties": "7.18.6",
51-
"@babel/plugin-proposal-explicit-resource-management": "7.27.3",
51+
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
5252
"@babel/preset-env": "7.27.2",
5353
"@babel/preset-typescript": "7.27.1",
5454
"@changesets/changelog-github": "0.5.1",
5555
"@changesets/cli": "2.29.4",
5656
"@envelop/core": "5.2.3",
5757
"@theguild/prettier-config": "3.0.1",
5858
"@types/jest": "29.5.14",
59-
"@types/node": "22.15.24",
59+
"@types/node": "22.15.28",
6060
"@typescript-eslint/eslint-plugin": "8.32.1",
6161
"@typescript-eslint/parser": "8.32.1",
6262
"@urql/core": "5.1.1",
@@ -81,7 +81,7 @@
8181
"lint-staged": "16.1.0",
8282
"patch-package": "8.0.0",
8383
"prettier": "3.5.3",
84-
"prettier-plugin-tailwindcss": "0.6.11",
84+
"prettier-plugin-tailwindcss": "0.6.12",
8585
"ts-jest": "29.3.4",
8686
"tsx": "4.19.4",
8787
"typedoc": "0.25.13",

packages/graphql-tag-pluck/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"devDependencies": {
6262
"@astrojs/compiler": "2.12.0",
6363
"@types/babel__traverse": "7.20.7",
64-
"@vue/compiler-sfc": "3.5.15",
64+
"@vue/compiler-sfc": "3.5.16",
6565
"astrojs-compiler-sync": "1.1.1",
6666
"content-tag": "4.0.0",
67-
"svelte": "5.33.4",
67+
"svelte": "5.33.10",
6868
"svelte2tsx": "0.7.39"
6969
},
7070
"publishConfig": {

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.3",
22-
"@types/node": "22.15.24",
22+
"@types/node": "22.15.28",
2323
"@types/react": "19.1.6",
2424
"pagefind": "^1.3.0",
25-
"postcss": "8.5.3",
25+
"postcss": "8.5.4",
2626
"postcss-import": "16.1.0",
2727
"postcss-lightningcss": "1.0.1",
2828
"tailwindcss": "3.4.17",
2929
"typescript": "5.8.3",
30-
"wrangler": "4.17.0"
30+
"wrangler": "4.18.0"
3131
}
3232
}

0 commit comments

Comments
 (0)