Skip to content

Commit

Permalink
update deps for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 2, 2024
1 parent ed39a2d commit 5a0fe99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions examples/simple/package.json
Expand Up @@ -15,18 +15,18 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.7.8",
"next": "^14.0.3",
"next-i18next": "^15.1.1",
"i18next": "23.7.13",
"next": "^14.0.4",
"next-i18next": "^15.1.2",
"react": "^18.2.0",
"react-i18next": "^13.5.0",
"react-i18next": "^14.0.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"eslint-config-next": "^14.0.3",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint-config-next": "^14.0.4",
"i18next-resources-for-ts": "1.4.0",
"rimraf": "^5.0.5",
"picocolors": "^1.0.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/ssg/package.json
Expand Up @@ -16,18 +16,18 @@
"clean": "rimraf .next out"
},
"dependencies": {
"i18next": "23.7.8",
"next": "14.0.3",
"next-i18next": "^15.1.1",
"i18next": "23.7.13",
"next": "14.0.4",
"next-i18next": "^15.1.2",
"next-language-detector": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0"
"react-i18next": "^14.0.0"
},
"devDependencies": {
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.0.4",
"http-server": "14.1.1",
"locize-cli": "7.14.14",
"locize-cli": "7.15.1",
"rimraf": "^5.0.5"
}
}

0 comments on commit 5a0fe99

Please sign in to comment.