Skip to content

Commit

Permalink
docs: update plugin deps in examples (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Jun 27, 2023
1 parent 01eecab commit aed6aab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"react-dom": "link:../../node_modules/react-dom"
},
"devDependencies": {
"next-translate-plugin": "2.4.1"
"next-translate-plugin": "2.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/complex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@next/bundle-analyzer": "13.4.7",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"next-translate-plugin": "2.4.1",
"next-translate-plugin": "2.4.3",
"typescript": "5.1.3"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-app-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@next/bundle-analyzer": "13.4.6",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"next-translate-plugin": "2.4.1",
"next-translate-plugin": "2.4.3",
"typescript": "5.1.3"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-translate",
"version": "2.4.2",
"version": "2.4.3",
"description": "Tiny and powerful i18n tools (Next plugin + API) to translate your Next.js pages.",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit aed6aab

Please sign in to comment.