Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cletqui committed Jul 6, 2024
1 parent ab001c1 commit eb5f7ce
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 37 deletions.
70 changes: 37 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "petithub",
"version": "0.6.5",
"version": "0.7.0",
"private": false,
"description": "PetitHub - Explore obscure GitHub repositories",
"author": {
Expand Down Expand Up @@ -30,13 +30,13 @@
"deploy": "$npm_execpath run build && wrangler pages deploy"
},
"dependencies": {
"hono": "^4.4.11",
"hono": "^4.4.12",
"octokit": "^4.0.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@hono/vite-cloudflare-pages": "^0.4.1",
"@hono/vite-dev-server": "^0.12.2",
"@hono/vite-cloudflare-pages": "^0.4.2",
"@hono/vite-dev-server": "^0.13.0",
"vite": "^5.3.3",
"vitest": "^1.6.0",
"wrangler": "^3.63.1"
Expand Down

0 comments on commit eb5f7ce

Please sign in to comment.