@clerk/react 6.10.3-snapshot.v20260618135925 → 6.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ClerkProvider-BYca2Msb.cjs → ClerkProvider-BEV_GqdA.cjs} +2 -2
- package/dist/{ClerkProvider-BYca2Msb.cjs.map → ClerkProvider-BEV_GqdA.cjs.map} +1 -1
- package/dist/{ClerkProvider-ChdNcp38.mjs → ClerkProvider-DhVTx-jr.mjs} +2 -2
- package/dist/{ClerkProvider-ChdNcp38.mjs.map → ClerkProvider-DhVTx-jr.mjs.map} +1 -1
- package/dist/experimental.d.cts +1 -1
- package/dist/experimental.d.mts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/internal.cjs +1 -1
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.mts +2 -2
- package/dist/internal.mjs +1 -1
- package/dist/{types-DbGGucdv.d.mts → types-CLmOfOIQ.d.mts} +7 -9
- package/dist/{types-UA5O1wO1.d.cts → types-HsiBU-zh.d.cts} +7 -9
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/{useAuth-CvmTrQML.d.mts → useAuth-BJdZajjE.d.mts} +2 -2
- package/dist/{useAuth-Ddmqlg2P.d.cts → useAuth-Byd83hkL.d.cts} +2 -2
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as Theme, a as OrganizationProfileLinkProps, d as Ui, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, m as UserProfileLinkProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-
|
|
2
|
-
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, g as ShowProps, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as useAuth, u as RedirectToOrganizationProfile } from "./useAuth-
|
|
1
|
+
import { _ as Theme, a as OrganizationProfileLinkProps, d as Ui, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, m as UserProfileLinkProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-HsiBU-zh.cjs";
|
|
2
|
+
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, g as ShowProps, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as useAuth, u as RedirectToOrganizationProfile } from "./useAuth-Byd83hkL.cjs";
|
|
3
3
|
import { APIKeysProps, BrowserClerk, BrowserClerkConstructor, ClerkProp, CreateEmailLinkFlowReturn, CreateOrganizationProps, EmailAddressResource, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, IsomorphicClerkOptions, OrganizationListProps, OrganizationProfileProps, OrganizationSwitcherProps, SetActiveNavigate, SignInButtonProps, SignInProps, SignInResource, SignInSignalValue, SignInStartEmailLinkFlowParams, SignOutOptions, SignUpButtonProps, SignUpProps, SignUpResource, SignUpSignalValue, StartEmailLinkFlowParams, TaskChooseOrganizationProps, TaskResetPasswordProps, TaskSetupMFAProps, UserAvatarProps, UserButtonProps, UserProfileProps, WaitlistProps, WaitlistSignalValue, Without } from "@clerk/shared/types";
|
|
4
4
|
import React, { PropsWithChildren, ReactNode } from "react";
|
|
5
5
|
import { UNSAFE_PortalProvider, __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useAPIKeys, useClerk, useOAuthConsent, useOrganization, useOrganizationCreationDefaults, useOrganizationList, useReverification, useSession, useSessionList, useUser } from "@clerk/shared/react";
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as Theme, a as OrganizationProfileLinkProps, d as Ui, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, m as UserProfileLinkProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-
|
|
2
|
-
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, g as ShowProps, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as useAuth, u as RedirectToOrganizationProfile } from "./useAuth-
|
|
1
|
+
import { _ as Theme, a as OrganizationProfileLinkProps, d as Ui, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, m as UserProfileLinkProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-CLmOfOIQ.mjs";
|
|
2
|
+
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, g as ShowProps, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as useAuth, u as RedirectToOrganizationProfile } from "./useAuth-BJdZajjE.mjs";
|
|
3
3
|
import React, { PropsWithChildren, ReactNode } from "react";
|
|
4
4
|
import { UNSAFE_PortalProvider, __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useAPIKeys, useClerk, useOAuthConsent, useOrganization, useOrganizationCreationDefaults, useOrganizationList, useReverification, useSession, useSessionList, useUser } from "@clerk/shared/react";
|
|
5
5
|
import { getToken } from "@clerk/shared/getToken";
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as setErrorThrowerOptions } from "./useAssertWrappedByClerkProvider-GaNwZpWo.mjs";
|
|
2
2
|
import { A as SignIn, C as CreateOrganization, D as OrganizationProfile, E as OrganizationList, F as UserAvatar, G as safeExecute, I as UserButton, L as UserProfile, M as TaskChooseOrganization, N as TaskResetPassword, O as OrganizationSwitcher, P as TaskSetupMFA, R as Waitlist, S as APIKeys, T as OAuthConsent, U as assertSingleChild, W as normalizeWithDefaultValue, _ as useSignUp, a as __experimental_usePaymentElement, b as useAuth, c as useOAuthConsent, d as useOrganizationList, f as useReverification, g as useSignIn, h as useUser, i as __experimental_useCheckout, j as SignUp, k as PricingTable, l as useOrganization, m as useSessionList, n as __experimental_PaymentElement, o as useAPIKeys, p as useSession, r as __experimental_PaymentElementProvider, s as useClerk, t as __experimental_CheckoutProvider, u as useOrganizationCreationDefaults, v as useWaitlist, w as GoogleOneTap, y as useEmailLink, z as withClerk } from "./hooks-BiY5Zgpp.mjs";
|
|
3
|
-
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as ClerkProvider, u as RedirectToOrganizationProfile } from "./ClerkProvider-
|
|
3
|
+
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as ClerkProvider, u as RedirectToOrganizationProfile } from "./ClerkProvider-DhVTx-jr.mjs";
|
|
4
4
|
import * as react from "react";
|
|
5
5
|
import React, { useEffect, useRef } from "react";
|
|
6
6
|
import * as reactDom from "react-dom";
|
package/dist/internal.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_hooks = require('./hooks-CBghYU21.cjs');
|
|
3
3
|
const require_useAssertWrappedByClerkProvider = require('./useAssertWrappedByClerkProvider-Cm0djUcB.cjs');
|
|
4
|
-
const require_ClerkProvider = require('./ClerkProvider-
|
|
4
|
+
const require_ClerkProvider = require('./ClerkProvider-BEV_GqdA.cjs');
|
|
5
5
|
let _clerk_shared_loadClerkJsScript = require("@clerk/shared/loadClerkJsScript");
|
|
6
6
|
let _clerk_shared_react = require("@clerk/shared/react");
|
|
7
7
|
let _clerk_shared_keys = require("@clerk/shared/keys");
|
package/dist/internal.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as Ui, g as WithClerkProp, t as ClerkProviderProps } from "./types-
|
|
2
|
-
import { c as MultisessionAppSupport, n as useDerivedAuth } from "./useAuth-
|
|
1
|
+
import { d as Ui, g as WithClerkProp, t as ClerkProviderProps } from "./types-HsiBU-zh.cjs";
|
|
2
|
+
import { c as MultisessionAppSupport, n as useDerivedAuth } from "./useAuth-Byd83hkL.cjs";
|
|
3
3
|
import { ErrorThrowerOptions } from "@clerk/shared/error";
|
|
4
4
|
import { InternalClerkScriptProps, InternalClerkScriptProps as InternalClerkScriptProps$1, RoutingOptions } from "@clerk/shared/types";
|
|
5
5
|
import React from "react";
|
package/dist/internal.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as Ui, g as WithClerkProp, t as ClerkProviderProps } from "./types-
|
|
2
|
-
import { c as MultisessionAppSupport, n as useDerivedAuth } from "./useAuth-
|
|
1
|
+
import { d as Ui, g as WithClerkProp, t as ClerkProviderProps } from "./types-CLmOfOIQ.mjs";
|
|
2
|
+
import { c as MultisessionAppSupport, n as useDerivedAuth } from "./useAuth-BJdZajjE.mjs";
|
|
3
3
|
import React from "react";
|
|
4
4
|
import { buildClerkJSScriptAttributes, buildClerkJsScriptAttributes, buildClerkUIScriptAttributes, clerkJSScriptUrl, clerkJsScriptUrl, clerkUIScriptUrl, setClerkJSLoadingErrorPackageName, setClerkJsLoadingErrorPackageName } from "@clerk/shared/loadClerkJsScript";
|
|
5
5
|
import { ErrorThrowerOptions } from "@clerk/shared/error";
|
package/dist/internal.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as setErrorThrowerOptions, r as errorThrower } from "./useAssertWrappedByClerkProvider-GaNwZpWo.mjs";
|
|
2
2
|
import { J as noPathProvidedError, K as incompatibleRoutingWithPathProvidedError, T as OAuthConsent$1, x as useDerivedAuth } from "./hooks-BiY5Zgpp.mjs";
|
|
3
|
-
import { c as MultisessionAppSupport, n as IS_REACT_SHARED_VARIANT_COMPATIBLE, t as ClerkProvider } from "./ClerkProvider-
|
|
3
|
+
import { c as MultisessionAppSupport, n as IS_REACT_SHARED_VARIANT_COMPATIBLE, t as ClerkProvider } from "./ClerkProvider-DhVTx-jr.mjs";
|
|
4
4
|
import { buildClerkJSScriptAttributes, buildClerkJsScriptAttributes, buildClerkUIScriptAttributes, clerkJSScriptUrl, clerkJsScriptUrl, clerkUIScriptUrl, setClerkJSLoadingErrorPackageName, setClerkJsLoadingErrorPackageName } from "@clerk/shared/loadClerkJsScript";
|
|
5
5
|
import { useOAuthConsent as useOAuthConsent$1 } from "@clerk/shared/react";
|
|
6
6
|
import { publishableKeyFromHost } from "@clerk/shared/keys";
|
|
@@ -10389,14 +10389,12 @@ type ElementsConfig = {
|
|
|
10389
10389
|
configureSSOTestRunHowToFixDocsLink: WithOptions;
|
|
10390
10390
|
configureSSOTestRunParsedUserInfo: WithOptions;
|
|
10391
10391
|
configureSSOTestError: WithOptions;
|
|
10392
|
-
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
configureSSOConfirmationReconfigureButton: WithOptions;
|
|
10399
|
-
configureSSOConfirmationResetButton: WithOptions;
|
|
10392
|
+
configureSSOActivate: WithOptions;
|
|
10393
|
+
configureSSOActivateIcon: WithOptions;
|
|
10394
|
+
configureSSOActivateTitle: WithOptions;
|
|
10395
|
+
configureSSOActivateSubtitle: WithOptions;
|
|
10396
|
+
configureSSOActivateButton: WithOptions;
|
|
10397
|
+
configureSSOActivateSkipButton: WithOptions;
|
|
10400
10398
|
configureSSOResetConnectionDialog: WithOptions;
|
|
10401
10399
|
configureSSOResetConnectionDialogCancelButton: WithOptions;
|
|
10402
10400
|
configureSSOResetConnectionDialogConfirmationInput: WithOptions;
|
|
@@ -10968,4 +10966,4 @@ type UserButtonLinkProps = {
|
|
|
10968
10966
|
};
|
|
10969
10967
|
//#endregion
|
|
10970
10968
|
export { Theme as _, OrganizationProfileLinkProps as a, RedirectToSignUpProps as c, Ui as d, UserButtonActionProps as f, WithClerkProp as g, UserProfilePageProps as h, OpenProps as i, RedirectToTasksProps as l, UserProfileLinkProps as m, CustomPortalsRendererProps as n, OrganizationProfilePageProps as o, UserButtonLinkProps as p, MountProps as r, RedirectToSignInProps as s, ClerkProviderProps as t, SignInWithMetamaskButtonProps as u };
|
|
10971
|
-
//# sourceMappingURL=types-
|
|
10969
|
+
//# sourceMappingURL=types-CLmOfOIQ.d.mts.map
|
|
@@ -10389,14 +10389,12 @@ type ElementsConfig = {
|
|
|
10389
10389
|
configureSSOTestRunHowToFixDocsLink: WithOptions;
|
|
10390
10390
|
configureSSOTestRunParsedUserInfo: WithOptions;
|
|
10391
10391
|
configureSSOTestError: WithOptions;
|
|
10392
|
-
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
configureSSOConfirmationReconfigureButton: WithOptions;
|
|
10399
|
-
configureSSOConfirmationResetButton: WithOptions;
|
|
10392
|
+
configureSSOActivate: WithOptions;
|
|
10393
|
+
configureSSOActivateIcon: WithOptions;
|
|
10394
|
+
configureSSOActivateTitle: WithOptions;
|
|
10395
|
+
configureSSOActivateSubtitle: WithOptions;
|
|
10396
|
+
configureSSOActivateButton: WithOptions;
|
|
10397
|
+
configureSSOActivateSkipButton: WithOptions;
|
|
10400
10398
|
configureSSOResetConnectionDialog: WithOptions;
|
|
10401
10399
|
configureSSOResetConnectionDialogCancelButton: WithOptions;
|
|
10402
10400
|
configureSSOResetConnectionDialogConfirmationInput: WithOptions;
|
|
@@ -10968,4 +10966,4 @@ type UserButtonLinkProps = {
|
|
|
10968
10966
|
};
|
|
10969
10967
|
//#endregion
|
|
10970
10968
|
export { Theme as _, OrganizationProfileLinkProps as a, RedirectToSignUpProps as c, Ui as d, UserButtonActionProps as f, WithClerkProp as g, UserProfilePageProps as h, OpenProps as i, RedirectToTasksProps as l, UserProfileLinkProps as m, CustomPortalsRendererProps as n, OrganizationProfilePageProps as o, UserButtonLinkProps as p, MountProps as r, RedirectToSignInProps as s, ClerkProviderProps as t, SignInWithMetamaskButtonProps as u };
|
|
10971
|
-
//# sourceMappingURL=types-
|
|
10969
|
+
//# sourceMappingURL=types-HsiBU-zh.d.cts.map
|
package/dist/types.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as OrganizationProfileLinkProps, c as RedirectToSignUpProps, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, i as OpenProps, l as RedirectToTasksProps, m as UserProfileLinkProps, n as CustomPortalsRendererProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, r as MountProps, s as RedirectToSignInProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-
|
|
1
|
+
import { a as OrganizationProfileLinkProps, c as RedirectToSignUpProps, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, i as OpenProps, l as RedirectToTasksProps, m as UserProfileLinkProps, n as CustomPortalsRendererProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, r as MountProps, s as RedirectToSignInProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-HsiBU-zh.cjs";
|
|
2
2
|
export type * from "@clerk/shared/types";
|
|
3
3
|
export type { ClerkProviderProps, CustomPortalsRendererProps, MountProps, OpenProps, OrganizationProfileLinkProps, OrganizationProfilePageProps, RedirectToSignInProps, RedirectToSignUpProps, RedirectToTasksProps, SignInWithMetamaskButtonProps, UserButtonActionProps, UserButtonLinkProps, UserProfileLinkProps, UserProfilePageProps, WithClerkProp };
|
package/dist/types.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as OrganizationProfileLinkProps, c as RedirectToSignUpProps, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, i as OpenProps, l as RedirectToTasksProps, m as UserProfileLinkProps, n as CustomPortalsRendererProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, r as MountProps, s as RedirectToSignInProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-
|
|
1
|
+
import { a as OrganizationProfileLinkProps, c as RedirectToSignUpProps, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, i as OpenProps, l as RedirectToTasksProps, m as UserProfileLinkProps, n as CustomPortalsRendererProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, r as MountProps, s as RedirectToSignInProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-CLmOfOIQ.mjs";
|
|
2
2
|
export type * from "@clerk/shared/types";
|
|
3
3
|
export type { ClerkProviderProps, CustomPortalsRendererProps, MountProps, OpenProps, OrganizationProfileLinkProps, OrganizationProfilePageProps, RedirectToSignInProps, RedirectToSignUpProps, RedirectToTasksProps, SignInWithMetamaskButtonProps, UserButtonActionProps, UserButtonLinkProps, UserProfileLinkProps, UserProfilePageProps, WithClerkProp };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as WithClerkProp } from "./types-
|
|
1
|
+
import { g as WithClerkProp } from "./types-CLmOfOIQ.mjs";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { HandleOAuthCallbackParams, PendingSessionOptions, ShowWhenCondition, UseAuthReturn } from "@clerk/shared/types";
|
|
4
4
|
|
|
@@ -211,4 +211,4 @@ declare function useDerivedAuth(authObject: any, {
|
|
|
211
211
|
}?: PendingSessionOptions): UseAuthReturn;
|
|
212
212
|
//#endregion
|
|
213
213
|
export { ClerkFailed as a, MultisessionAppSupport as c, RedirectToSignIn as d, RedirectToSignUp as f, ShowProps as g, Show as h, ClerkDegraded as i, RedirectToCreateOrganization as l, RedirectToUserProfile as m, useDerivedAuth as n, ClerkLoaded as o, RedirectToTasks as p, AuthenticateWithRedirectCallback as r, ClerkLoading as s, useAuth as t, RedirectToOrganizationProfile as u };
|
|
214
|
-
//# sourceMappingURL=useAuth-
|
|
214
|
+
//# sourceMappingURL=useAuth-BJdZajjE.d.mts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as WithClerkProp } from "./types-
|
|
1
|
+
import { g as WithClerkProp } from "./types-HsiBU-zh.cjs";
|
|
2
2
|
import { HandleOAuthCallbackParams, PendingSessionOptions, ShowWhenCondition, UseAuthReturn } from "@clerk/shared/types";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
@@ -211,4 +211,4 @@ declare function useDerivedAuth(authObject: any, {
|
|
|
211
211
|
}?: PendingSessionOptions): UseAuthReturn;
|
|
212
212
|
//#endregion
|
|
213
213
|
export { ClerkFailed as a, MultisessionAppSupport as c, RedirectToSignIn as d, RedirectToSignUp as f, ShowProps as g, Show as h, ClerkDegraded as i, RedirectToCreateOrganization as l, RedirectToUserProfile as m, useDerivedAuth as n, ClerkLoaded as o, RedirectToTasks as p, AuthenticateWithRedirectCallback as r, ClerkLoading as s, useAuth as t, RedirectToOrganizationProfile as u };
|
|
214
|
-
//# sourceMappingURL=useAuth-
|
|
214
|
+
//# sourceMappingURL=useAuth-Byd83hkL.d.cts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/react",
|
|
3
|
-
"version": "6.10.3
|
|
3
|
+
"version": "6.10.3",
|
|
4
4
|
"description": "Clerk React library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
],
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"tslib": "2.8.1",
|
|
92
|
-
"@clerk/shared": "4.19.1
|
|
92
|
+
"@clerk/shared": "^4.19.1"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@types/semver": "^7.7.1",
|
|
96
96
|
"semver": "^7.7.4",
|
|
97
97
|
"yaml": "^2.8.3",
|
|
98
|
-
"@clerk/
|
|
99
|
-
"@clerk/
|
|
98
|
+
"@clerk/localizations": "4.9.1",
|
|
99
|
+
"@clerk/ui": "1.18.1"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|