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

@@ -13,7 +13,7 @@
"./server": "./src/i18n.server.ts",
"./client": "./src/i18n.client.ts",
"./cookie": "./src/get-language-cookie.ts",
"./provider": "./src/I18nProvider.tsx"
"./provider": "./src/i18n-provider.tsx"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",