Skip to content

Commit

Permalink
Merge pull request #13 from depot/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jacobwgillespie authored Dec 11, 2024
2 parents 6b4c27e + dbca7f2 commit 81d96f5
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 283 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"prepack": "pnpm clean && pnpm build"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.3"
},
"devDependencies": {
"esbuild": "^0.24.0",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"refresh-session:local": "env OTP=\"$(op item get --vault 'actions-oidc' 'GitHub - depot-public-oidc' --otp)\" USERNAME=depot-public-oidc PASSWORD=\"$(op item get --vault 'actions-oidc' 'GitHub - depot-public-oidc' --fields password --reveal)\" LOCAL=true tsx support/refresh-session.ts"
},
"dependencies": {
"@github/stable-socket": "^1.1.0",
"@github/stable-socket": "^1.1.1",
"@octokit/request": "^9.1.3",
"abort-controller-x": "^0.4.3",
"date-fns": "^4.1.0",
"hono": "^4.6.3",
"rfc4648": "^1.5.3",
"zod": "^3.23.8"
"hono": "^4.6.13",
"rfc4648": "^1.5.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@octokit/webhooks-types": "^7.5.1",
"playwright": "^1.47.2",
"prettier": "^3.3.3",
"@cloudflare/workers-types": "^4.20241205.0",
"@octokit/webhooks-types": "^7.6.1",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-pkg": "^0.18.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"wrangler": "^3.78.12"
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"wrangler": "^3.95.0"
},
"prettier": {
"bracketSpacing": false,
Expand Down
Loading

0 comments on commit 81d96f5

Please sign in to comment.