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

@@ -16,16 +16,16 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@unsend/eslint-config": "workspace:*",
"@unsend/typescript-config": "workspace:*",
"openapi-typescript": "^6.7.6",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"openapi-typescript": "^7.6.1",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@react-email/render": "^1.0.6",
"react": "^18.3.1"
"react": "^19.1.0"
}
}