Skip to content

Commit

Permalink
chore: check in lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed May 3, 2024
1 parent 7be541c commit 3ca6fa9
Show file tree
Hide file tree
Showing 3 changed files with 5,064 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@ node_modules
dist
.wrangler
.dev.vars

# Change them to your taste:
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lockb
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@
},
"dependencies": {
"@scalar/galaxy": "^0.1.0",
"@scalar/mock-server": "^0.1.49",
"@scalar/mock-server": "^0.1.55",
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"hono": "^4.2.8",
"hono": "^4.3.0",
"proxy-from-env": "^1.1.0",
"yaml": "^2.4.1"
"yaml": "^2.4.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240403.0",
"@cloudflare/vitest-pool-workers": "^0.2.6",
"@cloudflare/workers-types": "^4.20240502.0",
"@hono/vite-cloudflare-pages": "^0.2.4",
"@hono/vite-dev-server": "^0.12.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"prettier": "^3.0.3",
"vite": "^5.0.12",
"vitest": "^1.5.3",
"wrangler": "^3.47.0"
"vite": "^5.2.11",
"vitest": "1.3.0",
"wrangler": "^3.53.1"
}
}
Loading

0 comments on commit 3ca6fa9

Please sign in to comment.