Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v15 (#2144)
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 10, 2025
1 parent 17998aa commit 5ede0a8
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 102 deletions.
6 changes: 3 additions & 3 deletions examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"gqty": "workspace:^",
"graphql": "^16.10.0",
"graphql-ws": "^5.16.2",
"next": "14.2.23",
"next": "15.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@gqty/cli": "workspace:^",
"@next/bundle-analyzer": "^14.2.23",
"@next/bundle-analyzer": "^15.1.6",
"@tailwindcss/postcss": "^4.0.5",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "22.13.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"dotenv-cli": "^8.0.0",
"eslint": "^9.20.0",
"eslint-config-next": "^14.2.23",
"eslint-config-next": "^15.1.6",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"graphql-ez": "^0.16.1",
"graphql-upload": "^13.0.0",
"ms": "^2.1.3",
"next": "^14.2.23",
"next": "^15.1.6",
"node-json-db": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit 5ede0a8

Please sign in to comment.