@sustaina/shared-ui 1.10.0 → 1.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sustaina/shared-ui",
3
3
  "author": "Sustaina Team",
4
- "version": "1.10.0",
4
+ "version": "1.11.0",
5
5
  "description": "Laboratory for Sustaina micro-frontend modules.",
6
6
  "license": "UNLICENSED",
7
7
  "scripts": {
@@ -51,7 +51,6 @@
51
51
  "devDependencies": {
52
52
  "@eslint/js": "^9.32.0",
53
53
  "@faker-js/faker": "^9.9.0",
54
- "@hookform/resolvers": "^3.10.0",
55
54
  "@semantic-release/git": "^10.0.1",
56
55
  "@semantic-release/gitlab": "^13.2.8",
57
56
  "@semantic-release/npm": "^12.0.2",
@@ -80,7 +79,6 @@
80
79
  "prettier": "^3.6.2",
81
80
  "react": "^19.1.1",
82
81
  "react-dom": "^19.1.1",
83
- "react-hook-form": "^7.62.0",
84
82
  "rimraf": "^6.0.1",
85
83
  "semantic-release": "^24.2.7",
86
84
  "storybook": "^9.1.0",
@@ -91,10 +89,12 @@
91
89
  "vitest": "^3.2.4"
92
90
  },
93
91
  "peerDependencies": {
92
+ "@hookform/resolvers": "^3.10.0",
94
93
  "@tanstack/react-table": "^8.0.0",
95
94
  "react": "^18.0.0 || ^19.0.0",
96
95
  "react-dom": "^18.0.0 || ^19.0.0",
97
- "react-hook-form": "^7.0.0"
96
+ "react-hook-form": "^7.0.0",
97
+ "zod": "^3.25.76"
98
98
  },
99
99
  "dependencies": {
100
100
  "@dnd-kit/core": "^6.3.1",
@@ -125,10 +125,10 @@
125
125
  "lexical": "^0.36.2",
126
126
  "lucide-react": "^0.536.0",
127
127
  "react-day-picker": "^9.9.0",
128
+ "react-easy-crop": "^5.5.3",
128
129
  "react-number-format": "^5.4.4",
129
130
  "tailwind-merge": "^3.3.1",
130
131
  "tw-animate-css": "^1.3.6",
131
- "zod": "^3.25.76",
132
132
  "zustand": "^5.0.6"
133
133
  }
134
134
  }