mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: merge branch 'beta-3' into refactor/remove-as-child
This commit is contained in:
commit
c903408c5a
@ -10,12 +10,8 @@ const withMDX = createMDX();
|
||||
|
||||
const config: NextConfig = {
|
||||
compress: true,
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
experimental: {
|
||||
optimizePackageImports: ["@heroui/react"],
|
||||
reactCompiler: true,
|
||||
},
|
||||
async headers() {
|
||||
return [
|
||||
@ -54,6 +50,7 @@ const config: NextConfig = {
|
||||
fullUrl: true,
|
||||
},
|
||||
},
|
||||
reactCompiler: true,
|
||||
reactStrictMode: true,
|
||||
async redirects() {
|
||||
return [
|
||||
|
||||
@ -32,15 +32,15 @@
|
||||
"gray-matter": "4.0.3",
|
||||
"lucide-react": "0.544.0",
|
||||
"motion": "12.23.22",
|
||||
"next": "15.5.4",
|
||||
"next": "16.0.7",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "19.2.0",
|
||||
"react": "19.2.1",
|
||||
"react-aria-components": "1.13.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dom": "19.2.1",
|
||||
"remark": "15.0.1",
|
||||
"remark-gfm": "4.0.1",
|
||||
"remark-mdx": "3.1.1",
|
||||
"shiki": "3.13.0",
|
||||
"shiki": "3.19.0",
|
||||
"tailwind-merge": "3.4.0",
|
||||
"tailwind-variants": "3.2.2",
|
||||
"ts-morph": "27.0.2",
|
||||
@ -53,10 +53,11 @@
|
||||
"@tailwindcss/postcss": "4.1.17",
|
||||
"@types/color-convert": "2.0.4",
|
||||
"@types/mdx": "2.0.13",
|
||||
"@types/react": "19.2.6",
|
||||
"@types/react": "19.2.7",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"babel-plugin-react-compiler": "1.0.0",
|
||||
"postcss": "8.5.6",
|
||||
"source-map-support": "0.5.21",
|
||||
"tailwindcss": "4.1.17"
|
||||
}
|
||||
}
|
||||
|
||||
@ -105,9 +105,15 @@
|
||||
"typescript-eslint": "8.45.0",
|
||||
"vitest": "3.2.4"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"shiki": "3.19.0",
|
||||
"ts-morph": "27.0.2"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.x",
|
||||
"pnpm": ">=10.x"
|
||||
},
|
||||
"packageManager": "pnpm@10.20.0"
|
||||
"packageManager": "pnpm@10.24.0"
|
||||
}
|
||||
|
||||
@ -73,11 +73,11 @@
|
||||
"@react-stately/data": "3.14.1",
|
||||
"@storybook/react": "8.6.12",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/react": "19.2.6",
|
||||
"@types/react": "19.2.7",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"fs-extra": "11.3.2",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react": "19.2.1",
|
||||
"react-dom": "19.2.1",
|
||||
"tailwindcss": "4.1.17"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -13,8 +13,8 @@
|
||||
"dependencies": {
|
||||
"@heroui/react": "workspace:*",
|
||||
"@heroui/styles": "workspace:*",
|
||||
"react": "19.1.1",
|
||||
"react-dom": "19.1.1"
|
||||
"react": "19.2.1",
|
||||
"react-dom": "19.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@heroui/standard": "workspace:*",
|
||||
@ -32,8 +32,8 @@
|
||||
"@storybook/theming": "8.6.12",
|
||||
"@tailwindcss/postcss": "4.1.13",
|
||||
"@tailwindcss/vite": "4.1.13",
|
||||
"@types/react": "19.1.15",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"@types/react": "19.2.7",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@vitejs/plugin-react": "5.0.3",
|
||||
"glob": "11.0.3",
|
||||
"postcss": "8.5.6",
|
||||
|
||||
3412
pnpm-lock.yaml
generated
3412
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user