Skip to content

Commit

Permalink
chore(deps): upgrade withtyped packages (#5829)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed May 7, 2024
1 parent 4397ca2 commit 5eb5d3a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/tar": "^6.1.12",
"@types/yargs": "^17.0.13",
"@vitest/coverage-v8": "^1.4.0",
"@withtyped/server": "^0.13.5",
"@withtyped/server": "^0.13.6",
"eslint": "^8.56.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/react-helmet": "^6.1.6",
"@types/react-modal": "^3.13.1",
"@types/react-syntax-highlighter": "^15.5.1",
"@withtyped/client": "^0.8.6",
"@withtyped/client": "^0.8.7",
"buffer": "^5.7.1",
"classnames": "^2.3.1",
"clean-deep": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@silverhand/essentials": "^2.9.0",
"@silverhand/slonik": "31.0.0-beta.2",
"@simplewebauthn/server": "^9.0.0",
"@withtyped/client": "^0.8.6",
"@withtyped/client": "^0.8.7",
"camelcase": "^8.0.0",
"camelcase-keys": "^9.0.0",
"chalk": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@logto/phrases": "workspace:^1.10.0",
"@logto/phrases-experience": "workspace:^1.6.1",
"@logto/shared": "workspace:^3.1.0",
"@withtyped/server": "^0.13.5"
"@withtyped/server": "^0.13.6"
},
"peerDependencies": {
"zod": "^3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/toolkit/connector-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@logto/language-kit": "workspace:^1.1.0",
"@silverhand/essentials": "^2.9.0",
"@withtyped/client": "^0.8.6",
"@withtyped/server": "^0.13.5"
"@withtyped/client": "^0.8.7",
"@withtyped/server": "^0.13.6"
},
"optionalDependencies": {
"zod": "^3.22.4"
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5eb5d3a

Please sign in to comment.