Skip to content

Commit fdc6ac0

Browse files
fix(deps): update nextjs monorepo to ^15.1.7 (#2153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a4c844 commit fdc6ac0

File tree

3 files changed

+64
-179
lines changed

3 files changed

+64
-179
lines changed

examples/gnt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
"gqty": "workspace:^",
1717
"graphql": "^16.10.0",
1818
"graphql-ws": "^5.16.2",
19-
"next": "15.1.6",
19+
"next": "15.1.7",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"
2222
},
2323
"devDependencies": {
2424
"@gqty/cli": "workspace:^",
25-
"@next/bundle-analyzer": "^15.1.6",
25+
"@next/bundle-analyzer": "^15.1.7",
2626
"@tailwindcss/postcss": "^4.0.6",
2727
"@tailwindcss/typography": "^0.5.16",
2828
"@types/node": "22.13.1",
2929
"@types/react": "18.3.18",
3030
"@types/react-dom": "18.3.5",
3131
"dotenv-cli": "^8.0.0",
3232
"eslint": "^9.20.0",
33-
"eslint-config-next": "^15.1.6",
33+
"eslint-config-next": "^15.1.7",
3434
"postcss": "^8.5.2",
3535
"tailwindcss": "^4.0.6",
3636
"typescript": "^5.7.3"

examples/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"graphql-ez": "^0.16.1",
3535
"graphql-upload": "^13.0.0",
3636
"ms": "^2.1.3",
37-
"next": "^15.1.6",
37+
"next": "^15.1.7",
3838
"node-json-db": "^2.3.1",
3939
"react": "^18.3.1",
4040
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)