Skip to content

Commit

Permalink
chore(package): update @effect/schema to 0.68.27
Browse files Browse the repository at this point in the history
- [#3310](Effect-TS/effect#3310) [`99bddcf`](Effect-TS/effect@99bddcf) - Added additional pure annotations to improve tree-shakeability

- [#3311](Effect-TS/effect#3311) [`6921c4f`](Effect-TS/effect@6921c4f) - Remove incorrect static override type annotations in class definitions.

  This will also improve tree-shakeability.

- Updated dependencies [[`3afcc93`](Effect-TS/effect@3afcc93), [`99bddcf`](Effect-TS/effect@99bddcf)]:
  - effect@3.5.7

Signed-off-by: Giovanni Ravalico <15946771+suddenlyGiovanni@users.noreply.github.com>
  • Loading branch information
suddenlyGiovanni committed Sep 3, 2024
1 parent e2f211d commit f8e29af
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-eggs-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suddenlygiovanni/resume": patch
---

update `@effect/schema` package to v0.68.27
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.68.26"
"@effect/schema": "~0.68.27"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"@effect/schema": "0.68.26",
"@effect/schema": "0.68.27",
"@std/yaml": "npm:@jsr/std__yaml@1.0.4",
"@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.5.6",
"effect": "3.5.7",
"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 f8e29af

Please sign in to comment.