Skip to content

Commit

Permalink
fix(deps): Update NextJS dependency to version ^13.4.1 (t3-oss#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra authored May 6, 2023
1 parent c760446 commit 0116135
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-jobs-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": patch
---

update nextjs dependency to ^13.4.1
4 changes: 2 additions & 2 deletions cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.2.1",
"next": "13.3.4",
"next": "^13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.21.4"
Expand All @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-next": "^13.4.1",
"typescript": "^5.0.2"
}
}

0 comments on commit 0116135

Please sign in to comment.