Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"dependencies": {
"@better-auth/api-key": "^1.6.25",
"@cloudflare/workers-oauth-provider": "^0.8.3",
"@cloudflare/workers-oauth-provider": "^0.10.2",
"@webhook-co/contract": "workspace:*",
"@webhook-co/db": "workspace:*",
"@webhook-co/shared": "workspace:*",
"@webhook-co/ui": "workspace:*",
"better-auth": "^1.6.25",
"geist": "^1.7.2",
"lucide-react": "^1.28.0",
"lucide-react": "^1.30.0",
"motion": "^12.43.0",
"next": "^16.2.12",
"pg": "^8.22.0",
"next": "^16.3.0",
"pg": "^8.23.0",
"pg-cloudflare": "^1.4.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
Expand All @@ -42,7 +42,7 @@
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/pg": "^8.20.3",
"@types/pg": "^8.21.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/dmarc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"fast-xml-parser": "^5.10.1",
"postal-mime": "^2.7.5"
"postal-mime": "^2.7.6"
},
"main": "src/index.ts"
}
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@webhook-co/ui": "workspace:*",
"@webhook-co/webhooks-spec": "workspace:*",
"geist": "^1.7.2",
"lucide-react": "^1.28.0",
"lucide-react": "^1.30.0",
"motion": "^12.43.0",
"next": "^16.2.12",
"next": "^16.3.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-easy-crop": "^6.2.3"
Expand Down
4 changes: 2 additions & 2 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@webhook-co/webhooks-recipes": "workspace:*",
"@webhook-co/webhooks-spec": "workspace:*",
"geist": "^1.7.2",
"lucide-react": "^1.28.0",
"lucide-react": "^1.30.0",
"motion": "^12.43.0",
"next": "^16.2.12",
"next": "^16.3.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"dependencies": {
"@sigstore/bundle": "^5.0.0",
"@sigstore/protobuf-specs": "^0.5.1",
"@sigstore/verify": "^4.1.0",
"@sigstore/verify": "^4.1.2",
"@stricli/core": "^1.3.0",
"@webhook-co/contract": "workspace:*",
"@webhook-co/shared": "workspace:*",
"https-proxy-agent": "^9.1.0",
"ws": "^8.21.1",
"ws": "^8.21.3",
"zod": "^4.4.3"
},
"devDependencies": {
Expand Down
832 changes: 506 additions & 326 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ packages:
- "infra"

catalog:
remotion: 4.0.503
"@remotion/cli": 4.0.503
"@remotion/bundler": 4.0.503
"@remotion/renderer": 4.0.503
"@remotion/google-fonts": 4.0.503
"@remotion/tailwind-v4": 4.0.503
remotion: 4.0.507
"@remotion/cli": 4.0.507
"@remotion/bundler": 4.0.507
"@remotion/renderer": 4.0.507
"@remotion/google-fonts": 4.0.507
"@remotion/tailwind-v4": 4.0.507
react: 19.2.7
react-dom: 19.2.7

Expand Down
Loading