Skip to content

Commit

Permalink
update i18next deps in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jul 30, 2024
1 parent aa0a29d commit 7a4ce81
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/auto-static-optimize/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Header: FC<Props> = ({ heading, title }) => (
<hr />
</h2>
<h1>{heading}</h1>
<a className="github" href="//github.com/i18next/next-i18next">
<a className="github" href="https://github.com/i18next/next-i18next">
<i className="typcn typcn-social-github-circular" />
</a>
</>
Expand Down
8 changes: 4 additions & 4 deletions examples/auto-static-optimize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.11.2",
"i18next": "23.12.2",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.5.0",
"i18next-http-backend": "^2.5.2",
"i18next-localstorage-backend": "^4.2.0",
"next": "^14.2.1",
"next-i18next": "^15.3.0",
"next-i18next": "^15.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0"
"react-i18next": "^15.0.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Header: FC<Props> = ({ heading, title }) => (
<hr />
</h2>
<h1>{heading}</h1>
<Link className="github" href="//github.com/i18next/next-i18next">
<Link className="github" href="https://github.com/i18next/next-i18next">
<i className="typcn typcn-social-github-circular" />
</Link>
</>
Expand Down
6 changes: 3 additions & 3 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.11.5",
"i18next": "23.12.2",
"next": "^14.2.4",
"next-i18next": "^15.3.0",
"next-i18next": "^15.3.1",
"react": "^18.3.1",
"react-i18next": "^14.1.2",
"react-i18next": "^15.0.0",
"react-dom": "^18.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ssg/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Header = ({ heading, title }) => (
<h1>{heading}</h1>
<a
className="github"
href="//github.com/i18next/next-language-detector"
href="https://github.com/i18next/next-language-detector"
>
<i className="typcn typcn-social-github-circular" />
</a>
Expand Down
6 changes: 3 additions & 3 deletions examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"clean": "rimraf .next out"
},
"dependencies": {
"i18next": "23.11.5",
"i18next": "23.12.2",
"next": "14.2.4",
"next-i18next": "^15.3.0",
"next-i18next": "^15.3.1",
"next-language-detector": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2"
"react-i18next": "^15.0.0"
},
"devDependencies": {
"eslint-config-next": "14.2.4",
Expand Down

0 comments on commit 7a4ce81

Please sign in to comment.