diff --git a/tools/testing/package.json b/tools/testing/package.json index 927b8ae..f3d0135 100644 --- a/tools/testing/package.json +++ b/tools/testing/package.json @@ -12,7 +12,7 @@ }, "license": "MIT", "dependencies": { - "rollup": "~2.70.2", + "rollup": "~3.29.5", "typescript": "~4.6.3", "@testing-library/react-hooks": "~8.0.0", "react": "^16.13.1", @@ -23,7 +23,7 @@ "@esm-bundle/react": "~17.0.2-fix.1" }, "devDependencies": { - "rollup": "~2.70.2", + "rollup": "~3.29.5", "rimraf": "^4.1.2", "@types/react-dom": "^16.9.9", "cpy-cli": "~4.2.0"