mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore(deps): update minor and patch (#1521)
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.23.9",
|
||||
"@babel/core": "7.24.0",
|
||||
"@babel/cli": "7.24.1",
|
||||
"@babel/core": "7.24.3",
|
||||
"@babel/plugin-transform-react-jsx": "7.23.4",
|
||||
"@babel/preset-env": "7.24.0",
|
||||
"@babel/preset-env": "7.24.3",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "25.0.7",
|
||||
"@rollup/plugin-json": "6.1.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"chalk": "4.1.2",
|
||||
"extend": "3.0.2",
|
||||
"postcss": "^8.4.36",
|
||||
"postcss": "^8.4.38",
|
||||
"rollup": "4.13.0",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
@@ -42,6 +42,6 @@
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-typescript": "11.1.6",
|
||||
"tslib": "*",
|
||||
"typescript": ">=5.4.2"
|
||||
"typescript": ">=5.4.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.23.9",
|
||||
"@babel/core": "7.24.0",
|
||||
"@babel/preset-env": "7.24.0",
|
||||
"@babel/cli": "7.24.1",
|
||||
"@babel/core": "7.24.3",
|
||||
"@babel/preset-env": "7.24.3",
|
||||
"@nebula.js/stardust": "^5.0.0",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "25.0.7",
|
||||
|
||||
@@ -36,25 +36,25 @@
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "3.6.0",
|
||||
"cross-env": "7.0.3",
|
||||
"express": "4.18.3",
|
||||
"express": "4.19.1",
|
||||
"extend": "3.0.2",
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
"portfinder": "1.0.32",
|
||||
"puppeteer": "14.4.1",
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"source-map-loader": "5.0.0",
|
||||
"webpack": "5.90.3",
|
||||
"webpack": "5.91.0",
|
||||
"webpack-cli": "5.1.4",
|
||||
"webpack-dev-server": "4.15.1",
|
||||
"webpack-dev-server": "4.15.2",
|
||||
"ws": "8.16.0",
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.24.0",
|
||||
"@babel/preset-env": "7.24.0",
|
||||
"@babel/preset-react": "7.23.3",
|
||||
"@mui/material": "^5.15.13",
|
||||
"@mui/system": "^5.15.13",
|
||||
"@babel/core": "7.24.3",
|
||||
"@babel/preset-env": "7.24.3",
|
||||
"@babel/preset-react": "7.24.1",
|
||||
"@mui/material": "^5.15.14",
|
||||
"@mui/system": "^5.15.14",
|
||||
"@nebula.js/enigma-mocker": "^5.0.0",
|
||||
"@nebula.js/nucleus": "^5.0.0",
|
||||
"@nebula.js/snapshooter": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user