Skip to content

Commit a497e47

Browse files
authored
feat: update to next 13.0.1 (#676)
* feat: update to next 13.0.1 * Create afraid-news-fail.md
1 parent 5d20745 commit a497e47

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/afraid-news-fail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
update next to 13.0.1

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.0.0",
12+
"next": "13.0.1",
1313
"react": "18.2.0",
1414
"react-dom": "18.2.0",
1515
"zod": "^3.18.0"
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/eslint-plugin": "^5.33.0",
2222
"@typescript-eslint/parser": "^5.33.0",
2323
"eslint": "8.22.0",
24-
"eslint-config-next": "13.0.0",
24+
"eslint-config-next": "13.0.1",
2525
"typescript": "^4.8.4"
2626
}
2727
}

0 commit comments

Comments
 (0)