Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tireymorris committed Jul 17, 2024
1 parent 9298e84 commit 6bf9ba7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"worker": "bun run src/worker.ts"
},
"dependencies": {
"@unocss/preset-web-fonts": "^0.61.3",
"@unocss/preset-web-fonts": "^0.61.5",
"cheerio": "^1.0.0-rc.12",
"hono": "^4.4.12",
"hono": "^4.5.0",
"nodemon": "^3.1.4",
"unocss": "^0.61.3",
"unocss": "^0.61.5",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@unocss/cli": "^0.61.3",
"bun-types": "^1.1.18",
"@unocss/cli": "^0.61.5",
"bun-types": "^1.1.20",
"concurrently": "^8.2.2",
"pm2": "^5.4.2",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5"
},
"module": "src/server.tsx"
Expand Down

0 comments on commit 6bf9ba7

Please sign in to comment.