diff --git a/apps/nextjs/next.config.js b/apps/nextjs/next.config.js index 3a4d56cc..e8ab8047 100644 --- a/apps/nextjs/next.config.js +++ b/apps/nextjs/next.config.js @@ -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; diff --git a/bun.lockb b/bun.lockb index 71129158..be0b9bc9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2ff9efb1..c9de6828 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "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", @@ -39,7 +39,7 @@ "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": {