Skip to content

Commit

Permalink
chore(ui): update dependency react-i18next to v14
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent e1c6a91 commit cd5fd8c
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"react-hook-consent": "3.5.2",
"react-hook-form": "7.49.2",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "13.5.0",
"react-i18next": "14.0.0",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0"
"react-i18next": "14.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"react-hook-form": "7.49.2",
"react-hook-form-mantine": "2.0.0",
"react-hook-tracer": "1.4.0",
"react-i18next": "13.5.0",
"react-i18next": "14.0.0",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
"storybook": "7.6.6",
Expand Down Expand Up @@ -206,7 +206,7 @@
"react-error-boundary": "^4",
"react-hook-form": "^7.45.4",
"react-hook-form-mantine": "^2.0.0",
"react-i18next": "^13.0.0"
"react-i18next": "^13.0.0 || ^14.0.0"
},
"msw": {
"workerDirectory": "public"
Expand Down
56 changes: 48 additions & 8 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 cd5fd8c

Please sign in to comment.