@luxfi/core 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luxfi/core",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.1",
|
4
4
|
"description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
|
5
5
|
"publishConfig": {
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
@@ -36,9 +36,6 @@
|
|
36
36
|
"./conf": "./conf/index.ts"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@hanzo/auth": "2.4.6",
|
40
|
-
"@hanzo/commerce": "7.0.0",
|
41
|
-
"@hanzo/ui": "3.7.0",
|
42
39
|
"@next/third-parties": "^14.1.0",
|
43
40
|
"cookies-next": "^4.1.1",
|
44
41
|
"date-fns": "^3.6.0",
|
@@ -48,15 +45,15 @@
|
|
48
45
|
},
|
49
46
|
"peerDependencies": {
|
50
47
|
"@hanzo/auth": "2.4.6",
|
51
|
-
"@hanzo/commerce": "
|
52
|
-
"@hanzo/ui": "3.
|
48
|
+
"@hanzo/commerce": "7.0.0",
|
49
|
+
"@hanzo/ui": "3.7.0",
|
53
50
|
"@hookform/resolvers": "^3.3.2",
|
54
51
|
"lucide-react": "^0.344.0",
|
55
52
|
"next": "14.1.3",
|
56
53
|
"next-themes": "^0.2.1",
|
57
54
|
"react": "^18.2.0",
|
58
55
|
"react-dom": "^18.2.0",
|
59
|
-
"react-hook-form": "^7.
|
56
|
+
"react-hook-form": "^7.51.3",
|
60
57
|
"validator": "^13.11.0",
|
61
58
|
"zod": "3.21.4"
|
62
59
|
},
|