Skip to content

Commit

Permalink
fix: dependencies errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Aug 21, 2024
1 parent edc5fdb commit 1cf4949
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ const withMDX = createMDX({
});

const enhancedConfig =
!process.env.NODE_ENV === "production"
? MillionLint.next({ rsc: true, auto: { rsc: true } })(withMDX(config))
process.env.NODE_ENV !== "production"
? MillionLint.next({ rsc: true })(withMDX(config))
: withMDX(config);

export default enhancedConfig;
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"dependencies": {
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^2.0.12",
"@turbo/gen": "^2.0.14",
"million": "^3.1.11",
"npm-check-updates": "^17.0.6",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"turbo": "2.0.12",
"mobula-sdk": "^1.6.0",
"nuqs": "^1.17.8",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"prettier": "@realms-world/prettier-config",
"devDependencies": {
Expand Down

0 comments on commit 1cf4949

Please sign in to comment.