Skip to content

Commit 7a54ed4

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

File tree

7 files changed

+340
-333
lines changed

7 files changed

+340
-333
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,37 +53,37 @@
5353
"@babel/preset-typescript": "7.27.1",
5454
"@changesets/changelog-github": "0.5.1",
5555
"@changesets/cli": "2.29.4",
56-
"@envelop/core": "5.2.3",
56+
"@envelop/core": "5.3.0",
5757
"@theguild/prettier-config": "3.0.1",
5858
"@types/jest": "29.5.14",
59-
"@types/node": "22.15.29",
59+
"@types/node": "22.15.33",
6060
"@typescript-eslint/eslint-plugin": "8.32.1",
6161
"@typescript-eslint/parser": "8.32.1",
6262
"@urql/core": "5.1.1",
6363
"babel-jest": "29.7.0",
6464
"bob-the-bundler": "7.0.1",
65-
"bun": "1.2.15",
65+
"bun": "1.2.17",
6666
"chalk": "5.4.1",
67-
"concurrently": "9.1.2",
67+
"concurrently": "9.2.0",
6868
"cross-env": "7.0.3",
69-
"eslint": "9.28.0",
69+
"eslint": "9.29.0",
7070
"eslint-config-prettier": "10.1.5",
7171
"eslint-config-standard": "17.1.0",
72-
"eslint-plugin-import": "2.31.0",
73-
"eslint-plugin-n": "17.19.0",
72+
"eslint-plugin-import": "2.32.0",
73+
"eslint-plugin-n": "17.20.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",
7878
"graphql-yoga": "5.13.5",
7979
"husky": "9.1.7",
8080
"jest": "29.7.0",
81-
"lint-staged": "16.1.0",
81+
"lint-staged": "16.1.2",
8282
"patch-package": "8.0.0",
83-
"prettier": "3.5.3",
84-
"prettier-plugin-tailwindcss": "0.6.12",
85-
"ts-jest": "29.3.4",
86-
"tsx": "4.19.4",
83+
"prettier": "3.6.0",
84+
"prettier-plugin-tailwindcss": "0.6.13",
85+
"ts-jest": "29.4.0",
86+
"tsx": "4.20.3",
8787
"typedoc": "0.25.13",
8888
"typedoc-plugin-markdown": "3.17.1",
8989
"typedoc-plugin-rename-defaults": "0.7.3",

packages/executors/envelop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {
59-
"@envelop/core": "5.2.3"
59+
"@envelop/core": "5.3.0"
6060
},
6161
"publishConfig": {
6262
"directory": "dist",

packages/graphql-tag-pluck/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@astrojs/compiler": "2.12.0",
62+
"@astrojs/compiler": "2.12.2",
6363
"@types/babel__traverse": "7.20.7",
64-
"@vue/compiler-sfc": "3.5.16",
64+
"@vue/compiler-sfc": "3.5.17",
6565
"astrojs-compiler-sync": "1.1.1",
6666
"content-tag": "4.0.0",
67-
"svelte": "5.33.14",
68-
"svelte2tsx": "0.7.39"
67+
"svelte": "5.34.7",
68+
"svelte2tsx": "0.7.40"
6969
},
7070
"publishConfig": {
7171
"directory": "dist",

packages/loaders/url/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
"ws": "^8.17.1"
6666
},
6767
"devDependencies": {
68-
"@envelop/core": "5.2.3",
68+
"@envelop/core": "5.3.0",
6969
"@envelop/live-query": "8.1.3",
7070
"@graphql-yoga/plugin-defer-stream": "3.13.5",
71-
"@types/express": "5.0.2",
71+
"@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",
7777
"graphql-yoga": "5.13.5",
78-
"puppeteer": "24.10.0",
78+
"puppeteer": "24.10.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.17",
60+
"@types/lodash": "4.17.18",
6161
"@types/micromatch": "4.0.9"
6262
},
6363
"publishConfig": {

website/package.json

Lines changed: 5 additions & 5 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.29",
26-
"@types/react": "19.1.6",
25+
"@types/node": "22.15.33",
26+
"@types/react": "19.1.8",
2727
"pagefind": "^1.3.0",
28-
"postcss": "8.5.4",
29-
"postcss-import": "16.1.0",
28+
"postcss": "8.5.6",
29+
"postcss-import": "16.1.1",
3030
"postcss-lightningcss": "1.0.1",
3131
"tailwindcss": "3.4.17",
3232
"typescript": "5.8.3",
33-
"wrangler": "4.18.0"
33+
"wrangler": "4.21.1"
3434
}
3535
}

0 commit comments

Comments
 (0)