fix(deps): update minor and patch (#1649)

* fix(deps): update minor and patch

* chore: fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
This commit is contained in:
renovate[bot]
2024-12-19 10:00:41 +01:00
committed by GitHub
parent 0cfe77835c
commit cd22432c37
11 changed files with 433 additions and 371 deletions

View File

@@ -21,26 +21,26 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.25.9",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-env": "7.26.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.4.49",
"rollup": "4.28.0",
"rollup": "4.28.1",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-typescript": "12.1.2",
"tslib": "*",
"typescript": ">=5.7.2"
}

View File

@@ -27,19 +27,19 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.25.9",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@nebula.js/stardust": "^5.8.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"extend": "3.0.2",
"fs-extra": "11.2.0",
"node-event-emitter": "0.0.1",
"rollup": "4.28.0",
"rollup": "4.28.1",
"yargs": "17.7.2"
}
}

View File

@@ -36,14 +36,14 @@
"chalk": "4.1.2",
"chokidar": "3.6.0",
"cross-env": "7.0.3",
"express": "4.21.1",
"express": "4.21.2",
"extend": "3.0.2",
"html-webpack-plugin": "5.6.3",
"portfinder": "1.0.32",
"puppeteer": "14.4.1",
"regenerator-runtime": "0.14.1",
"source-map-loader": "5.0.0",
"webpack": "5.97.0",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
"ws": "8.18.0",
@@ -52,9 +52,9 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@mui/material": "^5.16.8",
"@mui/system": "^5.16.8",
"@babel/preset-react": "7.26.3",
"@mui/material": "^5.16.12",
"@mui/system": "^5.16.12",
"@nebula.js/enigma-mocker": "^5.8.1",
"@nebula.js/nucleus": "^5.8.1",
"@nebula.js/snapshooter": "^5.8.1",
@@ -65,9 +65,9 @@
"d3-require": "1.3.0",
"enigma.js": "2.14.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-import-resolver-webpack": "0.13.10",
"file-loader": "^6.2.0",
"monaco-editor": "0.52.0",
"monaco-editor": "0.52.2",
"monaco-editor-webpack-plugin": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -67,10 +67,10 @@ const ConnectionGuid = ({ showGuid }) => (
Example: <code>wss://mycompany.com/bi</code>
<br />
<br />
Note that for the Qlik Sense Proxy to allow sessions from this webpage, <code>
{window.location.host}
</code> needs to be whitelisted in QMC in your Qlik Sense Enterprise on Windows deployment. In addition, you need
to enable <i>Has secure attribute</i> and set <i>SameSite attribute</i> to <i>None</i>.
Note that for the Qlik Sense Proxy to allow sessions from this webpage,
<code>{window.location.host}</code> needs to be whitelisted in QMC in your Qlik Sense Enterprise on Windows
deployment. In addition, you need to enable <i>Has secure attribute</i> and set <i>SameSite attribute</i> to{' '}
<i>None</i>.
<br />
Make sure you are logged in to Qlik Sense in another browser tab.
</Typography>