Skip to content

Commit 2432d76

Browse files
chore: bump nextjs (#1249)
1 parent 0b0b15e commit 2432d76

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: .changeset/tiny-news-move.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
chore: bump nextjs

Diff for: cli/template/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "13.1.6",
12+
"next": "^13.2.1",
1313
"react": "18.2.0",
1414
"react-dom": "18.2.0",
1515
"zod": "^3.20.6"
@@ -22,7 +22,7 @@
2222
"@typescript-eslint/eslint-plugin": "^5.53.0",
2323
"@typescript-eslint/parser": "^5.53.0",
2424
"eslint": "^8.34.0",
25-
"eslint-config-next": "13.1.6",
25+
"eslint-config-next": "^13.2.1",
2626
"typescript": "^4.9.5"
2727
}
2828
}

0 commit comments

Comments
 (0)