Skip to content

Commit

Permalink
chore(deps): update effect schema 0.72.0 (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni authored Sep 3, 2024
1 parent 041ac0f commit fcf9eeb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-parents-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suddenlygiovanni/resume": patch
---

update `@effect/schema` package to v0.72.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
},
"license": "UNLICENSED",
"peerDependencies": {
"@effect/schema": "~0.71.4"
"@effect/schema": "~0.72.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"@effect/schema": "0.71.4",
"@effect/schema": "0.72.0",
"@std/yaml": "npm:@jsr/[email protected]",
"@tsconfig/node21": "21.0.3",
"@tsconfig/strictest": "2.0.5",
"@types/json-schema": "7.0.15",
"@types/node": "22.5.2",
"@vitest/coverage-v8": "2.0.5",
"@vitest/ui": "2.0.5",
"effect": "3.6.8",
"effect": "3.7.0",
"typescript": "5.6.1-rc",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
Expand Down
24 changes: 12 additions & 12 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 fcf9eeb

Please sign in to comment.