Dependencies: Updated packages, run linter autofix (#84)
This commit is contained in:
committed by
GitHub
parent
5cc936b982
commit
8e051664b8
@@ -13,7 +13,7 @@
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.49.0",
|
||||
"@types/node": "^22.9.1",
|
||||
"@types/node": "^22.10.0",
|
||||
"node-html-parser": "^6.1.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ export function TeamAccountNavigationMenu(props: {
|
||||
</BorderedNavigationMenu>
|
||||
</div>
|
||||
|
||||
<div className={'flex justify-end space-x-2.5 items-center'}>
|
||||
<div className={'flex items-center justify-end space-x-2.5'}>
|
||||
<TeamAccountNotifications accountId={account.id} userId={user.id} />
|
||||
|
||||
<TeamAccountAccountsSelector
|
||||
@@ -62,7 +62,11 @@ export function TeamAccountNavigationMenu(props: {
|
||||
/>
|
||||
|
||||
<div>
|
||||
<ProfileAccountDropdownContainer user={user} account={account} showProfileName={false} />
|
||||
<ProfileAccountDropdownContainer
|
||||
user={user}
|
||||
account={account}
|
||||
showProfileName={false}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,8 +19,7 @@ const FeatureFlagsSchema = z.object({
|
||||
}),
|
||||
enableTeamAccounts: z.boolean({
|
||||
description: 'Enable team accounts.',
|
||||
required_error:
|
||||
'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS',
|
||||
required_error: 'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS',
|
||||
}),
|
||||
enableTeamCreation: z.boolean({
|
||||
description: 'Enable team creation.',
|
||||
|
||||
@@ -56,10 +56,10 @@
|
||||
"@marsidev/react-turnstile": "^1.1.0",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "^2.46.1",
|
||||
"@tanstack/react-query": "5.61.0",
|
||||
"@tanstack/react-query": "5.61.3",
|
||||
"@tanstack/react-table": "^8.20.5",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.460.0",
|
||||
"lucide-react": "^0.461.0",
|
||||
"next": "15.0.3",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.3",
|
||||
@@ -79,11 +79,11 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.0.3",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.9.1",
|
||||
"@types/node": "^22.10.0",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
|
||||
"dotenv-cli": "^7.4.4",
|
||||
"eslint": "^8.57.0",
|
||||
"import-in-the-middle": "1.11.2",
|
||||
@@ -92,7 +92,7 @@
|
||||
"require-in-the-middle": "7.4.0",
|
||||
"supabase": "^1.223.10",
|
||||
"tailwindcss": "3.4.15",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
||||
Reference in New Issue
Block a user