From 484ccb1c81fcf35e19c2b22289a3fe6b735a8135 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Fri, 17 Mar 2023 16:16:40 -0400 Subject: [PATCH] deps: rollup types --- packages/integrations/markdoc/package.json | 1 + pnpm-lock.yaml | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 8ae11bb2e..87a930bbe 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -46,6 +46,7 @@ "devalue": "^4.2.0", "linkedom": "^0.14.12", "mocha": "^9.2.2", + "rollup": "^3.19.1", "vite": "^4.0.3" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44e6f5467..24928428b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3068,6 +3068,7 @@ importers: gray-matter: ^4.0.3 linkedom: ^0.14.12 mocha: ^9.2.2 + rollup: ^3.19.1 stringify-attributes: ^3.0.0 vite: ^4.0.3 zod: ^3.17.3 @@ -3086,6 +3087,7 @@ importers: devalue: 4.2.3 linkedom: 0.14.21 mocha: 9.2.2 + rollup: 3.19.1 vite: 4.1.2 packages/integrations/markdoc/test/fixtures/content-collections: @@ -14661,6 +14663,13 @@ packages: optionalDependencies: fsevents: 2.3.2 + /rollup/3.19.1: + resolution: {integrity: sha512-lAbrdN7neYCg/8WaoWn/ckzCtz+jr70GFfYdlf50OF7387HTg+wiuiqJRFYawwSPpqfqDNYqK7smY/ks2iAudg==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + /run-parallel/1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: @@ -16203,7 +16212,7 @@ packages: esbuild: 0.16.17 postcss: 8.4.21 resolve: 1.22.1 - rollup: 3.14.0 + rollup: 3.19.1 optionalDependencies: fsevents: 2.3.2