Skip to content

Commit

Permalink
chore: Update dependencies and fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaramPg committed Aug 25, 2024
1 parent 5792201 commit 717e04e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"arrowParentheses": "always",
"jsxQuoteStyle": "double",
"semicolons": "asNeeded",
"trailingComma": "all",
"trailingCommas": "all",
"quoteProperties": "asNeeded",
"bracketSpacing": true,
"bracketSameLine": false
Expand Down
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
},
"dependencies": {
"bright": "^0.8.5",
"clsx": "^2.0.0",
"next": "14.2.3",
"clsx": "^2.1.1",
"next": "14.2.6",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.5.2",
"use-clipboard-copy": "^0.2.0",
"zod": "^3.23.5"
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.6.2",
"@types/bun": "^1.1.1",
"@biomejs/biome": "^1.8.3",
"@types/bun": "^1.1.8",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"autoprefixer": "10.4.18",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.4.2"
"autoprefixer": "10.4.20",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"postcss": "8.4.41",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
},
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
Expand Down
4 changes: 2 additions & 2 deletions public/404.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"message": "Resource not found"
}
"message": "Resource not found"
}

0 comments on commit 717e04e

Please sign in to comment.