Skip to content

Commit ab48787

Browse files
authored
chore(deps): upgrade next.js from 16.1.0-canary.21 to 16.1.6 (#3254)
1 parent 91aa1f9 commit ab48787

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fumadocs-mdx": "14.1.0",
2222
"fumadocs-ui": "16.2.3",
2323
"lucide-react": "^0.511.0",
24-
"next": "16.1.0-canary.21",
24+
"next": "16.1.6",
2525
"next-themes": "^0.4.6",
2626
"postgres": "^3.4.5",
2727
"react": "19.2.1",

apps/sim/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"mysql2": "3.14.3",
126126
"nanoid": "^3.3.7",
127127
"neo4j-driver": "6.0.1",
128-
"next": "16.1.0-canary.21",
128+
"next": "16.1.6",
129129
"next-mdx-remote": "^5.0.0",
130130
"next-runtime-env": "3.3.0",
131131
"next-themes": "^0.4.6",
@@ -208,8 +208,8 @@
208208
"sharp"
209209
],
210210
"overrides": {
211-
"next": "16.1.0-canary.21",
212-
"@next/env": "16.1.0-canary.21",
211+
"next": "16.1.6",
212+
"@next/env": "16.1.6",
213213
"drizzle-orm": "^0.44.5",
214214
"postgres": "^3.4.5"
215215
}

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"overrides": {
2929
"react": "19.2.1",
3030
"react-dom": "19.2.1",
31-
"next": "16.1.0-canary.21",
32-
"@next/env": "16.1.0-canary.21",
31+
"next": "16.1.6",
32+
"@next/env": "16.1.6",
3333
"drizzle-orm": "^0.44.5",
3434
"postgres": "^3.4.5"
3535
},
3636
"devDependencies": {
3737
"@biomejs/biome": "2.0.0-beta.5",
38-
"@next/env": "16.1.0-canary.21",
38+
"@next/env": "16.1.6",
3939
"@octokit/rest": "^21.0.0",
4040
"@tailwindcss/typography": "0.5.19",
4141
"drizzle-kit": "^0.31.4",

0 commit comments

Comments
 (0)