Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed May 18, 2024
1 parent bc6fe04 commit 2aab376
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 663 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"files": {
"ignore": ["**/.next", "**/node_modules", "next-env.d.ts"]
},
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "website",
"private": true,
"homepage": "https://almeidx.dev",
"scripts": {
"build": "next build",
"dev": "next dev",
Expand All @@ -26,7 +24,7 @@
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"engines": {
"node": "20"
}
Expand Down

0 comments on commit 2aab376

Please sign in to comment.