Skip to content

Commit

Permalink
fix: create-turbo update next version in templates (#2519)
Browse files Browse the repository at this point in the history
* update next version in create-turbo template

* update next version in create-turbo pnpm template

* create-turbo: update eslint-config-next
  • Loading branch information
chris-olszewski committed Oct 31, 2022
1 parent 1565a6d commit e89ffd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "12.3.1",
"next": "13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "12.3.1",
"next": "13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"eslint": "^7.23.0",
"eslint-config-next": "^12.0.8",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "7.31.8",
"eslint-config-turbo": "latest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "12.3.1",
"next": "13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-turbo/templates/pnpm/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "12.3.2-canary.40",
"next": "13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*"
Expand Down

0 comments on commit e89ffd6

Please sign in to comment.