Skip to content

Commit

Permalink
chore(deps): update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent fdbb22e commit 6801378
Show file tree
Hide file tree
Showing 10 changed files with 1,589 additions and 1,680 deletions.
4 changes: 2 additions & 2 deletions .codesandbox/mekko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@nebula.js/stardust": "next",
"@nebula.js/sn-mekko-chart": "1.4.1",
"@nebula.js/sn-mekko-chart": "1.4.2",
"enigma.js": "2.14.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/core": "7.26.0",
"parcel": "^2.12.0"
}
}
8 changes: 4 additions & 4 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"main": "src/index.js",
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@nebula.js/conversion": "^5.7.1",
"@nebula.js/locale": "^5.7.1",
"@nebula.js/supernova": "^5.7.1",
Expand All @@ -16,7 +16,7 @@
"@testing-library/react": "^14.3.1",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"qlik-chart-modules": "0.79.0",
"qlik-chart-modules": "0.81.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions apis/stardust/core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@mui/material": "^5.16.6",
"@mui/icons-material": "^5.16.6",
"@emotion/react": "^11.13.0",
"@mui/material": "^5.16.7",
"@mui/icons-material": "^5.16.7",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"react": "^17.0.2 || ^18.1.0",
"react-dom": "^17.0.2 || ^18.1.0"
Expand Down
8 changes: 4 additions & 4 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
"version": "yarn run spec && yarn run ts && git add ./api-spec/spec.json ./api-spec/listbox-spec.json ./types/index.d.ts"
},
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@nebula.js/conversion": "^5.7.1",
"@nebula.js/enigma-mocker": "^5.7.1",
"@nebula.js/locale": "^5.7.1",
"@nebula.js/nucleus": "^5.7.1",
"@nebula.js/supernova": "^5.7.1",
"@nebula.js/theme": "^5.7.1",
"@nebula.js/ui": "^5.7.1",
"@qlik/api": "^1.14.0",
"@qlik/api": "^1.23.0",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
"@scriptappy/to-dts": "1.0.0",
Expand Down
20 changes: 10 additions & 10 deletions commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "7.25.2",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/cli": "7.25.9",
"@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.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-terser": "0.4.4",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.4.41",
"rollup": "4.22.4",
"postcss": "^8.4.47",
"rollup": "4.24.3",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.0",
"@rollup/plugin-typescript": "12.1.1",
"tslib": "*",
"typescript": ">=5.5.4"
"typescript": ">=5.6.3"
}
}
12 changes: 6 additions & 6 deletions commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@nebula.js/stardust": "^5.7.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-terser": "0.4.4",
"extend": "3.0.2",
"fs-extra": "11.2.0",
"node-event-emitter": "0.0.1",
"rollup": "4.22.4",
"rollup": "4.24.3",
"yargs": "17.7.2"
}
}
26 changes: 13 additions & 13 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,46 +31,46 @@
},
"dependencies": {
"@nebula.js/cli-build": "^5.7.1",
"@qlik/sdk": "0.27.1",
"@qlik/sdk": "0.28.0",
"body-parser": "1.20.3",
"chalk": "4.1.2",
"chokidar": "3.6.0",
"cross-env": "7.0.3",
"express": "4.20.0",
"express": "4.21.1",
"extend": "3.0.2",
"html-webpack-plugin": "5.6.0",
"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.94.0",
"webpack": "5.96.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
"ws": "8.18.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@mui/material": "^5.16.6",
"@mui/system": "^5.16.6",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@nebula.js/enigma-mocker": "^5.7.1",
"@nebula.js/nucleus": "^5.7.1",
"@nebula.js/snapshooter": "^5.7.1",
"@nebula.js/stardust": "^5.7.1",
"@nebula.js/ui": "^5.7.1",
"autosuggest-highlight": "3.3.4",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"d3-require": "1.3.0",
"enigma.js": "2.14.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-import-resolver-webpack": "0.13.9",
"file-loader": "^6.2.0",
"monaco-editor": "0.50.0",
"monaco-editor": "0.52.0",
"monaco-editor-webpack-plugin": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.0"
"react-router-dom": "6.27.0"
}
}
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,68 +37,68 @@
},
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/cli": "7.24.8",
"@babel/core": "7.25.2",
"@babel/helper-plugin-utils": "7.24.8",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/helper-plugin-utils": "7.25.9",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@playwright/test": "1.45.2",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@playwright/test": "1.48.2",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-terser": "0.4.4",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"babel-plugin-istanbul": "7.0.0",
"body-parser": "1.20.3",
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"enigma.js": "2.14.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "^28.7.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"express": "4.20.0",
"husky": "9.1.4",
"eslint-plugin-react": "7.37.2",
"express": "4.21.1",
"husky": "9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-location-mock": "^2.0.0",
"jimp": "0.22.12",
"lerna": "8.1.8",
"lint-staged": "^15.2.8",
"lerna": "8.1.9",
"lint-staged": "^15.2.10",
"mocha-junit-reporter": "2.2.1",
"picasso-plugin-q": "2.2.8",
"picasso.js": "2.2.8",
"picasso-plugin-q": "2.3.1",
"picasso.js": "2.3.1",
"prettier": "3.3.3",
"puppeteer": "19.11.1",
"qix-faker": "0.3.0",
"rollup": "4.22.4",
"rollup": "4.24.3",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.13.1",
"rollup-plugin-sass": "1.14.0",
"style-loader": "4.0.0",
"whatwg-fetch": "^3.6.20",
"yargs": "17.7.2"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001649",
"**/caniuse-lite": "1.0.30001676",
"**/react": "18.3.1",
"**/react-dom": "18.3.1",
"**/react-is": "18.3.1",
"@playwright/test": "1.45.2"
"@playwright/test": "1.48.2"
},
"workspaces": [
"generated/*",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"keywords": [],
"scripts": {},
"peerDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
Loading

0 comments on commit 6801378

Please sign in to comment.