Skip to content

Commit

Permalink
chore(ui): update dependency next-i18next to v13 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Nov 22, 2022
2 parents 3650b75 + 9231b83 commit 001b1ea
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 58 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Expand Up @@ -31,7 +31,7 @@
"i18next": "22.0.6",
"next": "13.0.5-canary.2",
"next-auth": "4.17.0",
"next-i18next": "12.1.0",
"next-i18next": "13.0.0",
"next-transpile-modules": "10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@weareinreach/eslint-config": "0.100.0",
"next-i18next": "12.1.0",
"next-i18next": "13.0.0",
"typescript": "4.9.3"
},
"packageManager": "pnpm@7.17.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Expand Up @@ -88,7 +88,7 @@
"i18next-http-backend": "2.0.1",
"merge-anything": "5.1.3",
"next-auth": "4.17.0",
"next-i18next": "12.1.0",
"next-i18next": "13.0.0",
"postcss-loader": "7.0.1",
"react": "18.2.0",
"react-docgen-typescript": "2.2.2",
Expand All @@ -113,7 +113,7 @@
"@babel/core": "^7.20.2",
"i18next": "^22",
"next-auth": "^4",
"next-i18next": "^12",
"next-i18next": "^12 || ^13.0.0",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^12"
Expand Down
82 changes: 28 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 001b1ea

Please sign in to comment.