Skip to content

Commit 7b14568

Browse files
fix(deps): update external-major
1 parent 6a1a26f commit 7b14568

File tree

3 files changed

+1113
-2238
lines changed

3 files changed

+1113
-2238
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
node-version: [23]
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919

@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3232
33-
- uses: actions/cache@v4
33+
- uses: actions/cache@v5
3434
name: Setup pnpm cache
3535
with:
3636
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Setup Turborepo cache
4545
- name: Setup Turborepo cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: .turbo
4949
key: ${{ runner.os }}-turbo-${{ github.sha }}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"typecheck": "tsc --noEmit"
2222
},
2323
"dependencies": {
24-
"@apollo/server": "^4.12.2",
25-
"@as-integrations/next": "^3.2.0",
24+
"@apollo/server": "^5.3.0",
25+
"@as-integrations/next": "^4.1.0",
2626
"@aws-sdk/client-s3": "^3.971.0",
2727
"@aws-sdk/signature-v4-crt": "^3.971.0",
2828
"@formkit/auto-animate": "^1.0.0-pre-alpha.3",
2929
"@headlessui/react": "^2.2.9",
3030
"@heroicons/react": "^2.2.0",
3131
"@magic-sdk/admin": "^2.8.2",
3232
"@next-auth/prisma-adapter": "^1.0.7",
33-
"@prisma/client": "^5.22.0",
33+
"@prisma/client": "^7.3.0",
3434
"@tailwindcss/forms": "^0.5.11",
3535
"autoprefixer": "^10.4.23",
3636
"aws-crt": "^1.29.0",
@@ -40,7 +40,7 @@
4040
"graphql": "^16.12.0",
4141
"graphql-request": "^7.4.0",
4242
"graphql-scalars": "^1.25.0",
43-
"magic-sdk": "^28.21.1",
43+
"magic-sdk": "^33.1.1",
4444
"micro-cors": "^0.1.1",
4545
"next": "^16.1.0",
4646
"next-auth": "^4.24.13",
@@ -54,8 +54,8 @@
5454
"react-hot-toast": "^2.6.0",
5555
"sass": "^1.97.2",
5656
"sharp": "^0.34.5",
57-
"tailwind-merge": "^2.6.0",
58-
"tailwindcss": "^3.4.19"
57+
"tailwind-merge": "^3.4.0",
58+
"tailwindcss": "^4.1.18"
5959
},
6060
"devDependencies": {
6161
"@biomejs/biome": "^2.3.11",
@@ -65,21 +65,21 @@
6565
"@testing-library/react": "^16.3.1",
6666
"@testing-library/user-event": "^14.6.1",
6767
"@types/micro-cors": "^0.1.6",
68-
"@types/node": "^22.19.7",
68+
"@types/node": "^24.10.9",
6969
"@types/react": "^19.2.8",
70-
"@vitejs/plugin-react": "^4.7.0",
71-
"dotenv": "^16.6.1",
70+
"@vitejs/plugin-react": "^5.1.2",
71+
"dotenv": "^17.2.3",
7272
"encoding": "^0.1.13",
73-
"is-ci": "^3.0.1",
74-
"jsdom": "^25.0.1",
73+
"is-ci": "^4.1.0",
74+
"jsdom": "^27.4.0",
7575
"knip": "^5.82.0",
76-
"lefthook": "^1.13.6",
77-
"prisma": "^5.22.0",
76+
"lefthook": "^2.0.15",
77+
"prisma": "^7.3.0",
7878
"resize-observer-polyfill": "^1.5.1",
7979
"tsx": "^4.21.0",
8080
"turbo": "^2.7.5",
8181
"typescript": "^5.9.3",
82-
"ultracite": "^6.5.1",
82+
"ultracite": "^7.0.12",
8383
"vitest": "^4.0.17"
8484
},
8585
"packageManager": "pnpm@10.5.2",

0 commit comments

Comments
 (0)