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
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
node-version: [23]
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -30,7 +30,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v4
- uses: actions/cache@v5
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand All @@ -43,7 +43,7 @@ jobs:

# Setup Turborepo cache
- name: Setup Turborepo cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/server": "^4.12.2",
"@as-integrations/next": "^3.2.0",
"@apollo/server": "^5.2.0",
"@as-integrations/next": "^4.1.0",
"@aws-sdk/client-s3": "^3.946.0",
"@aws-sdk/signature-v4-crt": "^3.946.0",
"@formkit/auto-animate": "^1.0.0-pre-alpha.3",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@magic-sdk/admin": "^2.8.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.22.0",
"@prisma/client": "^7.1.0",
"@tailwindcss/forms": "^0.5.10",
"autoprefixer": "^10.4.22",
"aws-crt": "^1.27.5",
Expand All @@ -41,7 +41,7 @@
"graphql": "^16.12.0",
"graphql-request": "^7.3.5",
"graphql-scalars": "^1.25.0",
"magic-sdk": "^28.21.1",
"magic-sdk": "^32.0.0",
"micro-cors": "^0.1.1",
"next": "^15.2.0",
"next-auth": "^4.24.11",
Expand All @@ -55,40 +55,40 @@
"react-hot-toast": "^2.6.0",
"sass": "^1.94.2",
"sharp": "^0.34.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.18"
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@biomejs/biome": "^2.3.9",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/micro-cors": "^0.1.6",
"@types/node": "^22.19.1",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"@vitejs/plugin-react": "^4.7.0",
"dotenv": "^16.6.1",
"@vitejs/plugin-react": "^5.1.2",
"dotenv": "^17.2.3",
"encoding": "^0.1.13",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"globals": "^15.15.0",
"is-ci": "^3.0.1",
"jsdom": "^25.0.1",
"globals": "^16.5.0",
"is-ci": "^4.1.0",
"jsdom": "^27.3.0",
"knip": "^5.71.0",
"lefthook": "^1.13.6",
"prisma": "^5.22.0",
"lefthook": "^2.0.12",
"prisma": "^7.1.0",
"resize-observer-polyfill": "^1.5.1",
"tsx": "^4.21.0",
"turbo": "^2.6.3",
"typescript": "^5.9.3",
"vitest": "^2.1.9"
"vitest": "^4.0.16"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading
Loading