Skip to content

Commit

Permalink
fix(deps): update dependency @suddenlygiovanni/resume to v12.1.6 (#967)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Ravalico <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
renovate[bot] and suddenlyGiovanni authored Sep 3, 2024
1 parent 0a4086c commit 29ecc10
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.8
v22.8
4 changes: 2 additions & 2 deletions apps/web/app/models/resume/meta/meta.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Meta', () => {
└─ ["lastModified"]
└─ Date
└─ Predicate refinement failure
└─ Expected Date (a valid Date), actual Invalid Date`,
└─ Expected Date, actual Invalid Date`,
)
await expectEffectFailure(
Meta.decode({ lastModified: ' ' }),
Expand All @@ -61,7 +61,7 @@ describe('Meta', () => {
└─ ["lastModified"]
└─ Date
└─ Predicate refinement failure
└─ Expected Date (a valid Date), actual Invalid Date`,
└─ Expected Date, actual Invalid Date`,
)

await expectEffectSuccess(Meta.decode({ lastModified: metaInput.lastModified }), {
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
},
"dependencies": {
"@effect/schema": "0.67.22",
"@effect/schema": "0.68.0",
"@epic-web/client-hints": "1.3.3",
"@epic-web/invariant": "1.0.0",
"@octokit/core": "6.1.2",
Expand All @@ -16,10 +16,10 @@
"@remix-run/serve": "2.11.2",
"@std/yaml": "npm:@jsr/[email protected]",
"@suddenlygiovanni/open-graph-protocol": "workspace:*",
"@suddenlygiovanni/resume": "12.1.4",
"@suddenlygiovanni/resume": "12.1.6",
"@suddenlygiovanni/ui": "workspace:*",
"cookie": "0.6.0",
"effect": "3.3.1",
"effect": "3.3.4",
"isbot": "5.1.17",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
41 changes: 19 additions & 22 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 29ecc10

Please sign in to comment.