Skip to content

Commit

Permalink
updated next to 14.0.2 & disabled turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Nov 10, 2023
1 parent ce36f6a commit 9e1f434
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
88 changes: 44 additions & 44 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand All @@ -15,7 +15,7 @@
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"framer-motion": "^10.16.4",
"next": "14.0.0",
"next": "14.0.2",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^1.14.0",
Expand All @@ -33,4 +33,4 @@
"tailwindcss": "^3",
"typescript": "^5"
}
}
}

0 comments on commit 9e1f434

Please sign in to comment.