chore: Bumped most of the dependencies to the latest version (#229)

* Bumped Next.js to 15.
* Bumped React to 19.
* Bumped GraphQL to 16.
* Bumped styled-components to 6.
* Bumped Radix components to latest version.
* Migrated Framer Motion to new package.
* Migrated react-query to new package.
* Lots of TypeScript fixes.
* Removed FontAwesome Pro icons.
* Started fading out SWR.
* Dev Server now uses Turbopack.
This commit is contained in:
Mani
2025-01-19 02:46:18 +01:00
committed by GitHub
parent 88238966fd
commit b0724e568a
105 changed files with 6600 additions and 15351 deletions
Vendored
+7
View File
@@ -0,0 +1,7 @@
import "react";
declare module "react" {
interface CSSProperties {
[key: `--${string}`]: string | number;
}
}