Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Jan 20, 2025
1 parent 6ca22a2 commit f48d15c
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 474 deletions.
4 changes: 1 addition & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
},
experimental: {},
};

module.exports = nextConfig;
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^3.1.2",
"lucide-react": "^0.271.0",
"next": "15.0.3",
"next": "15.1.5",
"next-auth": "beta",
"nextjs-toploader": "^1.6.12",
"postcss": "8.4.29",
"react": "18.3.1",
"react": "19.0.0",
"react-daisyui": "^5.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-hook-form": "^7.45.4",
"react-icons": "^5.2.1",
"string-template": "^1.0.0",
Expand All @@ -55,10 +55,10 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "20.5.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"@types/crypto-js": "^4.2.2",
"@types/string-template": "^1.0.2",
"daisyui": "^3.6.4"
}
Expand Down
Loading

0 comments on commit f48d15c

Please sign in to comment.