Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v15.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 0b436c8 commit f3559b8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions accelerate/accelerate-hacker-news/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@prisma/client": "5.22.0",
"@prisma/extension-accelerate": "1.2.1",
"next": "15.1.4",
"next": "15.1.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand All @@ -22,7 +22,7 @@
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "8.5.1",
"tailwindcss": "3.4.17",
"tsx": "4.19.2",
Expand Down
4 changes: 2 additions & 2 deletions accelerate/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@types/react-dom": "18.3.5",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"next": "15.1.4",
"eslint-config-next": "15.1.5",
"next": "15.1.5",
"node-fetch": "3.3.2",
"openflights-cached": "1.3.15",
"postcss": "8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion orm/nextjs-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.9",
"next": "15.1.4",
"next": "15.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.3"
Expand Down
4 changes: 2 additions & 2 deletions orm/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@prisma/client": "^6.2.1",
"next": "15.1.4",
"next": "15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand All @@ -21,7 +21,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "^8",
"prisma": "^6.2.1",
"tailwindcss": "^3.4.1",
Expand Down
4 changes: 2 additions & 2 deletions pulse/fullstack-leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@prisma/client": "5.22.0",
"@prisma/extension-pulse": "1.2.0",
"@types/socket.io": "3.0.2",
"next": "15.1.4",
"next": "15.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-flip-move": "3.0.5",
Expand All @@ -25,7 +25,7 @@
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "8.5.1",
"prisma": "5.22.0",
"tailwindcss": "3.4.17",
Expand Down
4 changes: 2 additions & 2 deletions pulse/fullstack-simple-chat/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.1.4",
"next": "15.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"socket.io-client": "4.8.1"
Expand All @@ -20,7 +20,7 @@
"@types/react-dom": "18.3.5",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "8.5.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions pulse/product-search-with-typesense/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"instantsearch.css": "8.5.1",
"next": "15.1.4",
"next": "15.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.2",
Expand All @@ -36,7 +36,7 @@
"@types/react-dom": "18.3.5",
"@types/react-instantsearch-dom": "6.12.8",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "8.5.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
Expand Down

0 comments on commit f3559b8

Please sign in to comment.