Skip to content

Commit

Permalink
update next dev dependency to 14.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcporter44 committed Apr 21, 2024
1 parent 8a5f01c commit 93120ef
Show file tree
Hide file tree
Showing 7 changed files with 20,173 additions and 14,619 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.4.1

- Update `next` dev dependency to 14.2.2

## 5.4.0

- Add config option `noPrefix` for hiding the locale prefix in the pathname.
Expand Down
14,698 changes: 8,216 additions & 6,482 deletions examples/i18next-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/i18next-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"i18next": "^23.8.2",
"i18next-resources-to-backend": "^1.2.0",
"next": "^14.1.0",
"next": "^14.2.2",
"next-i18n-router": "file:../../",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
14,658 changes: 8,188 additions & 6,470 deletions examples/react-intl-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/react-intl-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-next": "^14.1.0",
"next": "^14.1.0",
"next": "^14.2.2",
"next-i18n-router": "file:../../",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit 93120ef

Please sign in to comment.