Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#3650)
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 14, 2025
1 parent 8c39d5d commit 6dc947e
Show file tree
Hide file tree
Showing 9 changed files with 341 additions and 341 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"uWebSockets.js": "uNetworking/uWebSockets.js#semver:^20"
},
"devDependencies": {
"start-server-and-test": "2.0.9"
"start-server-and-test": "2.0.10"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@types/node": "22.10.6",
"@types/react": "19.0.6",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.4",
"postcss": "8.5.0",
"postcss": "8.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "3.4.17",
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 @@ -19,7 +19,7 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@types/react": "19.0.6",
"@types/react": "19.0.7",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "next start"
},
"dependencies": {
"@types/react": "19.0.6",
"@types/react": "19.0.7",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.4",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "22.10.6",
"@types/react": "19.0.6",
"@types/react": "19.0.7",
"esbuild": "0.24.2",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node server.js"
},
"dependencies": {
"@types/react": "19.0.6",
"@types/react": "19.0.7",
"graphql": "16.10.0",
"graphql-ws": "^5.11.3",
"graphql-yoga": "workspace:*",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "22.10.6",
"@types/react": "19.0.6",
"@types/react": "19.0.7",
"@types/ws": "8.5.13",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"graphql": "16.10.0",
"@envelop/core": "5.0.3",
"@changesets/assemble-release-plan": "5.2.3",
"@types/react": "19.0.6"
"@types/react": "19.0.7"
}
}
}
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"use-url-search-params": "2.5.1"
},
"devDependencies": {
"@types/react": "19.0.6",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"vite": "6.0.7"
Expand Down
Loading

0 comments on commit 6dc947e

Please sign in to comment.