next.js v13.4, stable app router

This commit is contained in:
Nathaniel Tampus
2023-05-05 16:44:44 +08:00
parent 970989579b
commit 43bd4f71cd
3 changed files with 5 additions and 8 deletions

View File

@@ -1,9 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true
experimental: {
appDir: true
}
}; };
module.exports = nextConfig; module.exports = nextConfig;

View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@tabler/icons-react": "^2.17.0", "@tabler/icons-react": "^2.17.0",
"chess.js": "^1.0.0-beta.5", "chess.js": "^1.0.0-beta.5",
"next": "13.3.4", "next": "13.4.0",
"react": "18.2.0", "react": "18.2.0",
"react-chessboard": "^2.1.3", "react-chessboard": "^2.1.3",
"react-dom": "18.2.0", "react-dom": "18.2.0",
@@ -20,8 +20,8 @@
"devDependencies": { "devDependencies": {
"@chessu/types": "*", "@chessu/types": "*",
"@types/node": "18.16.3", "@types/node": "18.16.3",
"@types/react": "18.2.0", "@types/react": "18.2.5",
"@types/react-dom": "18.2.1", "@types/react-dom": "18.2.3",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"daisyui": "^2.51.6", "daisyui": "^2.51.6",
"postcss": "^8.4.23", "postcss": "^8.4.23",

View File

@@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"concurrently": "^8.0.1", "concurrently": "^8.0.1",
"eslint": "^8.39.0", "eslint": "^8.39.0",
"eslint-config-next": "13.3.4", "eslint-config-next": "13.4.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8" "prettier-plugin-tailwindcss": "^0.2.8"