next.js v13.4, stable app router
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
appDir: true
|
||||
}
|
||||
reactStrictMode: true
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user