Update dependency versions across multiple packages

A broad range of dependency versions have been updated in numerous packages. This includes updates to major libraries such as supabase-js, react, i18next and multiple typescript definitions. The version specifier has been standardized for some packages to maintain consistency.
This commit is contained in:
giancarlo
2024-04-13 02:13:11 +08:00
parent bb608f5312
commit f6800d3763
26 changed files with 1280 additions and 1414 deletions

View File

@@ -20,6 +20,7 @@
"lint:fix": "turbo lint --cache-dir=.turbo --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
"typecheck": "turbo typecheck --cache-dir=.turbo",
"test": "turbo test --cache-dir=.turbo",
"update": "pnpm update -r",
"supabase:web:start": "pnpm --filter web supabase:start",
"supabase:web:stop": "pnpm --filter web supabase:stop",
"supabase:web:typegen": "pnpm --filter web supabase:typegen",
@@ -40,7 +41,7 @@
"pnpm": "^8.15.6",
"prettier": "^3.2.5",
"turbo": "^1.13.2",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"yarn": "^1.22.22"
}
}