mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
fix(deps): update minor and patch (#1780)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"dependencies": {
|
||||
"chalk": "4.1.2",
|
||||
"ejs": "3.1.10",
|
||||
"fs-extra": "11.3.0",
|
||||
"inquirer": "8.2.6"
|
||||
"fs-extra": "11.3.1",
|
||||
"inquirer": "8.2.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.27.2",
|
||||
"@babel/core": "7.27.4",
|
||||
"@babel/preset-env": "7.27.2",
|
||||
"@babel/cli": "7.28.0",
|
||||
"@babel/core": "7.28.0",
|
||||
"@babel/preset-env": "7.28.0",
|
||||
"@nebula.js/stardust": "^5.17.0",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "28.0.6",
|
||||
@@ -37,9 +37,9 @@
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"extend": "3.0.2",
|
||||
"fs-extra": "11.3.0",
|
||||
"fs-extra": "11.3.1",
|
||||
"node-event-emitter": "0.0.1",
|
||||
"rollup": "4.44.0",
|
||||
"rollup": "4.46.2",
|
||||
"yargs": "17.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,21 +40,21 @@
|
||||
"extend": "3.0.2",
|
||||
"html-webpack-plugin": "5.6.3",
|
||||
"portfinder": "1.0.37",
|
||||
"puppeteer": "24.10.2",
|
||||
"puppeteer": "24.16.0",
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"source-map-loader": "5.0.0",
|
||||
"webpack": "5.99.9",
|
||||
"webpack": "5.101.0",
|
||||
"webpack-cli": "6.0.1",
|
||||
"webpack-dev-server": "5.2.2",
|
||||
"ws": "8.18.2",
|
||||
"ws": "8.18.3",
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.27.4",
|
||||
"@babel/preset-env": "7.27.2",
|
||||
"@babel/core": "7.28.0",
|
||||
"@babel/preset-env": "7.28.0",
|
||||
"@babel/preset-react": "7.27.1",
|
||||
"@mui/material": "^5.17.1",
|
||||
"@mui/system": "^5.17.1",
|
||||
"@mui/material": "^5.18.0",
|
||||
"@mui/system": "^5.18.0",
|
||||
"@nebula.js/enigma-mocker": "^5.17.0",
|
||||
"@nebula.js/nucleus": "^5.17.0",
|
||||
"@nebula.js/snapshooter": "^5.17.0",
|
||||
@@ -71,6 +71,6 @@
|
||||
"monaco-editor-webpack-plugin": "7.1.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-router": "7.6.2"
|
||||
"react-router": "7.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user