mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-06-01 22:00:35 -04:00
chore(deps): update minor and patch (#981)
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.10.0
|
||||
- image: cimg/node:18.12.0
|
||||
- image: browserless/chrome:1-puppeteer-7.1.0
|
||||
|
||||
working_directory: ~/project
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"enigma.js": "2.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.19.3",
|
||||
"@babel/core": "7.19.6",
|
||||
"parcel": "^2.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@emotion/styled": "^11.10.4",
|
||||
"@mui/icons-material": "^5.10.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@mui/icons-material": "^5.10.9",
|
||||
"@mui/material": "^5.10.12",
|
||||
"@nebula.js/conversion": "^3.1.0-alpha.0",
|
||||
"@nebula.js/locale": "^3.1.0-alpha.0",
|
||||
"@nebula.js/supernova": "^3.1.0-alpha.0",
|
||||
@@ -19,7 +19,7 @@
|
||||
"react-dom": "18.2.0",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"react-virtualized-auto-sizer": "^1.0.7",
|
||||
"react-window": "1.8.7",
|
||||
"react-window": "1.8.8",
|
||||
"react-window-infinite-loader": "1.0.8",
|
||||
"semver": "6.3.0"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"module": "esm/index.js",
|
||||
"peerDependencies": {
|
||||
"@mui/material": "^5.10.8",
|
||||
"@mui/icons-material": "^5.10.6",
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@emotion/styled": "^11.10.4",
|
||||
"@mui/material": "^5.10.12",
|
||||
"@mui/icons-material": "^5.10.9",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"react": "^17.0.2 || ^18.1.0",
|
||||
"react-dom": "^17.0.2 || ^18.1.0"
|
||||
}
|
||||
|
||||
@@ -42,10 +42,10 @@
|
||||
"@types/qlik-engineapi": "12.67.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@emotion/styled": "^11.10.4",
|
||||
"@mui/icons-material": "^5.10.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@mui/icons-material": "^5.10.9",
|
||||
"@mui/material": "^5.10.12",
|
||||
"@nebula.js/conversion": "^3.1.0-alpha.0",
|
||||
"@nebula.js/enigma-mocker": "^3.1.0-alpha.0",
|
||||
"@nebula.js/locale": "^3.1.0-alpha.0",
|
||||
@@ -61,9 +61,9 @@
|
||||
"react-dom": "18.2.0",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"react-virtualized-auto-sizer": "^1.0.7",
|
||||
"react-window": "1.8.7",
|
||||
"react-window": "1.8.8",
|
||||
"react-window-infinite-loader": "1.0.8",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"regenerator-runtime": "0.13.10",
|
||||
"semver": "6.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,16 +22,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.19.3",
|
||||
"@babel/core": "7.19.3",
|
||||
"@babel/core": "7.19.6",
|
||||
"@babel/plugin-transform-react-jsx": "7.19.0",
|
||||
"@babel/preset-env": "7.19.3",
|
||||
"@babel/preset-env": "7.19.4",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "14.1.0",
|
||||
"@rollup/plugin-replace": "4.0.0",
|
||||
"chalk": "4.1.2",
|
||||
"extend": "3.0.2",
|
||||
"postcss": "^8.4.17",
|
||||
"postcss": "^8.4.18",
|
||||
"rollup": "2.79.1",
|
||||
"rollup-plugin-babel": "4.4.0",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
"chalk": "4.1.2",
|
||||
"ejs": "3.1.8",
|
||||
"fs-extra": "10.1.0",
|
||||
"inquirer": "8.2.4"
|
||||
"inquirer": "8.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.19.3",
|
||||
"@babel/core": "7.19.3",
|
||||
"@babel/preset-env": "7.19.3",
|
||||
"@babel/core": "7.19.6",
|
||||
"@babel/preset-env": "7.19.4",
|
||||
"@nebula.js/stardust": "^3.1.0-alpha.0",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-node-resolve": "14.1.0",
|
||||
|
||||
@@ -28,34 +28,34 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "^3.1.0-alpha.0",
|
||||
"body-parser": "1.20.0",
|
||||
"body-parser": "1.20.1",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "3.5.3",
|
||||
"cross-env": "7.0.3",
|
||||
"express": "4.18.1",
|
||||
"express": "4.18.2",
|
||||
"extend": "3.0.2",
|
||||
"html-webpack-plugin": "5.5.0",
|
||||
"portfinder": "1.0.32",
|
||||
"puppeteer": "14.4.1",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"source-map-loader": "4.0.0",
|
||||
"regenerator-runtime": "0.13.10",
|
||||
"source-map-loader": "4.0.1",
|
||||
"webpack": "5.74.0",
|
||||
"webpack-dev-server": "4.11.1",
|
||||
"ws": "8.9.0",
|
||||
"ws": "8.10.0",
|
||||
"yargs": "17.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.19.3",
|
||||
"@babel/preset-env": "7.19.3",
|
||||
"@babel/core": "7.19.6",
|
||||
"@babel/preset-env": "7.19.4",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"@mui/system": "^5.10.8",
|
||||
"@mui/material": "^5.10.12",
|
||||
"@mui/system": "^5.10.12",
|
||||
"@nebula.js/enigma-mocker": "^3.1.0-alpha.0",
|
||||
"@nebula.js/nucleus": "^3.1.0-alpha.0",
|
||||
"@nebula.js/snapshooter": "^3.1.0-alpha.0",
|
||||
"@nebula.js/stardust": "^3.1.0-alpha.0",
|
||||
"@nebula.js/ui": "^3.1.0-alpha.0",
|
||||
"@qlik/sdk": "^0.12.0",
|
||||
"@qlik/sdk": "^0.14.3",
|
||||
"autosuggest-highlight": "3.3.4",
|
||||
"babel-loader": "8.2.5",
|
||||
"d3-require": "1.3.0",
|
||||
@@ -63,7 +63,7 @@
|
||||
"eslint-import-resolver-alias": "1.1.2",
|
||||
"eslint-import-resolver-webpack": "0.13.2",
|
||||
"file-loader": "^6.2.0",
|
||||
"monaco-editor": "0.34.0",
|
||||
"monaco-editor": "0.34.1",
|
||||
"monaco-editor-webpack-plugin": "7.0.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
||||
54
package.json
54
package.json
@@ -38,56 +38,56 @@
|
||||
"devDependencies": {
|
||||
"@after-work.js/aw": "6.0.14",
|
||||
"@babel/cli": "7.19.3",
|
||||
"@babel/core": "7.19.3",
|
||||
"@babel/core": "7.19.6",
|
||||
"@babel/helper-plugin-utils": "7.19.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
|
||||
"@babel/plugin-transform-react-jsx": "7.19.0",
|
||||
"@babel/preset-env": "7.19.3",
|
||||
"@babel/preset-env": "7.19.4",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@commitlint/cli": "17.1.2",
|
||||
"@commitlint/config-conventional": "17.1.0",
|
||||
"@commitlint/cli": "17.2.0",
|
||||
"@commitlint/config-conventional": "17.2.0",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "14.1.0",
|
||||
"@rollup/plugin-replace": "4.0.0",
|
||||
"@storybook/addon-actions": "6.5.12",
|
||||
"@storybook/addon-controls": "6.5.12",
|
||||
"@storybook/addon-docs": "6.5.12",
|
||||
"@storybook/addon-essentials": "6.5.12",
|
||||
"@storybook/addon-interactions": "6.5.12",
|
||||
"@storybook/addon-links": "6.5.12",
|
||||
"@storybook/builder-webpack5": "6.5.12",
|
||||
"@storybook/manager-webpack5": "6.5.12",
|
||||
"@storybook/react": "6.5.12",
|
||||
"@storybook/addon-actions": "6.5.13",
|
||||
"@storybook/addon-controls": "6.5.13",
|
||||
"@storybook/addon-docs": "6.5.13",
|
||||
"@storybook/addon-essentials": "6.5.13",
|
||||
"@storybook/addon-interactions": "6.5.13",
|
||||
"@storybook/addon-links": "6.5.13",
|
||||
"@storybook/builder-webpack5": "6.5.13",
|
||||
"@storybook/manager-webpack5": "6.5.13",
|
||||
"@storybook/react": "6.5.13",
|
||||
"@storybook/testing-library": "0.0.13",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"babel-loader": "8.2.5",
|
||||
"babel-plugin-istanbul": "6.1.1",
|
||||
"body-parser": "1.20.0",
|
||||
"body-parser": "1.20.1",
|
||||
"cross-env": "7.0.3",
|
||||
"enigma.js": "2.10.0",
|
||||
"eslint": "8.24.0",
|
||||
"eslint": "8.26.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jest": "^27.1.1",
|
||||
"eslint-plugin-jest": "^27.1.3",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
"eslint-plugin-mocha": "10.1.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-react": "7.31.8",
|
||||
"eslint-plugin-storybook": "0.6.4",
|
||||
"express": "4.18.1",
|
||||
"eslint-plugin-react": "7.31.10",
|
||||
"eslint-plugin-storybook": "0.6.6",
|
||||
"express": "4.18.2",
|
||||
"husky": "8.0.1",
|
||||
"jest": "^29.1.2",
|
||||
"jest-environment-jsdom": "^29.1.2",
|
||||
"jest": "^29.2.2",
|
||||
"jest-environment-jsdom": "^29.2.2",
|
||||
"jest-junit": "^14.0.1",
|
||||
"jest-location-mock": "^1.0.9",
|
||||
"jimp": "0.16.2",
|
||||
"lerna": "5.5.4",
|
||||
"lerna": "5.6.2",
|
||||
"lint-staged": "13.0.3",
|
||||
"mocha-junit-reporter": "2.1.0",
|
||||
"picasso-plugin-q": "1.8.0",
|
||||
"picasso.js": "1.8.0",
|
||||
"mocha-junit-reporter": "2.1.1",
|
||||
"picasso-plugin-q": "1.9.6",
|
||||
"picasso.js": "1.9.6",
|
||||
"prettier": "2.7.1",
|
||||
"pretty-quick": "3.1.3",
|
||||
"qix-faker": "0.3.0",
|
||||
@@ -100,7 +100,7 @@
|
||||
"yargs": "17.6.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/caniuse-lite": "1.0.30001416",
|
||||
"**/caniuse-lite": "1.0.30001429",
|
||||
"**/react": "18.2.0",
|
||||
"**/react-dom": "18.2.0",
|
||||
"**/react-is": "18.2.0"
|
||||
|
||||
@@ -8,18 +8,18 @@
|
||||
"keywords": [],
|
||||
"scripts": {},
|
||||
"peerDependencies": {
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@emotion/styled": "^11.10.4",
|
||||
"@mui/icons-material": "^5.10.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@mui/icons-material": "^5.10.9",
|
||||
"@mui/material": "^5.10.12",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@emotion/styled": "^11.10.4",
|
||||
"@mui/icons-material": "^5.10.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@mui/icons-material": "^5.10.9",
|
||||
"@mui/material": "^5.10.12",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user