upgrade to next 15 (#151)

This commit is contained in:
KM Koushik
2025-05-02 20:49:37 +10:00
committed by GitHub
parent 6dc6b4d213
commit d2587aed0d
28 changed files with 6814 additions and 8889 deletions

View File

@@ -9,27 +9,27 @@
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@heroicons/react": "^2.2.0",
"@unsend/email-editor": "workspace:*",
"@unsend/ui": "workspace:*",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.24",
"lucide-react": "^0.359.0",
"next": "14.2.25",
"react": "^18",
"react-dom": "^18"
"date-fns": "^4.1.0",
"framer-motion": "^12.9.2",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@unsend/eslint-config": "workspace:*",
"@unsend/tailwind-config": "workspace:*",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
"autoprefixer": "^10.4.21",
"eslint": "^9.25.1",
"eslint-config-next": "15.3.1",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.8.3"
}
}