@luxfi/core 5.1.0 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxfi/core",
3
- "version": "5.1.0",
3
+ "version": "5.1.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/",
@@ -41,6 +41,7 @@
41
41
  "@hanzo/commerce": "7.0.2",
42
42
  "@hanzo/ui": "3.7.0",
43
43
  "@next/third-parties": "^14.1.0",
44
+ "@types/node": "^20.12.12",
44
45
  "cookies-next": "^4.1.1",
45
46
  "date-fns": "^3.6.0",
46
47
  "embla-carousel-autoplay": "^8.0.1",
@@ -54,7 +55,7 @@
54
55
  "next-themes": "^0.2.1",
55
56
  "react": "^18.2.0",
56
57
  "react-dom": "^18.2.0",
57
- "react-hook-form": "^7.51.3",
58
+ "react-hook-form": "^7.44.2",
58
59
  "validator": "^13.11.0",
59
60
  "zod": "3.21.4"
60
61
  },