Browse Source
Task/add missing zod peer dependency (#7142)
* Add zod to resolve peer dependency warnings
* Update changelog
pull/7143/head
Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
18 additions and
3 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Added `zod` as a root dependency to resolve peer dependency warnings |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the grantee display in the access table to share the portfolio |
|
|
|
|
|
|
|
@ -96,6 +96,7 @@ |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"undici": "8.5.0", |
|
|
|
"yahoo-finance2": "3.15.3", |
|
|
|
"zod": "4.4.3", |
|
|
|
"zone.js": "0.16.1" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
@ -39945,6 +39946,15 @@ |
|
|
|
"node": ">=16" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yahoo-finance2/node_modules/zod": { |
|
|
|
"version": "3.25.76", |
|
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", |
|
|
|
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", |
|
|
|
"license": "MIT", |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/colinhacks" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yallist": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
|
|
|
@ -40155,9 +40165,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/zod": { |
|
|
|
"version": "3.25.76", |
|
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", |
|
|
|
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", |
|
|
|
"version": "4.4.3", |
|
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", |
|
|
|
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", |
|
|
|
"license": "MIT", |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/colinhacks" |
|
|
|
|
|
|
|
@ -140,6 +140,7 @@ |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
"undici": "8.5.0", |
|
|
|
"yahoo-finance2": "3.15.3", |
|
|
|
"zod": "4.4.3", |
|
|
|
"zone.js": "0.16.1" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
|