File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments