diff --git a/package.json b/package.json index 8fca2db2..0e5cd80f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prettier": "^3.7.4", "prettier-plugin-tailwindcss": "^0.7.2", "react-schemaorg": "^2.0.1", - "schema-dts": "^1.1.5", + "schema-dts": "^2.0.0", "sharp": "^0.34.5", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7100d59e..97c51ff9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,10 +126,10 @@ importers: version: 0.7.2(prettier-plugin-organize-imports@4.1.0(prettier@3.7.4)(typescript@5.9.3))(prettier@3.7.4) react-schemaorg: specifier: ^2.0.1 - version: 2.0.1(react@19.2.6)(schema-dts@1.1.5)(typescript@5.9.3) + version: 2.0.1(react@19.2.6)(schema-dts@2.0.0(typescript@5.9.3))(typescript@5.9.3) schema-dts: - specifier: ^1.1.5 - version: 1.1.5 + specifier: ^2.0.0 + version: 2.0.0(typescript@5.9.3) sharp: specifier: ^0.34.5 version: 0.34.5 @@ -2149,8 +2149,14 @@ packages: scheduler@0.27.0: resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} - schema-dts@1.1.5: - resolution: {integrity: sha512-RJr9EaCmsLzBX2NDiO5Z3ux2BVosNZN5jo0gWgsyKvxKIUL5R3swNvoorulAeL9kLB0iTSX7V6aokhla2m7xbg==} + 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==} semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} @@ -4414,10 +4420,10 @@ snapshots: react-lifecycles-compat: 3.0.4 warning: 4.0.3 - react-schemaorg@2.0.1(react@19.2.6)(schema-dts@1.1.5)(typescript@5.9.3): + react-schemaorg@2.0.1(react@19.2.6)(schema-dts@2.0.0(typescript@5.9.3))(typescript@5.9.3): dependencies: react: 19.2.6 - schema-dts: 1.1.5 + schema-dts: 2.0.0(typescript@5.9.3) typescript: 5.9.3 react-share@5.2.2(react@19.2.6): @@ -4508,7 +4514,15 @@ snapshots: scheduler@0.27.0: {} - schema-dts@1.1.5: {} + 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 semver@6.3.1: {}