Skip to content

Commit

Permalink
Update basic example to use stable Next.js. (#9059)
Browse files Browse the repository at this point in the history
### Description

Title!
  • Loading branch information
anthonyshew authored Aug 25, 2024
1 parent ca29f0f commit 1b9f0ea
Show file tree
Hide file tree
Showing 3 changed files with 3,252 additions and 2,915 deletions.
10 changes: 5 additions & 5 deletions examples/basic/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
},
"dependencies": {
"@repo/ui": "workspace:*",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"next": "15.0.0-rc.0"
"next": "14.2.6",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.0-rc.0"
"eslint-config-next": "14.2.6",
"typescript": "^5"
}
}
10 changes: 5 additions & 5 deletions examples/basic/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
},
"dependencies": {
"@repo/ui": "workspace:*",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"next": "15.0.0-rc.0"
"next": "14.2.6",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.0-rc.0"
"eslint-config-next": "14.2.6",
"typescript": "^5"
}
}
Loading

0 comments on commit 1b9f0ea

Please sign in to comment.