From 5d2e213e396310adbe2312f67ad8d2bb61ce88ee Mon Sep 17 00:00:00 2001 From: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:05:32 +0100 Subject: [PATCH] feat(web): update meta-schema and clean up dependencies 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. --- apps/web/src/models/resume/meta/meta-schema.snapshot.json | 4 ++-- pnpm-lock.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/web/src/models/resume/meta/meta-schema.snapshot.json b/apps/web/src/models/resume/meta/meta-schema.snapshot.json index 43e82fa7..7817f36f 100644 --- a/apps/web/src/models/resume/meta/meta-schema.snapshot.json +++ b/apps/web/src/models/resume/meta/meta-schema.snapshot.json @@ -1,5 +1,4 @@ { - "$ref": "#/$defs/Meta", "$schema": "http://json-schema.org/draft-07/schema#", "$defs": { "Meta": { @@ -47,5 +46,6 @@ "minLength": 1, "pattern": "^[^\\s].*[^\\s]$" } - } + }, + "$ref": "#/$defs/Meta" } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed89e0dc..477be828 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3579,7 +3579,6 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} @@ -3650,7 +3649,6 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} - deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}