No locale detection

This commit is contained in:
Henrik Larsson
2023-08-11 07:52:46 +02:00
parent 9f22cedeea
commit a7efbf8fc3
4 changed files with 30 additions and 19 deletions

View File

@@ -20,7 +20,6 @@
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@next/bundle-analyzer": "^13.4.3",
"@portabletext/react": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.4",
@@ -53,6 +52,7 @@
"tailwindcss-animate": "^1.0.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.13",
"@playwright/test": "^1.34.1",
"@tailwindcss/typography": "^0.5.9",
"@types/negotiator": "^0.6.1",
@@ -61,6 +61,7 @@
"@types/react-dom": "18.2.7",
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.3",
"eslint-config-prettier": "^8.8.0",