diff --git a/package.json b/package.json index 7eaa29d..a8bbee0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "type": "commonjs", "exports": { ".": { - "types": "./dist/pt-to-html.d.ts", "source": "./src/index.ts", "import": "./dist/pt-to-html.mjs", "require": "./dist/pt-to-html.js", @@ -100,11 +99,11 @@ "@portabletext/types": "^2.0.10" }, "devDependencies": { - "@babel/core": "^7.24.1", + "@babel/core": "^7.24.3", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@commitlint/cli": "^19.2.1", "@commitlint/config-conventional": "^19.1.0", - "@sanity/pkg-utils": "^5.0.7", + "@sanity/pkg-utils": "^5.1.4", "@types/tap": "^15.0.11", "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0805398..0161cf4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,11 +14,11 @@ dependencies: devDependencies: '@babel/core': - specifier: ^7.24.1 - version: 7.24.1 + specifier: ^7.24.3 + version: 7.24.3 '@babel/plugin-proposal-object-rest-spread': specifier: ^7.20.7 - version: 7.20.7(@babel/core@7.24.1) + version: 7.20.7(@babel/core@7.24.3) '@commitlint/cli': specifier: ^19.2.1 version: 19.2.1(@types/node@20.11.29)(typescript@5.4.2) @@ -26,8 +26,8 @@ devDependencies: specifier: ^19.1.0 version: 19.1.0 '@sanity/pkg-utils': - specifier: ^5.0.7 - version: 5.0.7(@types/node@20.11.29)(typescript@5.4.2) + specifier: ^5.1.4 + version: 5.1.4(@types/node@20.11.29)(typescript@5.4.2) '@types/tap': specifier: ^15.0.11 version: 15.0.11 @@ -111,15 +111,15 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.24.1: - resolution: {integrity: sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==} + /@babel/core@7.24.3: + resolution: {integrity: sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.2 '@babel/generator': 7.24.1 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.1) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) '@babel/helpers': 7.24.1 '@babel/parser': 7.24.1 '@babel/template': 7.24.0 @@ -182,13 +182,13 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.1): + /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.1 + '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -259,7 +259,7 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.1): + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.3): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. @@ -267,29 +267,29 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.23.5 - '@babel/core': 7.24.1 + '@babel/core': 7.24.3 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.1) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.1) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.3) dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.1): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.1 + '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.24.1): + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.1 + '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -928,7 +928,7 @@ packages: slash: 4.0.0 dev: true - /@rollup/plugin-babel@6.0.4(@babel/core@7.24.1)(rollup@4.13.0): + /@rollup/plugin-babel@6.0.4(@babel/core@7.24.3)(rollup@4.13.0): resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -941,7 +941,7 @@ packages: rollup: optional: true dependencies: - '@babel/core': 7.24.1 + '@babel/core': 7.24.3 '@babel/helper-module-imports': 7.22.15 '@rollup/pluginutils': 5.1.0(rollup@4.13.0) rollup: 4.13.0 @@ -1196,19 +1196,19 @@ packages: resolution: {integrity: sha512-UkJuiTyROgPcxbvpHYyXwr+T88Np4eLzu3h05gMgeZ2hv3EM7g/4VMyng5HuA1JdPQPEdq8bmmfQDR+u4KC+TA==} dev: true - /@sanity/pkg-utils@5.0.7(@types/node@20.11.29)(typescript@5.4.2): - resolution: {integrity: sha512-j1pA10G2P6RF97tmkeoJ8affMNX9KI4Jl4NoCjjCqPgKCjOfqEKn637GF5aY8ekMv2OZLYcCzWsj9yfAUD+B1w==} + /@sanity/pkg-utils@5.1.4(@types/node@20.11.29)(typescript@5.4.2): + resolution: {integrity: sha512-vYwaZ0Zs1UkSSo62L62GYbH6x4deKikDYexFn6lm7QjCOBhLi9lxstpM3LUFLcBbuDj642IHntBbP7UtX4s0iA==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: - typescript: ^4.7 || ^5 + typescript: 5.4.2 dependencies: - '@babel/core': 7.24.1 + '@babel/core': 7.24.3 '@babel/types': 7.24.0 '@microsoft/api-extractor': 7.43.0(@types/node@20.11.29) '@microsoft/tsdoc-config': 0.16.2 '@rollup/plugin-alias': 5.1.0(rollup@4.13.0) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.24.1)(rollup@4.13.0) + '@rollup/plugin-babel': 6.0.4(@babel/core@7.24.3)(rollup@4.13.0) '@rollup/plugin-commonjs': 25.0.7(rollup@4.13.0) '@rollup/plugin-json': 6.1.0(rollup@4.13.0) '@rollup/plugin-node-resolve': 15.2.3(rollup@4.13.0) @@ -3039,7 +3039,7 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.24.1 + '@babel/core': 7.24.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1