mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-16 04:11:38 +00:00
💅
This commit is contained in:
@@ -13,8 +13,10 @@
|
||||
"@types/node": "20.5.7",
|
||||
"@vercel/postgres": "^0.5.0",
|
||||
"autoprefixer": "10.4.15",
|
||||
"bcrypt": "^5.1.1",
|
||||
"clsx": "^2.0.0",
|
||||
"next": "13.5.7-canary.27",
|
||||
"next-auth": "5.0.0-beta.2",
|
||||
"postcss": "8.4.31",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
@@ -7,7 +7,7 @@ export default function AcmeLogo() {
|
||||
className={`${lusitana.className} flex flex-row items-center leading-none text-white`}
|
||||
>
|
||||
<GlobeAltIcon className="h-12 w-12 rotate-[15deg]" />
|
||||
<p className="text-[44px] ">Acme</p>
|
||||
<p className="text-[44px]">Acme</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
1680
dashboard/starter-example/package-lock.json
generated
Normal file
1680
dashboard/starter-example/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -11,10 +11,8 @@
|
||||
"@types/node": "20.5.7",
|
||||
"@vercel/postgres": "^0.5.0",
|
||||
"autoprefixer": "10.4.15",
|
||||
"bcrypt": "^5.1.1",
|
||||
"clsx": "^2.0.0",
|
||||
"next": "13.5.7-canary.27",
|
||||
"next-auth": "5.0.0-beta.2",
|
||||
"postcss": "8.4.31",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
5597
pnpm-lock.yaml
generated
5597
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
||||
packages:
|
||||
- 'basics/**/*'
|
||||
- 'dashboard/**/*'
|
||||
- 'seo/*'
|
||||
Reference in New Issue
Block a user