mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix(deps): update minor and patch (#1836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: corepack enable
|
run: corepack enable
|
||||||
- uses: actions/setup-node@v6
|
- uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 24.11.0
|
node-version: 24.11.1
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
@@ -151,7 +151,7 @@ jobs:
|
|||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 24.11.0
|
node-version: 24.11.1
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@@ -13,12 +13,12 @@
|
|||||||
"@nebula.js/supernova": "^6.1.1",
|
"@nebula.js/supernova": "^6.1.1",
|
||||||
"@nebula.js/theme": "^6.1.1",
|
"@nebula.js/theme": "^6.1.1",
|
||||||
"@nebula.js/ui": "^6.1.1",
|
"@nebula.js/ui": "^6.1.1",
|
||||||
"@qlik/api": "1.48.0",
|
"@qlik/api": "1.50.0",
|
||||||
"@testing-library/dom": "^10.4.1",
|
"@testing-library/dom": "^10.4.1",
|
||||||
"@testing-library/react": "^16.3.0",
|
"@testing-library/react": "^16.3.0",
|
||||||
"extend": "3.0.2",
|
"extend": "3.0.2",
|
||||||
"node-event-emitter": "0.0.1",
|
"node-event-emitter": "0.0.1",
|
||||||
"qlik-chart-modules": "0.99.0",
|
"qlik-chart-modules": "0.99.2",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-test-renderer": "18.3.1",
|
"react-test-renderer": "18.3.1",
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
"@nebula.js/supernova": "^6.1.1",
|
"@nebula.js/supernova": "^6.1.1",
|
||||||
"@nebula.js/theme": "^6.1.1",
|
"@nebula.js/theme": "^6.1.1",
|
||||||
"@nebula.js/ui": "^6.1.1",
|
"@nebula.js/ui": "^6.1.1",
|
||||||
"@qlik/api": "1.48.0",
|
"@qlik/api": "1.50.0",
|
||||||
"@scriptappy/cli": "0.10.1",
|
"@scriptappy/cli": "0.10.1",
|
||||||
"@scriptappy/from-jsdoc": "0.19.1",
|
"@scriptappy/from-jsdoc": "0.19.1",
|
||||||
"@scriptappy/to-dts": "1.0.0",
|
"@scriptappy/to-dts": "1.0.0",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
"extend": "3.0.2",
|
"extend": "3.0.2",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"rollup": "4.53.1",
|
"rollup": "4.53.3",
|
||||||
"rollup-plugin-postcss": "4.0.2",
|
"rollup-plugin-postcss": "4.0.2",
|
||||||
"rollup-plugin-visualizer": "6.0.5",
|
"rollup-plugin-visualizer": "6.0.5",
|
||||||
"yargs": "17.7.2"
|
"yargs": "17.7.2"
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
"extend": "3.0.2",
|
"extend": "3.0.2",
|
||||||
"fs-extra": "11.3.2",
|
"fs-extra": "11.3.2",
|
||||||
"node-event-emitter": "0.0.1",
|
"node-event-emitter": "0.0.1",
|
||||||
"rollup": "4.53.1",
|
"rollup": "4.53.3",
|
||||||
"yargs": "17.7.2"
|
"yargs": "17.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,12 +38,12 @@
|
|||||||
"cross-env": "10.1.0",
|
"cross-env": "10.1.0",
|
||||||
"express": "5.1.0",
|
"express": "5.1.0",
|
||||||
"extend": "3.0.2",
|
"extend": "3.0.2",
|
||||||
"html-webpack-plugin": "5.6.4",
|
"html-webpack-plugin": "5.6.5",
|
||||||
"portfinder": "1.0.38",
|
"portfinder": "1.0.38",
|
||||||
"puppeteer": "24.29.1",
|
"puppeteer": "24.30.0",
|
||||||
"regenerator-runtime": "0.14.1",
|
"regenerator-runtime": "0.14.1",
|
||||||
"source-map-loader": "5.0.0",
|
"source-map-loader": "5.0.0",
|
||||||
"webpack": "5.102.1",
|
"webpack": "5.103.0",
|
||||||
"webpack-cli": "6.0.1",
|
"webpack-cli": "6.0.1",
|
||||||
"webpack-dev-server": "5.2.2",
|
"webpack-dev-server": "5.2.2",
|
||||||
"ws": "8.18.3",
|
"ws": "8.18.3",
|
||||||
@@ -71,6 +71,6 @@
|
|||||||
"monaco-editor-webpack-plugin": "7.1.1",
|
"monaco-editor-webpack-plugin": "7.1.1",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-router": "7.9.5"
|
"react-router": "7.9.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -65,7 +65,7 @@
|
|||||||
"eslint-config-airbnb": "19.0.4",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-config-prettier": "10.1.8",
|
"eslint-config-prettier": "10.1.8",
|
||||||
"eslint-plugin-import": "2.32.0",
|
"eslint-plugin-import": "2.32.0",
|
||||||
"eslint-plugin-jest": "^29.0.1",
|
"eslint-plugin-jest": "^29.1.0",
|
||||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||||
"eslint-plugin-mocha": "11.2.0",
|
"eslint-plugin-mocha": "11.2.0",
|
||||||
"eslint-plugin-prettier": "5.5.4",
|
"eslint-plugin-prettier": "5.5.4",
|
||||||
@@ -78,23 +78,23 @@
|
|||||||
"jest-junit": "^16.0.0",
|
"jest-junit": "^16.0.0",
|
||||||
"jest-location-mock": "^2.0.0",
|
"jest-location-mock": "^2.0.0",
|
||||||
"jimp": "^1.6.0",
|
"jimp": "^1.6.0",
|
||||||
"lerna": "9.0.0",
|
"lerna": "9.0.1",
|
||||||
"lint-staged": "^16.2.6",
|
"lint-staged": "^16.2.6",
|
||||||
"mocha-junit-reporter": "2.2.1",
|
"mocha-junit-reporter": "2.2.1",
|
||||||
"picasso-plugin-q": "2.10.0",
|
"picasso-plugin-q": "2.10.0",
|
||||||
"picasso.js": "2.10.0",
|
"picasso.js": "2.10.0",
|
||||||
"prettier": "3.6.2",
|
"prettier": "3.6.2",
|
||||||
"puppeteer": "24.29.1",
|
"puppeteer": "24.30.0",
|
||||||
"qix-faker": "0.3.0",
|
"qix-faker": "0.3.0",
|
||||||
"react-is": "18.3.1",
|
"react-is": "18.3.1",
|
||||||
"rollup": "4.53.1",
|
"rollup": "4.53.3",
|
||||||
"rollup-plugin-sass": "1.15.3",
|
"rollup-plugin-sass": "1.15.3",
|
||||||
"style-loader": "4.0.0",
|
"style-loader": "4.0.0",
|
||||||
"whatwg-fetch": "^3.6.20",
|
"whatwg-fetch": "^3.6.20",
|
||||||
"yargs": "17.7.2"
|
"yargs": "17.7.2"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"caniuse-lite": "1.0.30001754",
|
"caniuse-lite": "1.0.30001756",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-is": "18.3.1",
|
"react-is": "18.3.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user