chore: update monorepo-next

This commit is contained in:
shadcn
2025-12-09 00:31:33 +04:00
parent b022c24825
commit 8ba883738e
4 changed files with 881 additions and 291 deletions

View File

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

View File

@@ -14,19 +14,19 @@
"dependencies": {
"@workspace/ui": "workspace:*",
"lucide-react": "^0.475.0",
"next": "^15.4.5",
"next": "^16.0.7",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react": "^19.2.1",
"react-dom": "^19.2.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.9",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^20.19.25",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@workspace/eslint-config": "workspace:^",
"@workspace/typescript-config": "workspace:*",
"eslint": "^9.32.0",
"typescript": "^5.9.2"
"eslint": "^9.39.1",
"typescript": "^5.9.3"
}
}

View File

@@ -11,8 +11,8 @@
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"prettier": "^3.6.2",
"turbo": "^2.5.5",
"prettier": "^3.7.4",
"turbo": "^2.6.3",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.4.1",

File diff suppressed because it is too large Load Diff