0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(deps): update @withtyped monorepo to ^0.10.0 (#4008)

Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
renovate[bot] 2023-06-08 14:56:31 +00:00 committed by GitHub
parent 7546e04eef
commit 66ba526040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 17 deletions

View file

@ -30,8 +30,8 @@
"@logto/schemas": "workspace:^1.5.0",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/essentials": "^2.5.0",
"@withtyped/postgres": "^0.9.0",
"@withtyped/server": "^0.9.0",
"@withtyped/postgres": "^0.10.0",
"@withtyped/server": "^0.10.0",
"accepts": "^1.3.8",
"chalk": "^5.0.0",
"decamelize": "^6.0.0",

View file

@ -86,7 +86,7 @@
"@logto/phrases": "workspace:^1.4.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/shared": "workspace:^2.0.0",
"@withtyped/server": "^0.9.0",
"@withtyped/server": "^0.10.0",
"zod": "^3.20.2"
}
}

View file

@ -252,11 +252,11 @@ importers:
specifier: ^2.5.0
version: 2.5.0
'@withtyped/postgres':
specifier: ^0.9.0
version: 0.9.0(@withtyped/server@0.9.0)
specifier: ^0.10.0
version: 0.10.0(@withtyped/server@0.10.0)
'@withtyped/server':
specifier: ^0.9.0
version: 0.9.0
specifier: ^0.10.0
version: 0.10.0(zod@3.20.2)
accepts:
specifier: ^1.3.8
version: 1.3.8
@ -3556,8 +3556,8 @@ importers:
specifier: workspace:^2.0.0
version: link:../shared
'@withtyped/server':
specifier: ^0.9.0
version: 0.9.0
specifier: ^0.10.0
version: 0.10.0(zod@3.20.2)
zod:
specifier: ^3.20.2
version: 3.20.2
@ -8752,7 +8752,6 @@ packages:
/@silverhand/essentials@2.6.2:
resolution: {integrity: sha512-1b5u2BGEa14V3o8XzaE7eL+nuwmQe8c1wqSMcGvq+KAusPPZo9tV4glbfF16Xi/ohv37vUpBGJ2DNf4CfuxBLw==}
engines: {node: ^16.13.0 || ^18.12.0 || ^19.2.0, pnpm: ^8.0.0}
dev: true
/@silverhand/jest-config@3.0.0(jest@29.5.0):
resolution: {integrity: sha512-5ezkX1/EVQiL2Y3lMY3jLT00GvyRgNKWAB/LIToVN0BQPnasdzKV6sSn2wrQD6XY3lNvR9TBdZajGmG/jtcRjA==}
@ -9856,24 +9855,27 @@ packages:
eslint-visitor-keys: 3.3.0
dev: true
/@withtyped/postgres@0.9.0(@withtyped/server@0.9.0):
resolution: {integrity: sha512-SaT/btAaglb/FZ7/iSBMfA6z6XCNgJpkDD5V5lKh4HSoxl6vjgcJaX0oTidQgEs5pjCo2pyQqoZZVsXZKBofhQ==}
/@withtyped/postgres@0.10.0(@withtyped/server@0.10.0):
resolution: {integrity: sha512-EnFcgLLEbFaVzhkX1IkOwdYJ11mFqMAbQX87M5CzENv2gHMvEnsrxswilJ70aql918Uqrae693JpJmaidzNmQw==}
peerDependencies:
'@withtyped/server': ^0.9.0
'@withtyped/server': ^0.10.0
dependencies:
'@types/pg': 8.6.6
'@withtyped/server': 0.9.0
'@withtyped/server': 0.10.0(zod@3.20.2)
'@withtyped/shared': 0.2.0
pg: 8.8.0
transitivePeerDependencies:
- pg-native
dev: false
/@withtyped/server@0.9.0:
resolution: {integrity: sha512-uQlX9Bj8607eR0sxL4i0I3J1cz5KmzBoMlcjvr6KJ0+iT1FWbNK3zQZMaKcRj5Em7MmWwsFIFkgrdQweqaHhSg==}
/@withtyped/server@0.10.0(zod@3.20.2):
resolution: {integrity: sha512-eTL24K9cIXGxhkoteGlj9Vo+DpXcxzmwFGbEIfc4XsuEKq/vIW6LrsDFjjmG8Z7XWF3rfq5FD7JRbThapBv3Eg==}
peerDependencies:
zod: ^3.19.1
dependencies:
'@silverhand/essentials': 2.5.0
'@silverhand/essentials': 2.6.2
'@withtyped/shared': 0.2.0
zod: 3.20.2
dev: false
/@withtyped/shared@0.2.0: