@clerk/clerk-react 5.53.9 → 5.54.0
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1851,7 +1851,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1851
1851
|
}
|
|
1852
1852
|
var SDK_METADATA = {
|
|
1853
1853
|
name: "@clerk/clerk-react",
|
|
1854
|
-
version: "5.
|
|
1854
|
+
version: "5.54.0",
|
|
1855
1855
|
environment: process.env.NODE_ENV
|
|
1856
1856
|
};
|
|
1857
1857
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/dist/index.mjs
CHANGED
|
@@ -507,7 +507,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
507
507
|
}
|
|
508
508
|
var SDK_METADATA = {
|
|
509
509
|
name: "@clerk/clerk-react",
|
|
510
|
-
version: "5.
|
|
510
|
+
version: "5.54.0",
|
|
511
511
|
environment: process.env.NODE_ENV
|
|
512
512
|
};
|
|
513
513
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/clerk-react",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.54.0",
|
|
4
4
|
"description": "Clerk React library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
],
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"tslib": "2.8.1",
|
|
77
|
-
"@clerk/shared": "^3.
|
|
77
|
+
"@clerk/shared": "^3.33.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/semver": "^7.7.1",
|
|
81
|
-
"@clerk/localizations": "3.27.
|
|
82
|
-
"@clerk/themes": "2.4.
|
|
81
|
+
"@clerk/localizations": "3.27.2",
|
|
82
|
+
"@clerk/themes": "2.4.35"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-0",
|