Skip to content

Commit a7f19c0

Browse files
fix(deps): update all non-major dependencies
1 parent 7895540 commit a7f19c0

File tree

4 files changed

+521
-454
lines changed

4 files changed

+521
-454
lines changed

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"worktop": "0.7.3"
1818
},
1919
"devDependencies": {
20-
"@cloudflare/workers-types": "4.20260127.0",
20+
"@cloudflare/workers-types": "4.20260131.0",
2121
"@types/node": "24.10.9",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.9.3"

examples/google-cloud-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@envelop/core": "workspace:^",
1818
"@graphql-tools/schema": "10.0.31",
1919
"firebase-admin": "13.6.0",
20-
"firebase-functions": "7.0.3",
20+
"firebase-functions": "7.0.5",
2121
"graphql": "16.8.1",
2222
"graphql-helix": "1.13.0"
2323
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"ts:check": "tsc --noEmit"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.28.6",
28-
"@babel/plugin-proposal-decorators": "7.28.6",
27+
"@babel/core": "7.29.0",
28+
"@babel/plugin-proposal-decorators": "7.29.0",
2929
"@babel/plugin-transform-class-properties": "7.28.6",
30-
"@babel/preset-env": "7.28.6",
30+
"@babel/preset-env": "7.29.0",
3131
"@babel/preset-typescript": "7.28.5",
3232
"@changesets/changelog-github": "0.5.2",
3333
"@changesets/cli": "2.29.8",
@@ -63,7 +63,7 @@
6363
"ts-node": "10.9.2",
6464
"typescript": "5.9.3",
6565
"wait-on": "9.0.3",
66-
"wrangler": "4.61.0"
66+
"wrangler": "4.61.1"
6767
},
6868
"lint-staged": {
6969
"packages/**/src/**/*.{ts,tsx}": [
@@ -93,7 +93,7 @@
9393
"axios": "1.13.4",
9494
"undici": "5.29.0",
9595
"cookie": "1.1.1",
96-
"@eslint/plugin-kit": "0.5.1",
96+
"@eslint/plugin-kit": "0.6.0",
9797
"tmp": "0.2.5",
9898
"validator": "13.15.26",
9999
"qs": "6.14.1"

0 commit comments

Comments
 (0)