Skip to content

Commit 8f1b9d1

Browse files
committed
chore(deps): apply Dependabot bumps across example apps
next 16, react/react-dom 19.2.7, typescript 6, @types/node 26 (per the open Dependabot PRs), plus the CI actions (checkout v7, setup-node v6). lucide-react was not in scope. Regenerated the chat/imagine lockfiles to match.
1 parent 8f06e49 commit 8f1b9d1

9 files changed

Lines changed: 496 additions & 408 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
app: [auth-demo, chat, fiber, imagine, justmakeit, vercel-demo]
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v7
2121

2222
- name: Setup Node
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: "22"
2626
cache: npm
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v7
4343
with:
4444
fetch-depth: 0
4545
- name: Gitleaks (CLI — the action requires an org license)

auth-demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
},
1010
"dependencies": {
1111
"@hypery/sdk": "^1.0.0",
12-
"next": "^15.5.20",
13-
"react": "19.1.0",
14-
"react-dom": "19.1.0"
12+
"next": "^16.2.10",
13+
"react": "^19.2.7",
14+
"react-dom": "^19.2.7"
1515
},
1616
"devDependencies": {
1717
"@tailwindcss/postcss": "^4",
18-
"@types/node": "^22",
18+
"@types/node": "^26.1.0",
1919
"@types/react": "^19",
2020
"@types/react-dom": "^19",
2121
"tailwindcss": "^4",
2222
"tw-animate-css": "^1.0.2",
23-
"typescript": "^5.7.2"
23+
"typescript": "^6.0.3"
2424
},
2525
"license": "PIF"
2626
}

0 commit comments

Comments
 (0)