Update i18n settings and upgrade dependencies in lockfile

This commit refactors the i18n settings in `i18n.settings.ts` to improve language handling. In addition, it updates the `pnpm-lock.yaml` file to upgrade the lockfile version and several package dependencies. Most notably, it integrates `tailwind-merge` and `@tanstack/react-table` into various packages.
This commit is contained in:
giancarlo
2024-04-20 13:17:38 +08:00
parent 6ff82ec5ef
commit 8281de12a0
34 changed files with 8128 additions and 6138 deletions

View File

@@ -26,7 +26,10 @@
"dependencies": {
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"stripe": "^15.2.0"
"@tanstack/react-table": "^8.16.0",
"next": "14.3.0-canary.7",
"stripe": "^15.2.0",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@kit/billing": "workspace:^",