mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user