mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
chore(deps): update minor and patch (#1251)
* chore(deps): update minor and patch * chore: set node to 18.15.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caele <tsm@qlik.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"enigma.js": "2.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/core": "7.21.8",
|
||||
"parcel": "^2.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"build": "node scripts/generate-all.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"globby": "13.1.3"
|
||||
"globby": "13.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@emotion/react": "^11.10.8",
|
||||
"@emotion/styled": "^11.10.8",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/material": "^5.12.3",
|
||||
"@nebula.js/conversion": "^4.0.0-alpha.9",
|
||||
"@nebula.js/locale": "^4.0.0-alpha.9",
|
||||
"@nebula.js/supernova": "^4.0.0-alpha.9",
|
||||
@@ -19,9 +19,9 @@
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"react-virtualized-auto-sizer": "1.0.7",
|
||||
"react-window": "1.8.8",
|
||||
"react-window-infinite-loader": "1.0.8",
|
||||
"react-virtualized-auto-sizer": "1.0.15",
|
||||
"react-window": "1.8.9",
|
||||
"react-window-infinite-loader": "1.0.9",
|
||||
"semver": "6.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"module": "esm/index.js",
|
||||
"peerDependencies": {
|
||||
"@mui/material": "^5.11.15",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/material": "^5.12.3",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@emotion/react": "^11.10.8",
|
||||
"@emotion/styled": "^11.10.8",
|
||||
"react": "^17.0.2 || ^18.1.0",
|
||||
"react-dom": "^17.0.2 || ^18.1.0"
|
||||
}
|
||||
|
||||
@@ -44,10 +44,10 @@
|
||||
"@types/qlik-engineapi": "12.67.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@emotion/react": "^11.10.8",
|
||||
"@emotion/styled": "^11.10.8",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/material": "^5.12.3",
|
||||
"@nebula.js/conversion": "^4.0.0-alpha.9",
|
||||
"@nebula.js/enigma-mocker": "^4.0.0-alpha.9",
|
||||
"@nebula.js/locale": "^4.0.0-alpha.9",
|
||||
@@ -62,9 +62,9 @@
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"react-virtualized-auto-sizer": "1.0.7",
|
||||
"react-window": "1.8.8",
|
||||
"react-window-infinite-loader": "1.0.8",
|
||||
"react-virtualized-auto-sizer": "1.0.15",
|
||||
"react-window": "1.8.9",
|
||||
"react-window-infinite-loader": "1.0.9",
|
||||
"regenerator-runtime": "0.13.11",
|
||||
"semver": "6.3.0"
|
||||
}
|
||||
|
||||
@@ -21,26 +21,26 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.0",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@babel/cli": "7.21.5",
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.5",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-commonjs": "24.0.1",
|
||||
"@rollup/plugin-commonjs": "24.1.0",
|
||||
"@rollup/plugin-json": "6.0.0",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-node-resolve": "15.0.2",
|
||||
"@rollup/plugin-replace": "5.0.2",
|
||||
"@rollup/plugin-terser": "0.4.0",
|
||||
"@rollup/plugin-terser": "0.4.1",
|
||||
"chalk": "4.1.2",
|
||||
"extend": "3.0.2",
|
||||
"postcss": "^8.4.21",
|
||||
"rollup": "3.20.2",
|
||||
"postcss": "^8.4.23",
|
||||
"rollup": "3.21.3",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"yargs": "17.7.1"
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-typescript": "11.0.0",
|
||||
"@rollup/plugin-typescript": "11.1.0",
|
||||
"tslib": "*",
|
||||
"typescript": ">=5.0.4"
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-create": "^4.0.0-alpha.9",
|
||||
"import-cwd": "3.0.0",
|
||||
"yargs": "17.7.1"
|
||||
"yargs": "17.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,19 +27,19 @@
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@babel/cli": "7.21.5",
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@nebula.js/stardust": "^4.0.0-alpha.9",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-commonjs": "24.0.1",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-commonjs": "24.1.0",
|
||||
"@rollup/plugin-node-resolve": "15.0.2",
|
||||
"@rollup/plugin-replace": "5.0.2",
|
||||
"@rollup/plugin-terser": "0.4.0",
|
||||
"@rollup/plugin-terser": "0.4.1",
|
||||
"extend": "3.0.2",
|
||||
"fs-extra": "11.1.1",
|
||||
"node-event-emitter": "0.0.1",
|
||||
"rollup": "3.20.2",
|
||||
"yargs": "17.7.1"
|
||||
"rollup": "3.21.3",
|
||||
"yargs": "17.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,23 +38,23 @@
|
||||
"cross-env": "7.0.3",
|
||||
"express": "4.18.2",
|
||||
"extend": "3.0.2",
|
||||
"html-webpack-plugin": "5.5.0",
|
||||
"html-webpack-plugin": "5.5.1",
|
||||
"portfinder": "1.0.32",
|
||||
"puppeteer": "14.4.1",
|
||||
"regenerator-runtime": "0.13.11",
|
||||
"source-map-loader": "4.0.1",
|
||||
"webpack": "5.77.0",
|
||||
"webpack-cli": "5.0.1",
|
||||
"webpack-dev-server": "4.13.2",
|
||||
"webpack": "5.81.0",
|
||||
"webpack-cli": "5.0.2",
|
||||
"webpack-dev-server": "4.13.3",
|
||||
"ws": "8.13.0",
|
||||
"yargs": "17.7.1"
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@mui/system": "^5.11.15",
|
||||
"@mui/material": "^5.12.3",
|
||||
"@mui/system": "^5.12.3",
|
||||
"@nebula.js/enigma-mocker": "^4.0.0-alpha.9",
|
||||
"@nebula.js/nucleus": "^4.0.0-alpha.9",
|
||||
"@nebula.js/snapshooter": "^4.0.0-alpha.9",
|
||||
@@ -67,10 +67,10 @@
|
||||
"eslint-import-resolver-alias": "1.1.2",
|
||||
"eslint-import-resolver-webpack": "0.13.2",
|
||||
"file-loader": "^6.2.0",
|
||||
"monaco-editor": "0.36.1",
|
||||
"monaco-editor": "0.38.0",
|
||||
"monaco-editor-webpack-plugin": "7.0.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-router-dom": "6.10.0"
|
||||
"react-router-dom": "6.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
44
package.json
44
package.json
@@ -37,21 +37,21 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.32.1",
|
||||
"@playwright/test": "1.33.0",
|
||||
"@after-work.js/aw": "6.0.14",
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/helper-plugin-utils": "7.20.2",
|
||||
"@babel/cli": "7.21.5",
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/helper-plugin-utils": "7.21.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.0",
|
||||
"@babel/preset-env": "7.21.4",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.5",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-conventional": "17.4.4",
|
||||
"@commitlint/cli": "17.6.1",
|
||||
"@commitlint/config-conventional": "17.6.1",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-commonjs": "24.0.1",
|
||||
"@rollup/plugin-commonjs": "24.1.0",
|
||||
"@rollup/plugin-json": "6.0.0",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-node-resolve": "15.0.2",
|
||||
"@rollup/plugin-replace": "5.0.2",
|
||||
"@storybook/addon-actions": "6.5.16",
|
||||
"@storybook/addon-controls": "6.5.16",
|
||||
@@ -72,7 +72,7 @@
|
||||
"body-parser": "1.20.2",
|
||||
"cross-env": "7.0.3",
|
||||
"enigma.js": "2.11.0",
|
||||
"eslint": "8.37.0",
|
||||
"eslint": "8.39.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
@@ -81,7 +81,7 @@
|
||||
"eslint-plugin-mocha": "10.1.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"eslint-plugin-storybook": "0.6.11",
|
||||
"eslint-plugin-storybook": "0.6.12",
|
||||
"express": "4.18.2",
|
||||
"husky": "8.0.3",
|
||||
"jest": "^29.5.0",
|
||||
@@ -90,27 +90,27 @@
|
||||
"jest-location-mock": "^1.0.9",
|
||||
"jimp": "0.22.7",
|
||||
"lerna": "6.6.1",
|
||||
"lint-staged": "13.2.0",
|
||||
"lint-staged": "13.2.2",
|
||||
"mocha-junit-reporter": "2.2.0",
|
||||
"picasso-plugin-q": "2.2.2",
|
||||
"picasso.js": "2.2.2",
|
||||
"prettier": "2.8.7",
|
||||
"picasso-plugin-q": "2.2.3",
|
||||
"picasso.js": "2.2.3",
|
||||
"prettier": "2.8.8",
|
||||
"pretty-quick": "3.1.3",
|
||||
"puppeteer": "19.8.3",
|
||||
"puppeteer": "19.11.1",
|
||||
"qix-faker": "0.3.0",
|
||||
"rollup": "3.20.2",
|
||||
"rollup": "3.21.3",
|
||||
"rollup-plugin-dependency-flow": "0.3.0",
|
||||
"rollup-plugin-sass": "1.12.19",
|
||||
"@rollup/plugin-terser": "0.4.0",
|
||||
"@rollup/plugin-terser": "0.4.1",
|
||||
"whatwg-fetch": "^3.6.2",
|
||||
"yargs": "17.7.1"
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/caniuse-lite": "1.0.30001473",
|
||||
"**/caniuse-lite": "1.0.30001482",
|
||||
"**/react": "18.2.0",
|
||||
"**/react-dom": "18.2.0",
|
||||
"**/react-is": "18.2.0",
|
||||
"@playwright/test": "1.32.1"
|
||||
"@playwright/test": "1.33.0"
|
||||
},
|
||||
"workspaces": [
|
||||
"generated/*",
|
||||
|
||||
@@ -8,18 +8,18 @@
|
||||
"keywords": [],
|
||||
"scripts": {},
|
||||
"peerDependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@emotion/react": "^11.10.8",
|
||||
"@emotion/styled": "^11.10.8",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/material": "^5.12.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@emotion/react": "^11.10.8",
|
||||
"@emotion/styled": "^11.10.8",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/material": "^5.12.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user