Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Dec 7, 2024
1 parent fc39dcc commit e288aa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.6",
"module": "index.ts",
"type": "module",
"packageManager": "[email protected].36",
"packageManager": "[email protected].38",
"scripts": {
"dev": "bun run --watch index.ts",
"css:watch": "bunx @tailwindcss/cli@next -i ./public/css/input.css -o ./public/css/tailwind.css --watch",
Expand Down Expand Up @@ -32,13 +32,13 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@tailwindcss/postcss": "^4.0.0-beta.5",
"@tailwindcss/postcss": "^4.0.0-beta.6",
"@tailwindcss/typography": "^0.5.15",
"@types/bcryptjs": "^2.4.6",
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.7",
"postcss": "^8.4.49",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.0-beta.5"
"tailwindcss": "^4.0.0-beta.6"
}
}

0 comments on commit e288aa9

Please sign in to comment.