Skip to content

Commit 34f55f1

Browse files
chore: update deps
1 parent 8a102ac commit 34f55f1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

bun.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"": {
55
"name": "chatter",
66
"dependencies": {
7-
"@tailwindcss/postcss": "^4.0.17",
8-
"@tailwindcss/typography": "^0.5.16",
9-
"@types/bcryptjs": "^3.0.0",
10-
"bcryptjs": "^3.0.2",
11-
"dotenv": "^16.4.7",
12-
"node-fetch": "^3.3.2",
13-
"node-html-parser": "^7.0.1",
14-
"postcss": "^8.5.3",
15-
"sharp": "^0.33.5",
16-
"tailwindcss": "^4.0.17",
7+
"@tailwindcss/postcss": "latest",
8+
"@tailwindcss/typography": "latest",
9+
"@types/bcryptjs": "latest",
10+
"bcryptjs": "latest",
11+
"dotenv": "latest",
12+
"node-fetch": "latest",
13+
"node-html-parser": "latest",
14+
"postcss": "latest",
15+
"sharp": "latest",
16+
"tailwindcss": "latest",
1717
},
1818
"devDependencies": {
19-
"@types/bun": "^1.2.8",
20-
"bun-types": "^1.2.7",
19+
"@types/bun": "latest",
20+
"bun-types": "latest",
2121
},
2222
"peerDependencies": {
23-
"typescript": "^5.8.2",
23+
"typescript": "latest",
2424
},
2525
},
2626
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "chatter",
3-
"version": "0.0.11-beta.0",
3+
"version": "0.0.11",
44
"module": "index.ts",
55
"type": "module",
6-
"packageManager": "[email protected].6",
6+
"packageManager": "[email protected].7",
77
"scripts": {
88
"dev": "bun run --watch index.ts",
99
"css:watch": "bunx @tailwindcss/cli -i ./public/css/input.css -o ./public/css/tailwind.css --watch",

0 commit comments

Comments
 (0)