Skip to content

Commit

Permalink
fix header in example and update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jun 20, 2024
1 parent f538504 commit f51527d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/simple/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export const Header: FC<Props> = ({ heading, title }) => (
<h1>{heading}</h1>
<Link className="github" href="//github.com/i18next/next-i18next">
<i className="typcn typcn-social-github-circular" />
</a>
</Link>
</>
)
22 changes: 11 additions & 11 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.11.2",
"next": "^14.2.1",
"i18next": "23.11.5",
"next": "^14.2.4",
"next-i18next": "^15.3.0",
"react": "^18.2.0",
"react-i18next": "^14.1.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-i18next": "^14.1.2",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"eslint-config-next": "^14.2.1",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-next": "^14.2.4",
"i18next-resources-for-ts": "1.5.0",
"rimraf": "^5.0.5",
"picocolors": "^1.0.0",
"rimraf": "^5.0.7",
"picocolors": "^1.0.1",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"clean": "rimraf .next out"
},
"dependencies": {
"i18next": "23.11.2",
"next": "14.2.1",
"i18next": "23.11.5",
"next": "14.2.4",
"next-i18next": "^15.3.0",
"next-language-detector": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2"
},
"devDependencies": {
"eslint-config-next": "14.2.1",
"eslint-config-next": "14.2.4",
"http-server": "14.1.1",
"locize-cli": "8.0.1",
"rimraf": "^5.0.5"
"rimraf": "^5.0.7"
}
}

0 comments on commit f51527d

Please sign in to comment.