Skip to content

Commit eff685c

Browse files
committed
fix(build): downgrade nextjs from canary to 16.0.9
1 parent a5b7148 commit eff685c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/sim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
],
173173
"overrides": {
174174
"next": "16.1.0-canary.21",
175-
"@next/env": "16.1.0-canary.21",
175+
"@next/env": "16.0.9",
176176
"drizzle-orm": "^0.44.5",
177177
"postgres": "^3.4.5"
178178
}

bun.lock

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@linear/sdk": "40.0.0",
38+
"next-runtime-env": "3.3.0",
3839
"@modelcontextprotocol/sdk": "1.20.2",
3940
"@t3-oss/env-nextjs": "0.13.4",
4041
"@tanstack/react-query": "5.90.8",

0 commit comments

Comments
 (0)