Update next-themes version and refactored filename

The commit includes updating the version of 'next-themes' from 0.2.1 to 0.3.0. Also, it refactors the filename in 'packages/i18n/package.json' from 'I18nProvider.tsx' to 'i18n-provider.tsx' following better naming convention and readability. It consolidates a few other version changes in 'pnpm-lock.yaml' to maintain the package dependencies updated and correct.
This commit is contained in:
giancarlo
2024-03-28 22:28:09 +08:00
parent d46cf60556
commit c92e65b1ec
4 changed files with 20 additions and 51 deletions

View File

@@ -44,7 +44,7 @@
"next": "14.2.0-canary.46",
"next-contentlayer": "0.3.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"next-themes": "0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.2",