Skip to content

Commit

Permalink
fix(deps): update dependency @effect/schema to ^0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 56db9c0 commit 256f564
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 15 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsup src/index.ts --format cjs,esm --dts-resolve --minify --sourcemap"
},
"dependencies": {
"@effect/schema": "^0.47.0",
"@effect/schema": "^0.48.0",
"@typed-at-rest/core": "workspace:*",
"effect": "2.0.0-next.54"
},
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsup src/index.ts --format cjs,esm --dts-resolve --minify --sourcemap"
},
"dependencies": {
"@effect/schema": "^0.47.0",
"@effect/schema": "^0.48.0",
"effect": "2.0.0-next.54"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsup src/index.ts --format cjs,esm --minify --dts-resolve"
},
"dependencies": {
"@effect/schema": "^0.47.0",
"@effect/schema": "^0.48.0",
"@typed-at-rest/core": "workspace:*"
},
"devDependencies": {
Expand Down
36 changes: 25 additions & 11 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsup src/index.ts --format cjs,esm --dts-resolve --minify --sourcemap"
},
"dependencies": {
"@effect/schema": "^0.47.0",
"@effect/schema": "^0.48.0",
"@typed-at-rest/core": "workspace:*",
"effect": "2.0.0-next.54"
},
Expand Down

0 comments on commit 256f564

Please sign in to comment.