Skip to content

Commit f0dc8e8

Browse files
authored
fix(build): downgrade nextjs from canary to 16.0.9 (#2394)
1 parent ab30d37 commit f0dc8e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bun.lock

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

package.json

Lines changed: 2 additions & 1 deletion
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",
@@ -57,7 +58,7 @@
5758
},
5859
"devDependencies": {
5960
"@biomejs/biome": "2.0.0-beta.5",
60-
"@next/env": "16.0.9",
61+
"@next/env": "16.1.0-canary.21",
6162
"@octokit/rest": "^21.0.0",
6263
"@tailwindcss/typography": "0.5.19",
6364
"@types/nodemailer": "7.0.4",

0 commit comments

Comments
 (0)