Skip to content

Commit

Permalink
Merge pull request #20 from depot/deps
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
jacobwgillespie authored Oct 8, 2023
2 parents 5008c32 + 4d66228 commit 3ac372c
Show file tree
Hide file tree
Showing 18 changed files with 2,033 additions and 1,743 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"update-models": "tsx models/update.ts"
},
"dependencies": {
"@types/node": "^20.4.2",
"hono": "^3.3.0",
"p-queue": "^7.3.4",
"posthog-node": "^3.1.1",
"prettier-plugin-astro": "^0.11.0",
"yaml": "^2.3.1",
"zod": "^3.21.4"
"@types/node": "^20.8.3",
"hono": "^3.7.5",
"p-queue": "^7.4.1",
"posthog-node": "^3.1.2",
"prettier-plugin-astro": "^0.12.0",
"yaml": "^2.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230710.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"execa": "^7.1.1",
"prettier": "^3.0.0",
"@cloudflare/workers-types": "^4.20231002.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"execa": "^8.0.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-pkg": "^0.18.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"wrangler": "^3.2.0"
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"wrangler": "^3.11.0"
},
"sideEffects": false,
"prettier": {
Expand Down
Loading

0 comments on commit 3ac372c

Please sign in to comment.