Skip to content

Commit

Permalink
update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 1, 2023
1 parent be60440 commit ee746ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"dependencies": {
"i18next": "23.6.0",
"next": "^14.0.1",
"next-i18next": "^14.0.3",
"next-i18next": "^15.0.0",
"react": "^18.2.0",
"react-i18next": "^13.3.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/node": "^20.8.10",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"eslint-config-next": "^14.0.1",
"i18next-resources-for-ts": "1.3.3",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"picocolors": "^1.0.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
6 changes: 3 additions & 3 deletions examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"i18next": "23.6.0",
"next": "14.0.1",
"next-i18next": "^14.0.3",
"next-i18next": "^15.0.0",
"next-language-detector": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"eslint-config-next": "14.0.1",
"http-server": "14.1.1",
"locize-cli": "7.14.8",
"rimraf": "^5.0.1"
"locize-cli": "7.14.11",
"rimraf": "^5.0.5"
}
}

0 comments on commit ee746ef

Please sign in to comment.