Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions basics/api-routes-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --turbopack",
"start": "next start"
},
"dependencies": {
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "latest",
"react-dom": "latest",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions basics/assets-metadata-css-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --turbopack",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "latest",
"react-dom": "latest"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions basics/basics-final/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "latest",
"react-dom": "latest",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions basics/data-fetching-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "latest",
"react-dom": "latest"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions basics/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "latest",
"react-dom": "latest",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions basics/dynamic-routes-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"gray-matter": "^4.0.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "latest",
"react-dom": "latest"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions basics/dynamic-routes-step-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"gray-matter": "^4.0.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "latest",
"react-dom": "latest"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions basics/learn-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "latest",
"react-dom": "latest"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions basics/navigate-between-pages-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "latest",
"react-dom": "latest"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions basics/typescript-final/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "^13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "latest",
"react-dom": "latest",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions dashboard/final-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"autoprefixer": "10.4.20",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "^15.1.5",
"next": "latest",
"next-auth": "5.0.0-beta.25",
"postcss": "8.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "latest",
"react-dom": "latest",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"use-debounce": "^10.0.4",
Expand Down
92 changes: 46 additions & 46 deletions dashboard/final-example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dashboard/starter-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"autoprefixer": "10.4.20",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "^15.1.5",
"next": "latest",
"next-auth": "5.0.0-beta.25",
"postcss": "8.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "latest",
"react-dom": "latest",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"use-debounce": "^10.0.4",
Expand Down
Loading
Loading