Skip to content

Commit f5ed7b2

Browse files
committed
docs: remove react version in the README file
1 parent 63f87fe commit f5ed7b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .github/workflows/crowdin.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
name: Synchronize with Crowdin
1313
runs-on: ubuntu-latest
1414

15+
permissions:
16+
contents: write # to be able to publish a GitHub release
17+
issues: write # to be able to comment on released issues
18+
pull-requests: write # to be able to comment on released pull requests
19+
1520
steps:
1621
- uses: actions/checkout@v4
1722

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Developer experience first, extremely flexible code structure and only keep what
109109
-[Next.js](https://nextjs.org) with App Router support
110110
- 🔥 Type checking [TypeScript](https://www.typescriptlang.org)
111111
- 💎 Integrate with [Tailwind CSS](https://tailwindcss.com) and Shadcn UI
112-
- ✅ Strict Mode for TypeScript and [React 18](https://react.dev)
112+
- ✅ Strict Mode for TypeScript and [React](https://react.dev)
113113
- 🔒 Authentication with [Clerk](https://go.clerk.com/zGlzydF): Sign up, Sign in, Sign out, Forgot password, Reset password, and more.
114114
- 👤 Passwordless Authentication with Magic Links, Multi-Factor Auth (MFA), Social Auth (Google, Facebook, Twitter, GitHub, Apple, and more), Passwordless login with Passkeys, User Impersonation
115115
- 👥 Multi-tenancy & team support: create, switch, update organization and invite team members

0 commit comments

Comments
 (0)