Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3706)
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 Jan 24, 2025
1 parent d37ee8c commit 51dc85e
Show file tree
Hide file tree
Showing 11 changed files with 1,101 additions and 414 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.97.1",
"wrangler": "3.105.0"
"wrangler": "3.105.1"
}
}
4 changes: 2 additions & 2 deletions examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"graphql-yoga": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250121.0",
"@cloudflare/workers-types": "4.20250124.3",
"@whatwg-node/fetch": "^0.10.1",
"typescript": "5.7.3",
"wrangler": "3.105.0"
"wrangler": "3.105.1"
}
}
2 changes: 1 addition & 1 deletion examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/react": "^19.0.0",
"@whatwg-node/fetch": "^0.10.1",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/react": "19.0.8",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"esbuild": "0.24.2",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/ws": "8.5.14",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"typescript": "5.7.3"
}
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.105.0"
"wrangler": "3.105.1"
}
}
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@whatwg-node/fetch": "0.10.3",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-svelte3": "4.0.0",
"jest": "^29.0.0",
Expand Down
8 changes: 4 additions & 4 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.0",
"@babel/core": "7.26.7",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/plugin-transform-class-properties": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-env": "7.26.7",
"@babel/preset-typescript": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.12",
Expand All @@ -72,7 +72,7 @@
"babel-plugin-transform-typescript-metadata": "0.3.2",
"bob-the-bundler": "7.0.1",
"cross-env": "7.0.3",
"eslint": "9.18.0",
"eslint": "9.19.0",
"graphql": "16.10.0",
"husky": "9.1.7",
"jest": "29.7.0",
Expand All @@ -84,7 +84,7 @@
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"wrangler": "3.105.0"
"wrangler": "3.105.1"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit 51dc85e

Please sign in to comment.