diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 851e054..14d5102 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,11 +6,11 @@ settings: dependencies: '@portabletext/react': - specifier: ^1.0.0 - version: 1.0.0(react@18.0.0) + specifier: ^3.0.7 + version: 3.0.7(react@18.0.0) '@portabletext/types': - specifier: ^1.0.0 - version: 1.0.0 + specifier: ^2.0.6 + version: 2.0.6 devDependencies: '@babel/core': @@ -2589,17 +2589,27 @@ packages: config-chain: 1.1.13 dev: true - /@portabletext/react@1.0.0(react@18.0.0): - resolution: {integrity: sha512-0KJ7EvFkO84CA70TShyzQwHBg+0xISncipLz2Ow5yO9F7fhWaZFaTqYWf711xVi+kTMqVPJpD36GRCIGVVAQzA==} + /@portabletext/react@3.0.7(react@18.0.0): + resolution: {integrity: sha512-Hx4rohr3rul/IQMDl07nRhdXLeey2fZPE/3Nbn0I+k8Zr5DsqKdkqMgkla3iBNS8h0a0LTSclS5GKVXoQlzrWg==} + engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: - react: ^17.0.0 + react: ^17 || ^18 dependencies: + '@portabletext/toolkit': 2.0.8 + '@portabletext/types': 2.0.6 react: 18.0.0 dev: false - /@portabletext/types@1.0.0: - resolution: {integrity: sha512-66UYazxBUC6B84NXhEcF+uApXy3kxjQTm8OFXqGtdhqAn4HTecBbFXgD/TsucYD51idxPbX8Og6UzGBbzroebw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + /@portabletext/toolkit@2.0.8: + resolution: {integrity: sha512-MI3FKYZiL+/dYsClkkTDRjSvNS7K4j+U2LNZ5XIEoq67qCY0l7CYjvT0fn+lFBEUxjegtEmbxLk6T9nV/iXA+Q==} + engines: {node: ^14.13.1 || >=16.0.0} + dependencies: + '@portabletext/types': 2.0.6 + dev: false + + /@portabletext/types@2.0.6: + resolution: {integrity: sha512-6iqorcsQ0Z1/4Y7PWLvoknyiUv0DngSPao+q5UIE0+0gT2cZwFdItUyLZRheG85AisSEvacHEEnvN+TT8mxXVg==} + engines: {node: ^14.13.1 || >=16.0.0 || >=18.0.0} dev: false /@react-native-community/cli-clean@10.1.1: diff --git a/tsconfig.json b/tsconfig.json index 5474310..64caf3e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "strict": true, + "skipLibCheck": true, "esModuleInterop": true, "isolatedModules": true, "lib": ["ES2017"],