mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
chore(deps): update minor and patch (#1210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -76,7 +76,7 @@ commands:
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: cimg/node:18.14.2
|
||||
- image: cimg/node:18.15.0
|
||||
- image: browserless/chrome:1-puppeteer-7.1.0
|
||||
|
||||
working_directory: ~/project
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/stardust": "next",
|
||||
"@nebula.js/sn-mekko-chart": "1.1.1",
|
||||
"enigma.js": "2.10.0"
|
||||
"@nebula.js/sn-mekko-chart": "1.2.0",
|
||||
"enigma.js": "2.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"parcel": "^2.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@nebula.js/conversion": "^4.0.0-alpha.7",
|
||||
"@nebula.js/locale": "^4.0.0-alpha.7",
|
||||
"@nebula.js/supernova": "^4.0.0-alpha.7",
|
||||
@@ -19,7 +19,7 @@
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"react-virtualized-auto-sizer": "^1.0.7",
|
||||
"react-virtualized-auto-sizer": "^1.0.11",
|
||||
"react-window": "1.8.8",
|
||||
"react-window-infinite-loader": "1.0.8",
|
||||
"semver": "6.3.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"module": "esm/index.js",
|
||||
"peerDependencies": {
|
||||
"@mui/material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@nebula.js/conversion": "^4.0.0-alpha.7",
|
||||
"@nebula.js/enigma-mocker": "^4.0.0-alpha.7",
|
||||
"@nebula.js/locale": "^4.0.0-alpha.7",
|
||||
@@ -60,7 +60,7 @@
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"react-virtualized-auto-sizer": "^1.0.7",
|
||||
"react-virtualized-auto-sizer": "^1.0.11",
|
||||
"react-window": "1.8.8",
|
||||
"react-window-infinite-loader": "1.0.8",
|
||||
"regenerator-runtime": "0.13.11",
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.0",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-commonjs": "24.0.1",
|
||||
"@rollup/plugin-json": "6.0.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"chalk": "4.1.2",
|
||||
"extend": "3.0.2",
|
||||
"postcss": "^8.4.21",
|
||||
"rollup": "3.17.3",
|
||||
"rollup": "3.20.2",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"yargs": "17.7.1"
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "4.1.2",
|
||||
"ejs": "3.1.8",
|
||||
"fs-extra": "11.1.0",
|
||||
"ejs": "3.1.9",
|
||||
"fs-extra": "11.1.1",
|
||||
"inquirer": "8.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@nebula.js/stardust": "^4.0.0-alpha.7",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-commonjs": "24.0.1",
|
||||
@@ -37,9 +37,9 @@
|
||||
"@rollup/plugin-replace": "5.0.2",
|
||||
"@rollup/plugin-terser": "0.4.0",
|
||||
"extend": "3.0.2",
|
||||
"fs-extra": "11.1.0",
|
||||
"fs-extra": "11.1.1",
|
||||
"node-event-emitter": "0.0.1",
|
||||
"rollup": "3.17.3",
|
||||
"rollup": "3.20.2",
|
||||
"yargs": "17.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "^4.0.0-alpha.7",
|
||||
"@qlik/sdk": "^0.19.1",
|
||||
"@qlik/sdk": "^0.20.1",
|
||||
"body-parser": "1.20.2",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "3.5.3",
|
||||
@@ -43,18 +43,18 @@
|
||||
"puppeteer": "14.4.1",
|
||||
"regenerator-runtime": "0.13.11",
|
||||
"source-map-loader": "4.0.1",
|
||||
"webpack": "5.76.0",
|
||||
"webpack": "5.77.0",
|
||||
"webpack-cli": "5.0.1",
|
||||
"webpack-dev-server": "4.11.1",
|
||||
"ws": "8.12.1",
|
||||
"webpack-dev-server": "4.13.2",
|
||||
"ws": "8.13.0",
|
||||
"yargs": "17.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@mui/system": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@mui/system": "^5.11.15",
|
||||
"@nebula.js/enigma-mocker": "^4.0.0-alpha.7",
|
||||
"@nebula.js/nucleus": "^4.0.0-alpha.7",
|
||||
"@nebula.js/snapshooter": "^4.0.0-alpha.7",
|
||||
@@ -71,6 +71,6 @@
|
||||
"monaco-editor-webpack-plugin": "7.0.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-router-dom": "6.8.2"
|
||||
"react-router-dom": "6.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
38
package.json
38
package.json
@@ -37,16 +37,16 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.31.1",
|
||||
"@playwright/test": "1.32.1",
|
||||
"@after-work.js/aw": "6.0.14",
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/helper-plugin-utils": "7.20.2",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.0",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@commitlint/cli": "17.4.4",
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-conventional": "17.4.4",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-commonjs": "24.0.1",
|
||||
@@ -62,7 +62,7 @@
|
||||
"@storybook/builder-webpack5": "6.5.16",
|
||||
"@storybook/manager-webpack5": "6.5.16",
|
||||
"@storybook/react": "6.5.16",
|
||||
"@storybook/testing-library": "0.0.13",
|
||||
"@storybook/testing-library": "0.1.0",
|
||||
"@storybook/addon-knobs": "6.4.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
@@ -72,9 +72,9 @@
|
||||
"body-parser": "1.20.2",
|
||||
"cross-env": "7.0.3",
|
||||
"enigma.js": "2.11.0",
|
||||
"eslint": "8.35.0",
|
||||
"eslint": "8.37.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-prettier": "8.6.0",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-jest": "^27.2.1",
|
||||
"eslint-plugin-jsx-a11y": "6.7.1",
|
||||
@@ -84,33 +84,33 @@
|
||||
"eslint-plugin-storybook": "0.6.11",
|
||||
"express": "4.18.2",
|
||||
"husky": "8.0.3",
|
||||
"jest": "^29.4.3",
|
||||
"jest-environment-jsdom": "^29.4.3",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-jsdom": "^29.5.0",
|
||||
"jest-junit": "^15.0.0",
|
||||
"jest-location-mock": "^1.0.9",
|
||||
"jimp": "0.22.7",
|
||||
"lerna": "6.5.1",
|
||||
"lint-staged": "13.1.2",
|
||||
"lerna": "6.6.1",
|
||||
"lint-staged": "13.2.0",
|
||||
"mocha-junit-reporter": "2.2.0",
|
||||
"picasso-plugin-q": "2.1.1",
|
||||
"picasso.js": "2.1.1",
|
||||
"prettier": "2.8.4",
|
||||
"picasso-plugin-q": "2.2.2",
|
||||
"picasso.js": "2.2.2",
|
||||
"prettier": "2.8.7",
|
||||
"pretty-quick": "3.1.3",
|
||||
"puppeteer": "19.7.2",
|
||||
"puppeteer": "19.8.3",
|
||||
"qix-faker": "0.3.0",
|
||||
"rollup": "3.17.3",
|
||||
"rollup": "3.20.2",
|
||||
"rollup-plugin-dependency-flow": "0.3.0",
|
||||
"rollup-plugin-sass": "1.12.18",
|
||||
"rollup-plugin-sass": "1.12.19",
|
||||
"@rollup/plugin-terser": "0.4.0",
|
||||
"whatwg-fetch": "^3.6.2",
|
||||
"yargs": "17.7.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/caniuse-lite": "1.0.30001458",
|
||||
"**/caniuse-lite": "1.0.30001473",
|
||||
"**/react": "18.2.0",
|
||||
"**/react-dom": "18.2.0",
|
||||
"**/react-is": "18.2.0",
|
||||
"@playwright/test": "1.31.1"
|
||||
"@playwright/test": "1.32.1"
|
||||
},
|
||||
"workspaces": [
|
||||
"generated/*",
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
@@ -19,7 +19,7 @@
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user