Skip to content

Commit

Permalink
update i18next deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 12, 2023
1 parent 76de3bd commit fc60f78
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
16 changes: 8 additions & 8 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.6.0",
"next": "^14.0.1",
"i18next": "23.7.3",
"next": "^14.0.2",
"next-i18next": "^15.0.0",
"react": "^18.2.0",
"react-i18next": "^13.3.1",
"react-i18next": "^13.4.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@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",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint-config-next": "^14.0.2",
"i18next-resources-for-ts": "1.4.0",
"rimraf": "^5.0.5",
"picocolors": "^1.0.0",
"typescript": "^5.2.2"
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"gh-release": "7.0.2",
"husky": "^8.0.3",
"i18next": "^23.6.0",
"i18next": "^23.7.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next": "^14.0.1",
"npm-run-all": "^4.1.5",
"prettier": "3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"react-i18next": "^13.4.0",
"rimraf": "^5.0.5",
"size-limit": "^10.0.2",
"start-server-and-test": "^2.0.1",
Expand All @@ -134,12 +134,12 @@
"@types/hoist-non-react-statics": "^3.3.4",
"core-js": "^3",
"hoist-non-react-statics": "^3.3.2",
"i18next-fs-backend": "^2.2.0"
"i18next-fs-backend": "^2.3.0"
},
"peerDependencies": {
"i18next": "^23.6.0",
"i18next": "^23.7.3",
"next": ">= 12.0.0",
"react": ">= 17.0.2",
"react-i18next": "^13.3.1"
"react-i18next": "^13.4.0"
}
}

0 comments on commit fc60f78

Please sign in to comment.