Skip to content

Commit

Permalink
fix(deps): update dependency @effect/schema to ^0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 22c4282 commit 7e1bda3
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 22 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.63.0",
"@effect/schema": "^0.69.0",
"@typed-at-rest/core": "workspace:*",
"effect": "2.4.11"
},
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.63.0",
"@effect/schema": "^0.69.0",
"effect": "2.4.11"
},
"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.63.0",
"@effect/schema": "^0.69.0",
"@typed-at-rest/core": "workspace:*"
},
"devDependencies": {
Expand Down
48 changes: 30 additions & 18 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.63.0",
"@effect/schema": "^0.69.0",
"@typed-at-rest/core": "workspace:*",
"effect": "2.4.11"
},
Expand Down

0 comments on commit 7e1bda3

Please sign in to comment.