diff --git a/client/next.config.js b/client/next.config.js index 72ccbee..eda88d1 100644 --- a/client/next.config.js +++ b/client/next.config.js @@ -1,9 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - reactStrictMode: true, - experimental: { - appDir: true - } + reactStrictMode: true }; module.exports = nextConfig; diff --git a/client/package.json b/client/package.json index 954537b..02b2c15 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tabler/icons-react": "^2.17.0", "chess.js": "^1.0.0-beta.5", - "next": "13.3.4", + "next": "13.4.0", "react": "18.2.0", "react-chessboard": "^2.1.3", "react-dom": "18.2.0", @@ -20,8 +20,8 @@ "devDependencies": { "@chessu/types": "*", "@types/node": "18.16.3", - "@types/react": "18.2.0", - "@types/react-dom": "18.2.1", + "@types/react": "18.2.5", + "@types/react-dom": "18.2.3", "autoprefixer": "^10.4.14", "daisyui": "^2.51.6", "postcss": "^8.4.23", diff --git a/package.json b/package.json index c2f55ef..93e3772 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "concurrently": "^8.0.1", "eslint": "^8.39.0", - "eslint-config-next": "13.3.4", + "eslint-config-next": "13.4.0", "eslint-config-prettier": "^8.8.0", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.2.8"