Update next-intl (and other packages), internationalize URLs

This commit is contained in:
Timothy Armes
2023-10-10 19:48:13 +02:00
committed by Owen Rees
parent 44bfe17c8f
commit effb912641
32 changed files with 902 additions and 939 deletions
+7 -6
View File
@@ -22,9 +22,9 @@
"@trpc/client": "^10.38.1",
"@trpc/react-query": "^10.38.1",
"@trpc/server": "^10.38.1",
"@types/node": "20.6.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"autoprefixer": "10.4.15",
"date-fns": "^2.30.0",
"jotai": "^2.2.2",
@@ -35,7 +35,7 @@
"lodash": "^4.17.21",
"mongodb": "^6.1.0",
"next": "^13.4.12",
"next-intl": "^3.0.0-beta.16",
"next-intl": "3.0.0-rc.4",
"next-pwa": "^5.6.0",
"nodemailer": "^6.9.4",
"postcss": "8.4.28",
@@ -53,10 +53,11 @@
"superjson": "^1.13.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
"typescript": "5.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@swc-jotai/react-refresh": "^0.0.8",
"@swc-jotai/react-refresh": "^0.1.0",
"@tailwindcss/forms": "^0.5.4",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",