Skip to content

Commit

Permalink
feat: update to next 13.0.1 (t3-oss#676)
Browse files Browse the repository at this point in the history
* feat: update to next 13.0.1

* Create afraid-news-fail.md
  • Loading branch information
nexxeln authored Nov 3, 2022
1 parent 7ee088c commit 92e6536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-news-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": patch
---

update next to 13.0.1
4 changes: 2 additions & 2 deletions cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.0.0",
"next": "13.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.18.0"
Expand All @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "8.22.0",
"eslint-config-next": "13.0.0",
"eslint-config-next": "13.0.1",
"typescript": "^4.8.4"
}
}

0 comments on commit 92e6536

Please sign in to comment.