Skip to content

Commit fc4a4bc

Browse files
committed
⬆️ Upgrading to Next.js 14
1 parent 2054fdb commit fc4a4bc

File tree

3 files changed

+1194
-1273
lines changed

3 files changed

+1194
-1273
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">🚀 React-Nextjs-Boilerplate</h1>
22
<p align="center">
3-
Starter <a href="https://nextjs.org/">Next.js</a> (13+) template for your React projects.<br />
3+
Starter <a href="https://nextjs.org/">Next.js</a> (14+) template for your React projects.<br />
44
If you like the project, feel free to put a ⭐ ! If you need help, join the <a href="https://discord.gg/G6WQsMQShZ">server support</a>.
55
</p>
66

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nextjs-boilerplate",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -15,30 +15,30 @@
1515
"@radix-ui/react-dropdown-menu": "^2.0.5",
1616
"@radix-ui/react-toast": "^1.1.4",
1717
"@tailwindcss/typography": "^0.5.9",
18-
"@types/node": "20.4.5",
19-
"@types/react": "18.2.17",
20-
"@types/react-dom": "18.2.7",
21-
"autoprefixer": "10.4.14",
18+
"@types/node": "20.9.2",
19+
"@types/react": "18.2.37",
20+
"@types/react-dom": "18.2.15",
21+
"autoprefixer": "10.4.16",
2222
"bcrypt": "^5.1.0",
2323
"class-variance-authority": "^0.7.0",
2424
"clsx": "^2.0.0",
25-
"eslint": "8.46.0",
26-
"eslint-config-next": "13.4.12",
27-
"lucide-react": "^0.263.1",
28-
"nanoid": "^4.0.2",
29-
"next": "13.4.12",
25+
"eslint": "8.54.0",
26+
"eslint-config-next": "14.0.3",
27+
"lucide-react": "^0.292.0",
28+
"nanoid": "^5.0.3",
29+
"next": "14.0.3",
3030
"next-auth": "^4.22.3",
3131
"next-sitemap": "^4.1.8",
3232
"next-themes": "^0.2.1",
33-
"postcss": "8.4.27",
33+
"postcss": "8.4.31",
3434
"prisma": "^5.0.0",
3535
"react": "18.2.0",
3636
"react-dom": "18.2.0",
3737
"sharp": "^0.32.4",
38-
"tailwind-merge": "^1.14.0",
39-
"tailwindcss": "3.3.3",
38+
"tailwind-merge": "^2.0.0",
39+
"tailwindcss": "3.3.5",
4040
"tailwindcss-animate": "^1.0.6",
41-
"typescript": "5.1.6"
41+
"typescript": "5.2.2"
4242
},
4343
"devDependencies": {
4444
"@types/bcrypt": "^5.0.0"

0 commit comments

Comments
 (0)