@clerk/elements 0.23.0-snapshot.v20250226180848 → 0.23.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/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/elements",
|
|
3
|
-
"version": "0.23.0
|
|
3
|
+
"version": "0.23.0",
|
|
4
4
|
"description": "Clerk Elements",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"client-only": "^0.0.1",
|
|
59
59
|
"tslib": "2.4.1",
|
|
60
60
|
"xstate": "^5.15.0",
|
|
61
|
-
"@clerk/clerk-react": "^5.24.0
|
|
62
|
-
"@clerk/shared": "^3.0.0
|
|
63
|
-
"@clerk/types": "^4.47.0
|
|
61
|
+
"@clerk/clerk-react": "^5.24.0",
|
|
62
|
+
"@clerk/shared": "^3.0.0",
|
|
63
|
+
"@clerk/types": "^4.47.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@statelyai/inspect": "^0.4.0",
|
|
@@ -97,7 +97,6 @@
|
|
|
97
97
|
"build:declarations": "tsc -p tsconfig.declarations.json",
|
|
98
98
|
"dev": "tsup --env.NODE_ENV development --watch",
|
|
99
99
|
"dev:example": "concurrently \"pnpm dev\" \"pnpm app:dev\"",
|
|
100
|
-
"dev:theme-builder": "TURBO_UI=0 concurrently --prefix-colors auto --names \"elements,ui,theme-builder\" \"turbo dev --filter=@clerk/elements\" \"pnpm dev -w @clerk/ui\" \"cd ../ui/theme-builder && pnpm dev\"",
|
|
101
100
|
"lint": "eslint src/",
|
|
102
101
|
"lint:attw": "attw --pack . --profile node16",
|
|
103
102
|
"lint:publint": "publint",
|