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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-11 09:27:46 +02:00
committed by GitHub
parent f1052f3ab7
commit ab4d42e725
13 changed files with 616 additions and 577 deletions

View File

@@ -21,10 +21,10 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.27.2",
"@babel/core": "7.27.4",
"@babel/cli": "7.28.0",
"@babel/core": "7.28.0",
"@babel/plugin-transform-react-jsx": "7.27.1",
"@babel/preset-env": "7.27.2",
"@babel/preset-env": "7.28.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-json": "6.1.0",
@@ -34,14 +34,14 @@
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.5.6",
"rollup": "4.44.0",
"rollup": "4.46.2",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-visualizer": "6.0.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.3",
"@rollup/plugin-typescript": "12.1.4",
"tslib": "*",
"typescript": ">=5.8.3"
"typescript": ">=5.9.2"
}
}