Skip to content

Commit e288aa9

Browse files
Update package
1 parent fc39dcc commit e288aa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.6",
44
"module": "index.ts",
55
"type": "module",
6-
"packageManager": "[email protected].36",
6+
"packageManager": "[email protected].38",
77
"scripts": {
88
"dev": "bun run --watch index.ts",
99
"css:watch": "bunx @tailwindcss/cli@next -i ./public/css/input.css -o ./public/css/tailwind.css --watch",
@@ -32,13 +32,13 @@
3232
"typescript": "^5.7.2"
3333
},
3434
"dependencies": {
35-
"@tailwindcss/postcss": "^4.0.0-beta.5",
35+
"@tailwindcss/postcss": "^4.0.0-beta.6",
3636
"@tailwindcss/typography": "^0.5.15",
3737
"@types/bcryptjs": "^2.4.6",
3838
"bcryptjs": "^2.4.3",
3939
"dotenv": "^16.4.7",
4040
"postcss": "^8.4.49",
4141
"sharp": "^0.33.5",
42-
"tailwindcss": "^4.0.0-beta.5"
42+
"tailwindcss": "^4.0.0-beta.6"
4343
}
4444
}

0 commit comments

Comments
 (0)