From 6812fa29990f0d3191a9da909dd0b8d6d5496fca Mon Sep 17 00:00:00 2001 From: Andrei Picus Date: Thu, 28 Dec 2023 21:28:01 +0100 Subject: [PATCH] fix(typescript): Ensure rollup 4 compatibility --- packages/typescript/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 0f0c23abf..93c2f2ad8 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -64,7 +64,7 @@ } }, "dependencies": { - "@rollup/pluginutils": "^5.0.1", + "@rollup/pluginutils": "^5.1.0", "resolve": "^1.22.1" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3777d7ee4..3f5074977 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -728,8 +728,8 @@ importers: packages/typescript: dependencies: '@rollup/pluginutils': - specifier: ^5.0.1 - version: 5.0.1(rollup@4.0.0-24) + specifier: ^5.1.0 + version: 5.1.0(rollup@4.0.0-24) resolve: specifier: ^1.22.1 version: 1.22.1