From ad9b35f72516554882a4123b9019c8d002d47db2 Mon Sep 17 00:00:00 2001 From: gnezim Date: Wed, 15 Apr 2026 00:17:29 +0300 Subject: [PATCH] Add schema-dts dependency for typed JSON-LD generation --- package.json | 1 + pnpm-lock.yaml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/package.json b/package.json index 2670bc10..ca09b367 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^15.0.0", + "schema-dts": "^2.0.0", "web-vitals": "^5.2.0", "zod": "^3.23.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cb82e145..2910195f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,6 +56,9 @@ importers: react-i18next: specifier: ^15.0.0 version: 15.7.4(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3) + schema-dts: + specifier: ^2.0.0 + version: 2.0.0(typescript@5.9.3) web-vitals: specifier: ^5.2.0 version: 5.2.0 @@ -5259,6 +5262,15 @@ packages: scheduler@0.23.2: resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + schema-dts-lib@1.0.0: + resolution: {integrity: sha512-9MEO5vpQH9JdBioUupqluzxSYxPLjhmqRUudk15adUl/ypnRsM2/M1kN3AmVJQeG7nZqcL68H8JlGqQQT6vy9A==} + engines: {node: '>=14.0.0'} + peerDependencies: + typescript: '>=4.9.5' + + schema-dts@2.0.0: + resolution: {integrity: sha512-t7NoCy3Rn5GHGx6p7s1qIYK/AeIb8ZxJNR9WUNFkwMv2CiiGZBmqqYWc2FlZVm5ZbiHMY4OvBWhj7QtyrFO2Jw==} + schema-utils@4.3.0: resolution: {integrity: sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==} engines: {node: '>= 10.13.0'} @@ -11967,6 +11979,16 @@ snapshots: dependencies: loose-envify: 1.4.0 + schema-dts-lib@1.0.0(typescript@5.9.3): + dependencies: + typescript: 5.9.3 + + schema-dts@2.0.0(typescript@5.9.3): + dependencies: + schema-dts-lib: 1.0.0(typescript@5.9.3) + transitivePeerDependencies: + - typescript + schema-utils@4.3.0: dependencies: '@types/json-schema': 7.0.15