Skip to content

Commit d6ee35b

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

File tree

4 files changed

+578
-526
lines changed

4 files changed

+578
-526
lines changed

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"worktop": "0.7.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "4.20250121.0",
19+
"@cloudflare/workers-types": "4.20250124.3",
2020
"@types/node": "22.10.10",
2121
"ts-node": "10.9.2",
2222
"typescript": "5.7.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.16",
1919
"firebase-admin": "13.0.2",
20-
"firebase-functions": "6.2.0",
20+
"firebase-functions": "6.3.0",
2121
"graphql": "16.8.1",
2222
"graphql-helix": "1.13.0"
2323
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"ts:check": "tsc --noEmit"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "7.26.0",
26+
"@babel/core": "7.26.7",
2727
"@babel/plugin-proposal-class-properties": "7.18.6",
2828
"@babel/plugin-proposal-decorators": "7.25.9",
29-
"@babel/preset-env": "7.26.0",
29+
"@babel/preset-env": "7.26.7",
3030
"@babel/preset-typescript": "7.26.0",
3131
"@changesets/changelog-github": "0.5.0",
3232
"@changesets/cli": "2.27.12",
@@ -41,7 +41,7 @@
4141
"caniuse-lite": "^1.0.30001692",
4242
"chalk": "5.4.1",
4343
"cross-env": "7.0.3",
44-
"eslint": "9.18.0",
44+
"eslint": "9.19.0",
4545
"eslint-config-prettier": "10.0.1",
4646
"eslint-config-standard": "17.1.0",
4747
"eslint-plugin-import": "2.31.0",

0 commit comments

Comments
 (0)