-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Replace deprecated React types, remove unnecessary imports #72
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
42349ef
build: Update dependencies
ZeroWave022 25b88f0
fix: ElementRef is deprecated, replace with ComponentRef
ZeroWave022 fcb0105
refactor: Do not import all of React in components
ZeroWave022 688df83
build: Remove eslint from deps
ZeroWave022 56de3fe
build: Add @oslojs/oauth2
ZeroWave022 a48390e
build: Pin lucia to 3.2.0
ZeroWave022 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,65 +19,65 @@ | |
"s3:start": "docker-compose up s3" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-s3": "^3.637.0", | ||
"@aws-sdk/client-s3": "^3.679.0", | ||
"@lucia-auth/adapter-drizzle": "^1.1.0", | ||
"@radix-ui/react-avatar": "^1.1.0", | ||
"@radix-ui/react-dialog": "^1.1.1", | ||
"@radix-ui/react-dropdown-menu": "^2.1.1", | ||
"@radix-ui/react-avatar": "^1.1.1", | ||
"@radix-ui/react-dialog": "^1.1.2", | ||
"@radix-ui/react-dropdown-menu": "^2.1.2", | ||
"@radix-ui/react-label": "^2.1.0", | ||
"@radix-ui/react-popover": "^1.1.1", | ||
"@radix-ui/react-popover": "^1.1.2", | ||
"@radix-ui/react-scroll-area": "^1.2.0", | ||
"@radix-ui/react-select": "^2.1.1", | ||
"@radix-ui/react-select": "^2.1.2", | ||
"@radix-ui/react-separator": "^1.1.0", | ||
"@radix-ui/react-slot": "^1.1.0", | ||
"@radix-ui/react-tooltip": "^1.1.1", | ||
"@radix-ui/react-tooltip": "^1.1.3", | ||
"@t3-oss/env-nextjs": "^0.10.1", | ||
"@tanstack/react-form": "^0.34.1", | ||
"@tanstack/react-query": "^5.53.1", | ||
"@tanstack/react-query": "^5.59.16", | ||
"@tanstack/zod-form-adapter": "^0.34.1", | ||
"@trpc/client": "^11.0.0-rc.490", | ||
"@trpc/react-query": "^11.0.0-rc.490", | ||
"@trpc/server": "^11.0.0-rc.490", | ||
"@trpc/client": "^11.0.0-rc.599", | ||
"@trpc/react-query": "^11.0.0-rc.599", | ||
"@trpc/server": "^11.0.0-rc.599", | ||
"cmdk": "1.0.0", | ||
"country-flag-icons": "^1.5.12", | ||
"country-flag-icons": "^1.5.13", | ||
"cva": "^1.0.0-beta.1", | ||
"date-fns": "^4.1.0", | ||
"drizzle-orm": "^0.33.0", | ||
"lucia": "^3.2.0", | ||
"lucia": "^3.2.2", | ||
"lucide-react": "^0.396.0", | ||
"next": "15.0.1", | ||
"next": "^15.0.2-canary.9", | ||
"next-intl": "^3.23.5", | ||
"next-themes": "1.0.0-beta.0", | ||
"nuqs": "^2.0.4", | ||
"postgres": "^3.4.4", | ||
"react": "19.0.0-rc-69d4b800-20241021", | ||
"react-day-picker": "^9.1.4", | ||
"react-dom": "19.0.0-rc-69d4b800-20241021", | ||
"postgres": "^3.4.5", | ||
"react": "^19.0.0-rc-fb9a90fa48-20240614", | ||
"react-day-picker": "^9.2.1", | ||
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614", | ||
"reading-time": "^1.5.0", | ||
"superjson": "^2.2.1", | ||
"tailwind-merge": "^2.5.2", | ||
"tailwind-merge": "^2.5.4", | ||
"vaul": "^1.1.0", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.9.1", | ||
"@biomejs/biome": "^1.9.4", | ||
"@fluid-tailwind/tailwind-merge": "^0.0.2", | ||
"@types/bun": "^1.1.12", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"autoprefixer": "^10.4.20", | ||
"client-only": "^0.0.1", | ||
"cross-env": "^7.0.3", | ||
"drizzle-kit": "^0.24.1", | ||
"drizzle-kit": "^0.24.2", | ||
"fluid-tailwind": "^1.0.3", | ||
"lefthook": "^1.7.14", | ||
"postcss": "^8.4.38", | ||
"lefthook": "^1.8.1", | ||
"postcss": "^8.4.47", | ||
"server-only": "^0.0.1", | ||
"tailwind-scrollbar": "^3.1.0", | ||
"tailwindcss": "^3.4.4", | ||
"tailwindcss": "^3.4.14", | ||
"tailwindcss-animate": "^1.0.7", | ||
"tailwindcss-radix": "^3.0.5", | ||
"typescript": "^5.5.0" | ||
"typescript": "^5.6.3" | ||
}, | ||
"overrides": { | ||
"@types/react": "npm:[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont use canary version for next use the stable version. React uses release candidate because it is required in the stable Next15 version