mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
fix(deps): update minor and patch (#1873)
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.28.5",
|
||||
"@babel/core": "7.28.6",
|
||||
"parcel": "^2.16.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"build": "node scripts/generate-all.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"globby": "16.0.0"
|
||||
"globby": "16.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@nebula.js/ui": "^6.3.0",
|
||||
"@qlik/api": "2.2.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
"extend": "3.0.2",
|
||||
"node-event-emitter": "0.0.1",
|
||||
"qlik-chart-modules": "0.99.3",
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/cli": "7.28.6",
|
||||
"@babel/core": "7.28.6",
|
||||
"@babel/preset-env": "7.28.6",
|
||||
"@babel/preset-react": "7.28.5",
|
||||
"@babel/preset-typescript": "7.28.5",
|
||||
"@qlik/browserslist-config": "^3.0.0",
|
||||
@@ -36,7 +36,7 @@
|
||||
"chalk": "4.1.2",
|
||||
"extend": "3.0.2",
|
||||
"postcss": "^8.5.6",
|
||||
"rollup": "4.53.4",
|
||||
"rollup": "4.55.1",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-visualizer": "6.0.5",
|
||||
"yargs": "17.7.2"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"dependencies": {
|
||||
"chalk": "4.1.2",
|
||||
"ejs": "3.1.10",
|
||||
"fs-extra": "11.3.2",
|
||||
"fs-extra": "11.3.3",
|
||||
"inquirer": "8.2.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/cli": "7.28.6",
|
||||
"@babel/core": "7.28.6",
|
||||
"@babel/preset-env": "7.28.6",
|
||||
"@nebula.js/stardust": "^6.3.0",
|
||||
"@rollup/plugin-babel": "6.1.0",
|
||||
"@rollup/plugin-commonjs": "29.0.0",
|
||||
@@ -37,9 +37,9 @@
|
||||
"@rollup/plugin-replace": "6.0.3",
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"extend": "3.0.2",
|
||||
"fs-extra": "11.3.2",
|
||||
"fs-extra": "11.3.3",
|
||||
"node-event-emitter": "0.0.1",
|
||||
"rollup": "4.53.4",
|
||||
"rollup": "4.55.1",
|
||||
"yargs": "17.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "^6.3.0",
|
||||
"@qlik/sdk": "0.28.0",
|
||||
"body-parser": "2.2.1",
|
||||
"body-parser": "2.2.2",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "5.0.0",
|
||||
"cross-env": "10.1.0",
|
||||
@@ -40,18 +40,18 @@
|
||||
"extend": "3.0.2",
|
||||
"html-webpack-plugin": "5.6.5",
|
||||
"portfinder": "1.0.38",
|
||||
"puppeteer": "24.33.0",
|
||||
"puppeteer": "24.35.0",
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"source-map-loader": "5.0.0",
|
||||
"webpack": "5.103.0",
|
||||
"webpack": "5.104.1",
|
||||
"webpack-cli": "6.0.1",
|
||||
"webpack-dev-server": "5.2.2",
|
||||
"ws": "8.18.3",
|
||||
"webpack-dev-server": "5.2.3",
|
||||
"ws": "8.19.0",
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/core": "7.28.6",
|
||||
"@babel/preset-env": "7.28.6",
|
||||
"@babel/preset-react": "7.28.5",
|
||||
"@mui/material": "^6.5.0",
|
||||
"@mui/system": "^6.5.0",
|
||||
|
||||
26
package.json
26
package.json
@@ -35,15 +35,15 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/helper-plugin-utils": "7.27.1",
|
||||
"@babel/cli": "7.28.6",
|
||||
"@babel/core": "7.28.6",
|
||||
"@babel/helper-plugin-utils": "7.28.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||
"@babel/plugin-transform-react-jsx": "7.27.1",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/plugin-transform-react-jsx": "7.28.6",
|
||||
"@babel/preset-env": "7.28.6",
|
||||
"@babel/preset-react": "7.28.5",
|
||||
"@commitlint/cli": "20.2.0",
|
||||
"@commitlint/config-conventional": "20.2.0",
|
||||
"@commitlint/cli": "20.3.1",
|
||||
"@commitlint/config-conventional": "20.3.1",
|
||||
"@playwright/test": "1.57.0",
|
||||
"@rollup/plugin-babel": "6.1.0",
|
||||
"@rollup/plugin-commonjs": "29.0.0",
|
||||
@@ -53,11 +53,11 @@
|
||||
"@rollup/plugin-terser": "0.4.4",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"babel-loader": "10.0.0",
|
||||
"babel-plugin-istanbul": "7.0.1",
|
||||
"body-parser": "2.2.1",
|
||||
"body-parser": "2.2.2",
|
||||
"cross-env": "10.1.0",
|
||||
"css-loader": "7.1.2",
|
||||
"enigma.js": "2.14.0",
|
||||
@@ -65,7 +65,7 @@
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-import": "2.32.0",
|
||||
"eslint-plugin-jest": "^29.5.0",
|
||||
"eslint-plugin-jest": "^29.12.1",
|
||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||
"eslint-plugin-mocha": "11.2.0",
|
||||
"eslint-plugin-prettier": "5.5.4",
|
||||
@@ -84,17 +84,17 @@
|
||||
"picasso-plugin-q": "2.10.0",
|
||||
"picasso.js": "2.10.0",
|
||||
"prettier": "3.7.4",
|
||||
"puppeteer": "24.33.0",
|
||||
"puppeteer": "24.35.0",
|
||||
"qix-faker": "0.3.0",
|
||||
"react-is": "18.3.1",
|
||||
"rollup": "4.53.4",
|
||||
"rollup": "4.55.1",
|
||||
"rollup-plugin-sass": "1.15.3",
|
||||
"style-loader": "4.0.0",
|
||||
"whatwg-fetch": "^3.6.20",
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"caniuse-lite": "1.0.30001760",
|
||||
"caniuse-lite": "1.0.30001764",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-is": "18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user