0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00

chore(schemas,phrases): make zod peer dependency (#4050)

This commit is contained in:
Gao Sun 2023-06-19 10:21:13 +08:00 committed by GitHub
parent 8770facec1
commit 019cb6cadd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -34,7 +34,9 @@
},
"dependencies": {
"@logto/language-kit": "workspace:^1.0.0",
"@silverhand/essentials": "^2.5.0",
"@silverhand/essentials": "^2.5.0"
},
"peerDependencies": {
"zod": "^3.20.2"
},
"devDependencies": {

View file

@ -34,7 +34,9 @@
},
"dependencies": {
"@logto/language-kit": "workspace:^1.0.0",
"@silverhand/essentials": "^2.5.0",
"@silverhand/essentials": "^2.5.0"
},
"peerDependencies": {
"zod": "^3.20.2"
},
"devDependencies": {

View file

@ -86,7 +86,9 @@
"@logto/phrases": "workspace:^1.4.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/shared": "workspace:^2.0.0",
"@withtyped/server": "^0.11.1",
"@withtyped/server": "^0.11.1"
},
"peerDependencies": {
"zod": "^3.20.2"
}
}