Skip to content

Commit

Permalink
update i18next dps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 28, 2023
1 parent 914d0db commit 968dc4d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
16 changes: 8 additions & 8 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.7.3",
"next": "^14.0.2",
"i18next": "23.7.7",
"next": "^14.0.3",
"next-i18next": "^15.0.0",
"react": "^18.2.0",
"react-i18next": "^13.4.0",
"react-i18next": "^13.5.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint-config-next": "^14.0.2",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"eslint-config-next": "^14.0.3",
"i18next-resources-for-ts": "1.4.0",
"rimraf": "^5.0.5",
"picocolors": "^1.0.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
32 changes: 16 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 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.7.3",
"i18next": "^23.7.7",
"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.4.0",
"react-i18next": "^13.5.0",
"rimraf": "^5.0.5",
"size-limit": "^10.0.2",
"start-server-and-test": "^2.0.1",
Expand All @@ -137,9 +137,9 @@
"i18next-fs-backend": "^2.3.0"
},
"peerDependencies": {
"i18next": "^23.7.3",
"i18next": "^23.7.7",
"next": ">= 12.0.0",
"react": ">= 17.0.2",
"react-i18next": "^13.4.0"
"react-i18next": "^13.5.0"
}
}

0 comments on commit 968dc4d

Please sign in to comment.