Skip to content

Commit

Permalink
feat(web): update meta-schema and clean up dependencies
Browse files Browse the repository at this point in the history
Moved the $ref property to the correct position in the meta-schema
snapshot for improved structure. Removed deprecated notations from
pnpm-lock.yaml for cleaner dependency management.
  • Loading branch information
suddenlyGiovanni committed Dec 13, 2024
1 parent 1833e60 commit 5d2e213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/models/resume/meta/meta-schema.snapshot.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$ref": "#/$defs/Meta",
"$schema": "http://json-schema.org/draft-07/schema#",
"$defs": {
"Meta": {
Expand Down Expand Up @@ -47,5 +46,6 @@
"minLength": 1,
"pattern": "^[^\\s].*[^\\s]$"
}
}
},
"$ref": "#/$defs/Meta"
}
2 changes: 0 additions & 2 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 5d2e213

Please sign in to comment.