Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 committed Nov 17, 2023
1 parent e5953d8 commit c1b2480
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 667 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"description": "",
"main": "index.js",
"scripts": {
"deploy": "wrangler deploy --minify",
"dev": "wrangler dev --minify",
"w:deploy": "wrangler deploy --minify",
"w:dev": "wrangler dev --minify",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"vitest": "^0.32.0",
"wrangler": "^3.1.0"
"@cloudflare/workers-types": "^4.20231025.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"vitest": "^0.34.6",
"wrangler": "^3.16.0"
},
"dependencies": {
"badgen": "^3.2.2",
"hono": "^3.2.5",
"badgen": "^3.2.3",
"hono": "^3.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"satori": "^0.10.1",
"satori": "^0.10.9",
"yoga-wasm-web": "^0.3.3"
}
}
Loading

0 comments on commit c1b2480

Please sign in to comment.