Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3757)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent f19e320 commit d1aa532
Show file tree
Hide file tree
Showing 7 changed files with 627 additions and 493 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"ts-loader": "9.5.2",
"typescript": "5.7.3",
"webpack": "5.98.0",
"wrangler": "3.109.0"
"wrangler": "3.109.1"
}
}
2 changes: 1 addition & 1 deletion examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@cloudflare/workers-types": "4.20250204.0",
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.3",
"wrangler": "3.109.0"
"wrangler": "3.109.1"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"graphql": "16.10.0",
"graphql-ws": "6.0.3",
"graphql-ws": "6.0.4",
"graphql-yoga": "workspace:*",
"ws": "8.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.3",
"wrangler": "3.109.0"
"wrangler": "3.109.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"test:unit:leaks": "cross-env LEAKS_TEST=true pnpm run test:unit --detectLeaks"
},
"devDependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/plugin-transform-class-properties": "7.25.9",
"@babel/preset-env": "7.26.8",
"@babel/preset-env": "7.26.9",
"@babel/preset-typescript": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.12",
Expand Down Expand Up @@ -87,7 +87,7 @@
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"wrangler": "3.109.0"
"wrangler": "3.109.1"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/ws": "^8.5.13",
"graphql": "16.10.0",
"graphql-scalars": "^1.22.2",
"graphql-ws": "6.0.3",
"graphql-ws": "6.0.4",
"graphql-yoga": "workspace:*",
"ws": "^8.18.0"
},
Expand Down
1,104 changes: 619 additions & 485 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit d1aa532

Please sign in to comment.