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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-13 09:50:45 +02:00
committed by GitHub
parent a7b84b9b0d
commit 17368a35d0
9 changed files with 396 additions and 318 deletions

View File

@@ -27,23 +27,23 @@
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@qlik/browserslist-config": "^3.0.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-babel": "6.1.0",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.5.6",
"rollup": "4.52.3",
"rollup": "4.52.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-visualizer": "6.0.3",
"rollup-plugin-visualizer": "6.0.4",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.4",
"tslib": "*",
"typescript": ">=5.9.2"
"typescript": ">=5.9.3"
}
}

View File

@@ -31,15 +31,15 @@
"@babel/core": "7.28.4",
"@babel/preset-env": "7.28.3",
"@nebula.js/stardust": "^6.0.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-babel": "6.1.0",
"@rollup/plugin-commonjs": "28.0.6",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"extend": "3.0.2",
"fs-extra": "11.3.2",
"node-event-emitter": "0.0.1",
"rollup": "4.52.3",
"rollup": "4.52.4",
"yargs": "17.7.2"
}
}

View File

@@ -35,15 +35,15 @@
"body-parser": "2.2.0",
"chalk": "4.1.2",
"chokidar": "4.0.3",
"cross-env": "10.0.0",
"cross-env": "10.1.0",
"express": "5.1.0",
"extend": "3.0.2",
"html-webpack-plugin": "5.6.4",
"portfinder": "1.0.38",
"puppeteer": "24.22.3",
"puppeteer": "24.24.0",
"regenerator-runtime": "0.14.1",
"source-map-loader": "5.0.0",
"webpack": "5.101.3",
"webpack": "5.102.1",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.2",
"ws": "8.18.3",
@@ -67,10 +67,10 @@
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.10",
"file-loader": "^6.2.0",
"monaco-editor": "0.53.0",
"monaco-editor-webpack-plugin": "7.1.0",
"monaco-editor": "0.54.0",
"monaco-editor-webpack-plugin": "7.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "7.9.3"
"react-router": "7.9.4"
}
}