Add schema-dts dependency for typed JSON-LD generation
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Generated
+22
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user