Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nguyen Long Nhat <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 23, 2023
1 parent 85c36fd commit 6f8b058
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 177 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Home() {
<div>
<main className="mx-auto max-w-[1960px] p-4">
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-4">
<div className="relative col-span-1 row-span-3 flex flex-col items-center justify-end gap-4 overflow-hidden rounded-lg border bg-card px-6 pb-16 pt-64 text-center after:pointer-events-none after:absolute after:inset-0 after:rounded-lg sm:col-span-2 lg:col-span-1 lg:row-span-2 lg:pt-0">
<div className="relative col-span-1 row-span-3 flex flex-col items-center justify-end gap-4 overflow-hidden text-balance rounded-lg border bg-card px-6 pb-16 pt-64 text-center after:pointer-events-none after:absolute after:inset-0 after:rounded-lg sm:col-span-2 lg:col-span-1 lg:row-span-2 lg:pt-0">
<div className="absolute inset-0 flex items-center justify-center opacity-30">
<span className="flex max-h-full max-w-full items-center justify-center">
<Cobe />
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@area44/next-station-starter",
"version": "23.11.14",
"version": "23.12.24",
"private": true,
"description": "An image gallery starter built with Next.js",
"author": "AREA44",
Expand All @@ -22,23 +22,23 @@
"cobe": "^0.6.3",
"geist": "^1.2.0",
"glob": "^10.3.10",
"lucide-react": "^0.294.0",
"lucide-react": "^0.300.0",
"next": "^14.0.4",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.0",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.6",
"sharp": "^0.33.1",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
Loading

0 comments on commit 6f8b058

Please sign in to comment.