Skip to content

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Jul 17, 2024
1 parent 23a7491 commit bae2b9c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 26 deletions.
2 changes: 1 addition & 1 deletion next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = {
i18n: {
locales: ['en', 'es'],
defaultLocale: 'en',
localePath: path.resolve('./public/static/locales')
},
localePath: typeof window === 'undefined' ? path.resolve('./public/locales') : '/locales',
};
1 change: 0 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const nextConfig = {
locales: ['en', 'es'],
defaultLocale: 'en',
},
outputFileTracing: true
};

export default nextConfig;
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@
"@next/eslint-plugin-next": "14.1.3",
"@rainbow-me/rainbowkit": "2.0.2",
"@tanstack/react-query": "5.28.0",
"i18next": "23.12.1",
"i18next": "23.7.6",
"next": "14.1.3",
"next-i18next": "15.3.0",
"next-i18next": "15.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "14.0.0",
"react-router-dom": "6.15.0",
"viem": "2.8.6",
"wagmi": "2.5.7"
Expand Down
46 changes: 24 additions & 22 deletions pnpm-lock.yaml

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

0 comments on commit bae2b9c

Please sign in to comment.