@powerhousedao/document-engineering 1.40.4 → 1.40.5
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/dist/style.css +3 -0
- package/package.json +7 -14
package/dist/style.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/document-engineering",
|
|
3
|
-
"version": "1.40.
|
|
3
|
+
"version": "1.40.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -143,21 +143,14 @@
|
|
|
143
143
|
"typescript": "^5.9.3",
|
|
144
144
|
"typescript-eslint": "^8.46.1",
|
|
145
145
|
"vite": "^7.1.9",
|
|
146
|
-
"vitest": "^3.2.4"
|
|
146
|
+
"vitest": "^3.2.4",
|
|
147
|
+
"zod": "^4.0.0"
|
|
147
148
|
},
|
|
148
149
|
"peerDependencies": {
|
|
149
150
|
"graphql": "^16.9.0",
|
|
150
|
-
"graphql-upload": "^17.0.0",
|
|
151
151
|
"react": "^19.2.0",
|
|
152
|
-
"react-dom": "^19.2.0"
|
|
153
|
-
|
|
154
|
-
"peerDependenciesMeta": {
|
|
155
|
-
"graphql": {
|
|
156
|
-
"optional": true
|
|
157
|
-
},
|
|
158
|
-
"graphql-upload": {
|
|
159
|
-
"optional": true
|
|
160
|
-
}
|
|
152
|
+
"react-dom": "^19.2.0",
|
|
153
|
+
"zod": "^4.0.0"
|
|
161
154
|
},
|
|
162
155
|
"dependencies": {
|
|
163
156
|
"@noble/hashes": "^1.8.0",
|
|
@@ -182,6 +175,7 @@
|
|
|
182
175
|
"date-fns": "^4.1.0",
|
|
183
176
|
"diff": "^7.0.0",
|
|
184
177
|
"focus-trap": "^7.6.5",
|
|
178
|
+
"graphql-upload": "^17.0.0",
|
|
185
179
|
"libphonenumber-js": "^1.12.11",
|
|
186
180
|
"mime": "^4.0.7",
|
|
187
181
|
"nanoid": "^5.0.9",
|
|
@@ -194,7 +188,6 @@
|
|
|
194
188
|
"react-virtualized": "^9.22.6",
|
|
195
189
|
"remark-gfm": "^4.0.1",
|
|
196
190
|
"tailwind-merge": "^3.3.1",
|
|
197
|
-
"usehooks-ts": "^3.1.0"
|
|
198
|
-
"zod": "4.3.6"
|
|
191
|
+
"usehooks-ts": "^3.1.0"
|
|
199
192
|
}
|
|
200
193
|
}
|