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

fix(deps): update dependency @withtyped/server to ^0.9.0 (#3587)

fix(deps): update withtyped packages to ^0.9.0

Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
renovate[bot] 2023-04-08 10:01:53 +00:00 committed by GitHub
parent 901ef8ecd6
commit e07355c42e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 23 deletions

View file

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

View file

@ -53,8 +53,5 @@
"eslintConfig": {
"extends": "@silverhand"
},
"prettier": "@silverhand/eslint-config/.prettierrc",
"dependencies": {
"@withtyped/server": "^0.8.1"
}
"prettier": "@silverhand/eslint-config/.prettierrc"
}

View file

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

View file

@ -239,11 +239,11 @@ importers:
specifier: ^2.5.0
version: 2.5.0
'@withtyped/postgres':
specifier: ^0.8.1
version: 0.8.1(@withtyped/server@0.8.1)
specifier: ^0.9.0
version: 0.9.0(@withtyped/server@0.9.0)
'@withtyped/server':
specifier: ^0.8.1
version: 0.8.1
specifier: ^0.9.0
version: 0.9.0
accepts:
specifier: ^1.3.8
version: 1.3.8
@ -3356,10 +3356,6 @@ importers:
version: 3.20.2
packages/integration-tests:
dependencies:
'@withtyped/server':
specifier: ^0.8.1
version: 0.8.1
devDependencies:
'@jest/types':
specifier: ^29.1.2
@ -3523,8 +3519,8 @@ importers:
specifier: workspace:^
version: link:../shared
'@withtyped/server':
specifier: ^0.8.1
version: 0.8.1
specifier: ^0.9.0
version: 0.9.0
zod:
specifier: ^3.20.2
version: 3.20.2
@ -8631,22 +8627,23 @@ packages:
eslint-visitor-keys: 3.3.0
dev: true
/@withtyped/postgres@0.8.1(@withtyped/server@0.8.1):
resolution: {integrity: sha512-BkX1SPDV8bZFn1LEI6jzTes+y/4BGuPEBOi8p6jH9ZBySTuaW0/JqgEb1aKk5GtJ0aFGXhgq4Fk+JkLOc6zehA==}
/@withtyped/postgres@0.9.0(@withtyped/server@0.9.0):
resolution: {integrity: sha512-SaT/btAaglb/FZ7/iSBMfA6z6XCNgJpkDD5V5lKh4HSoxl6vjgcJaX0oTidQgEs5pjCo2pyQqoZZVsXZKBofhQ==}
peerDependencies:
'@withtyped/server': ^0.8.0
'@withtyped/server': ^0.9.0
dependencies:
'@types/pg': 8.6.6
'@withtyped/server': 0.8.1
'@withtyped/server': 0.9.0
'@withtyped/shared': 0.2.0
pg: 8.8.0
transitivePeerDependencies:
- pg-native
dev: false
/@withtyped/server@0.8.1:
resolution: {integrity: sha512-gNJ0lmwYiAScb7oQWu7BHyy+PT2/j34kGWIjElyfrYZP7JWpZSrEyxaVwDFRo/oA9vzru3AOnPFTMcjmPq4AKg==}
/@withtyped/server@0.9.0:
resolution: {integrity: sha512-uQlX9Bj8607eR0sxL4i0I3J1cz5KmzBoMlcjvr6KJ0+iT1FWbNK3zQZMaKcRj5Em7MmWwsFIFkgrdQweqaHhSg==}
dependencies:
'@silverhand/essentials': 2.5.0
'@withtyped/shared': 0.2.0
dev: false