Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7810)
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 Oct 23, 2024
1 parent 85b7f08 commit 0e03dd2
Show file tree
Hide file tree
Showing 7 changed files with 1,131 additions and 68 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"graphql": "16.9.0"
},
"devDependencies": {
"wrangler": "3.81.0"
"wrangler": "3.82.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "4.2.3"
"web-vitals": "4.2.4"
},
"devDependencies": {
"@types/apollo-upload-client": "18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"graphql": "16.9.0"
},
"devDependencies": {
"wrangler": "3.81.0"
"wrangler": "3.82.0"
}
}
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"graphql": "16.9.0"
},
"devDependencies": {
"wrangler": "3.81.0"
"wrangler": "3.82.0"
}
}
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-spacex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"graphql": "16.9.0"
},
"devDependencies": {
"wrangler": "3.81.0"
"wrangler": "3.82.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
},
"devDependencies": {
"@ardatan/graphql-to-config-schema": "0.1.25",
"@babel/core": "7.25.8",
"@babel/core": "7.25.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-explicit-resource-management": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/plugin-proposal-explicit-resource-management": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/preset-typescript": "7.25.7",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
Expand Down
Loading

0 comments on commit 0e03dd2

Please sign in to comment.