From 96b5c6e750a645e30d173a2d8bd2f51a3b929ae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:05:00 +0000 Subject: [PATCH] chore(deps): replace rollup with @rollup/plugin-babel 5.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b84c8454..7cefa413 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "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-babel": "5.0.0", + "@rollup/plugin-node-resolve": "6.0.0", "rollup-plugin-terser": "7.0.2", "testcafe": "3.5.0", "text-mask-addons": "3.8.0",