diff --git a/next.config.js b/next.config.js index 9cd7c190..1d8a9dff 100644 --- a/next.config.js +++ b/next.config.js @@ -58,6 +58,11 @@ const buildId = Date.now().toString(); module.exports = { //output: "standalone", + eslint: { + // Warning: This allows production builds to successfully complete even if + // your project has ESLint errors. + ignoreDuringBuilds: true, + }, reactStrictMode: false, env: { BUILD_ID_ENV: buildId, diff --git a/package.json b/package.json index f02c5116..7e8c5d42 100644 --- a/package.json +++ b/package.json @@ -83,8 +83,8 @@ "redux-thunk": "^2.4.2", "sass": "1.69", "sass-loader": "13.3.2", - "swagger-ui": "^5.10.3", - "swagger-ui-react": "^5.10.3", + "swagger-ui": "^5.18.2", + "swagger-ui-react": "^5.18.2", "tslib": "^2.7.0", "typescript": "^5.3.2", "uuid": "9.0.0", @@ -93,7 +93,7 @@ }, "devDependencies": { "eslint": "^9.11.1", - "eslint-config-next": "^14.0.1", + "eslint-config-next": "^15.0.3", "eslint-plugin-jsdoc": "^48.2.3", "prisma": "^5.0.0" }