From 7864c3ea9ed86b9711e68cacf263810e66ae74d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:37:17 +0000 Subject: [PATCH] chore(deps): replace rollup with @rollup/plugin-babel 5.0.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a9ca4370..de2a59af 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ "eslint-plugin-testcafe": "0.2.1", "jest": "27.5.1", "rollup": "2.79.1", - "rollup-plugin-babel": "4.4.0", - "rollup-plugin-node-resolve": "5.2.0", - "rollup-plugin-terser": "7.0.2", + "@rollup/plugin-babel": "5.0.0", + "@rollup/plugin-node-resolve": "6.0.0", + "@rollup/plugin-terser": "0.1.0", "testcafe": "3.6.2", "text-mask-addons": "3.8.0", "text-mask-core": "5.1.2",