Skip to content

Commit 63665b1

Browse files
Fix second git dependency for Vercel deployment
1 parent 38e71a5 commit 63665b1

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@radix-ui/react-visually-hidden": "^1.2.3",
4545
"@supabase/ssr": "^0.6.1",
4646
"@supabase/supabase-js": "^2.58.0",
47-
"@tailwindcss/typography": "github:tailwindcss/typography",
47+
"@tailwindcss/typography": "^0.5.13",
4848
"@upstash/ratelimit": "^2.0.6",
4949
"@vercel/analytics": "^1.5.0",
5050
"@vercel/edge-config": "^1.4.0",

pnpm-lock.yaml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ onlyBuiltDependencies:
66
- protobufjs
77
- sharp
88
- unrs-resolver
9+
10+
overrides:
11+
esbuild@<=0.24.2: '>=0.25.0'
12+
highlight.js@<9.18.2: '>=9.18.2'
13+
highlight.js@>=9.0.0 <10.4.1: '>=10.4.1'
14+
path-to-regexp@>=4.0.0 <6.3.0: '>=6.3.0'

0 commit comments

Comments
 (0)