Skip to content

Commit 1785a24

Browse files
committed
ENG-1688 monthly upgrades changes to packages
1 parent 9026fb2 commit 1785a24

5 files changed

Lines changed: 625 additions & 456 deletions

File tree

.github/workflows/test-database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "20"
24+
node-version: "22"
2525
cache: "pnpm"
2626
- name: Install Dependencies
2727
run: pnpm install --frozen-lockfile

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@repo/database": "workspace:*",
1818
"@repo/ui": "workspace:*",
19-
"@supabase/ssr": "^0.8.0",
19+
"@supabase/ssr": "catalog:",
2020
"@supabase/supabase-js": "catalog:",
2121
"clsx": "^2.1.1",
2222
"gray-matter": "^4.0.3",

packages/database/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"@repo/eslint-config": "workspace:*",
5656
"@repo/typescript-config": "workspace:*",
5757
"@types/node": "^20",
58-
"@vercel/sdk": "^1.18.9",
58+
"@vercel/sdk": "^1.19.40",
5959
"dotenv": "^16.6.1",
6060
"eslint": "catalog:",
6161
"prettier-plugin-gherkin": "^3.1.3",
62-
"supabase": "^2.75.0",
62+
"supabase": "^2.98.2",
6363
"ts-node-maintained": "^10.9.5",
6464
"tsx": "4.20.6",
6565
"typescript": "5.9.2",
66-
"vercel": "50.9.6"
66+
"vercel": "53.1.0"
6767
},
6868
"prettier": {
6969
"plugins": [

0 commit comments

Comments
 (0)