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 (#1732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"enigma.js": "2.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/core": "7.27.1",
|
||||
"parcel": "^2.14.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"@nebula.js/supernova": "^5.12.6",
|
||||
"@nebula.js/theme": "^5.12.6",
|
||||
"@nebula.js/ui": "^5.12.6",
|
||||
"@qlik/api": "^1.31.0",
|
||||
"@qlik/api": "^1.32.0",
|
||||
"@scriptappy/cli": "0.10.0",
|
||||
"@scriptappy/from-jsdoc": "0.19.0",
|
||||
"@scriptappy/to-dts": "1.0.0",
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.27.0",
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/plugin-transform-react-jsx": "7.25.9",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@babel/cli": "7.27.1",
|
||||
"@babel/core": "7.27.1",
|
||||
"@babel/plugin-transform-react-jsx": "7.27.1",
|
||||
"@babel/preset-env": "7.27.1",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "28.0.3",
|
||||
"@rollup/plugin-json": "6.1.0",
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.27.0",
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@babel/cli": "7.27.1",
|
||||
"@babel/core": "7.27.1",
|
||||
"@babel/preset-env": "7.27.1",
|
||||
"@nebula.js/stardust": "^5.12.6",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "28.0.3",
|
||||
|
||||
@@ -39,20 +39,20 @@
|
||||
"express": "5.1.0",
|
||||
"extend": "3.0.2",
|
||||
"html-webpack-plugin": "5.6.3",
|
||||
"portfinder": "1.0.36",
|
||||
"puppeteer": "24.7.2",
|
||||
"portfinder": "1.0.37",
|
||||
"puppeteer": "24.8.0",
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"source-map-loader": "5.0.0",
|
||||
"webpack": "5.99.7",
|
||||
"webpack-cli": "6.0.1",
|
||||
"webpack-dev-server": "4.15.2",
|
||||
"ws": "8.18.1",
|
||||
"ws": "8.18.2",
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@babel/preset-react": "7.26.3",
|
||||
"@babel/core": "7.27.1",
|
||||
"@babel/preset-env": "7.27.1",
|
||||
"@babel/preset-react": "7.27.1",
|
||||
"@mui/material": "^5.17.1",
|
||||
"@mui/system": "^5.17.1",
|
||||
"@nebula.js/enigma-mocker": "^5.12.6",
|
||||
|
||||
18
package.json
18
package.json
@@ -38,13 +38,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@after-work.js/aw": "6.0.14",
|
||||
"@babel/cli": "7.27.0",
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/helper-plugin-utils": "7.26.5",
|
||||
"@babel/cli": "7.27.1",
|
||||
"@babel/core": "7.27.1",
|
||||
"@babel/helper-plugin-utils": "7.27.1",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||
"@babel/plugin-transform-react-jsx": "7.25.9",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@babel/preset-react": "7.26.3",
|
||||
"@babel/plugin-transform-react-jsx": "7.27.1",
|
||||
"@babel/preset-env": "7.27.1",
|
||||
"@babel/preset-react": "7.27.1",
|
||||
"@commitlint/cli": "19.8.0",
|
||||
"@commitlint/config-conventional": "19.8.0",
|
||||
"@playwright/test": "1.52.0",
|
||||
@@ -71,7 +71,7 @@
|
||||
"eslint-plugin-jest": "^28.11.0",
|
||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||
"eslint-plugin-mocha": "10.5.0",
|
||||
"eslint-plugin-prettier": "5.2.6",
|
||||
"eslint-plugin-prettier": "5.3.1",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
"express": "5.1.0",
|
||||
"husky": "9.1.7",
|
||||
@@ -85,7 +85,7 @@
|
||||
"picasso-plugin-q": "2.8.2",
|
||||
"picasso.js": "2.8.2",
|
||||
"prettier": "3.5.3",
|
||||
"puppeteer": "24.7.2",
|
||||
"puppeteer": "24.8.0",
|
||||
"qix-faker": "0.3.0",
|
||||
"rollup": "4.40.1",
|
||||
"rollup-plugin-dependency-flow": "0.3.0",
|
||||
@@ -95,7 +95,7 @@
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/caniuse-lite": "1.0.30001715",
|
||||
"**/caniuse-lite": "1.0.30001716",
|
||||
"**/react": "18.3.1",
|
||||
"**/react-dom": "18.3.1",
|
||||
"**/react-is": "18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user