Skip to content

Commit f833422

Browse files
committed
fix: build error
1 parent a88719b commit f833422

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"packageManager": "bun@1.0.14",
2525
"dependencies": {
2626
"axios": "^1.7.2",
27-
"nextjs-toploader": "^1.6.4"
28-
27+
"nanoid": "latest",
28+
"next": "latest",
29+
"nextjs-toploader": "^1.6.4",
30+
"postcss": "latest"
2931
}
3032
}

0 commit comments

Comments
 (0)