Skip to content

Commit

Permalink
fix: update dependencies for prettier, tailwindcss, and knip
Browse files Browse the repository at this point in the history
  • Loading branch information
RPDeshaies committed Dec 4, 2024
1 parent 7345a27 commit c9e77b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"github-slugger": "^2.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"prompts": "^2.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.10.1",
"knip": "^5.38.2"
"knip": "^5.39.1"
}
}

0 comments on commit c9e77b2

Please sign in to comment.