@luxfi/core 4.5.1 → 4.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luxfi/core",
|
3
|
-
"version": "4.5.
|
3
|
+
"version": "4.5.2",
|
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,9 @@
|
|
36
36
|
"./conf": "./conf/index.ts"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@hanzo/auth": "2.4.
|
40
|
-
"@hanzo/commerce": "6.4.
|
41
|
-
"@hanzo/ui": "3.6.
|
39
|
+
"@hanzo/auth": "2.4.6",
|
40
|
+
"@hanzo/commerce": "6.4.7",
|
41
|
+
"@hanzo/ui": "3.6.5",
|
42
42
|
"@next/third-parties": "^14.1.0",
|
43
43
|
"cookies-next": "^4.1.1",
|
44
44
|
"date-fns": "^3.6.0",
|