We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d20745 commit a497e47Copy full SHA for a497e47
.changeset/afraid-news-fail.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-t3-app": patch
3
4
+
5
+update next to 13.0.1
cli/template/base/package.json
@@ -9,7 +9,7 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
- "next": "13.0.0",
+ "next": "13.0.1",
13
"react": "18.2.0",
14
"react-dom": "18.2.0",
15
"zod": "^3.18.0"
@@ -21,7 +21,7 @@
21
"@typescript-eslint/eslint-plugin": "^5.33.0",
22
"@typescript-eslint/parser": "^5.33.0",
23
"eslint": "8.22.0",
24
- "eslint-config-next": "13.0.0",
+ "eslint-config-next": "13.0.1",
25
"typescript": "^4.8.4"
26
}
27
0 commit comments