fix(deps): update minor and patch (#1772)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-23 08:09:20 +02:00
committed by GitHub
parent 343dedfba4
commit 8ae8848487
8 changed files with 400 additions and 222 deletions

View File

@@ -26,21 +26,21 @@
"@babel/plugin-transform-react-jsx": "7.27.1",
"@babel/preset-env": "7.27.2",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.5",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.5.5",
"rollup": "4.43.0",
"postcss": "^8.5.6",
"rollup": "4.44.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-visualizer": "6.0.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.2",
"@rollup/plugin-typescript": "12.1.3",
"tslib": "*",
"typescript": ">=5.8.3"
}

View File

@@ -32,14 +32,14 @@
"@babel/preset-env": "7.27.2",
"@nebula.js/stardust": "^5.16.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.5",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"extend": "3.0.2",
"fs-extra": "11.3.0",
"node-event-emitter": "0.0.1",
"rollup": "4.43.0",
"rollup": "4.44.0",
"yargs": "17.7.2"
}
}

View File

@@ -40,7 +40,7 @@
"extend": "3.0.2",
"html-webpack-plugin": "5.6.3",
"portfinder": "1.0.37",
"puppeteer": "24.10.1",
"puppeteer": "24.10.2",
"regenerator-runtime": "0.14.1",
"source-map-loader": "5.0.0",
"webpack": "5.99.9",