Skip to content

Commit

Permalink
chore(deps): update minor and patch (#628)
Browse files Browse the repository at this point in the history
* chore(deps): update minor and patch

* chore: update monaco-editor-webpack-plugin

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
  • Loading branch information
3 people committed Aug 2, 2021
1 parent 54171df commit 77ca49e
Show file tree
Hide file tree
Showing 13 changed files with 1,640 additions and 915 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build:
docker:
- image: circleci/node:12.15.0
- image: qlikcore/engine:12.1016.0
- image: qlikcore/engine:12.1050.0
command: |
-S AcceptEULA=yes
-S SSEPlugin=sse,localhost:50051
Expand Down
2 changes: 1 addition & 1 deletion .codesandbox/mekko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"enigma.js": "2.7.3"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/core": "7.14.8",
"parcel-bundler": "^1.12.5"
}
}
2 changes: 1 addition & 1 deletion apis/locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"build": "node scripts/generate-all.js"
},
"devDependencies": {
"globby": "11.0.3"
"globby": "11.0.4"
}
}
2 changes: 1 addition & 1 deletion apis/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"main": "src/index.js",
"devDependencies": {
"@material-ui/core": "4.11.4",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apis/stardust/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"spec": "sy from-jsdoc -c ./api-spec/spec.conf.js"
},
"devDependencies": {
"@material-ui/core": "4.11.4",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^1.4.0",
Expand All @@ -52,7 +52,7 @@
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "1.8.6",
"react-window-infinite-loader": "1.0.7",
"regenerator-runtime": "0.13.7",
"regenerator-runtime": "0.13.9",
"semver": "6.3.0"
}
}
18 changes: 9 additions & 9 deletions commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/plugin-transform-react-jsx": "7.14.5",
"@babel/preset-env": "7.14.4",
"@rollup/plugin-commonjs": "19.0.0",
"@babel/cli": "7.14.8",
"@babel/core": "7.14.8",
"@babel/plugin-transform-react-jsx": "7.14.9",
"@babel/preset-env": "7.14.9",
"@rollup/plugin-commonjs": "19.0.2",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-replace": "2.4.2",
"chalk": "4.1.1",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.3.0",
"rollup": "2.50.6",
"postcss": "^8.3.6",
"rollup": "2.55.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-sourcemaps": "0.6.3",
Expand Down
4 changes: 2 additions & 2 deletions commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"generate": "yo ./generator/index.js"
},
"dependencies": {
"chalk": "4.1.1",
"chalk": "4.1.2",
"ejs": "3.1.6",
"fs-extra": "10.0.0",
"inquirer": "8.1.0"
"inquirer": "8.1.2"
}
}
12 changes: 6 additions & 6 deletions commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"@babel/cli": "7.14.8",
"@babel/core": "7.14.8",
"@babel/preset-env": "7.14.9",
"@nebula.js/stardust": "^1.4.0",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-commonjs": "19.0.2",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-replace": "2.4.2",
"extend": "3.0.2",
"fs-extra": "10.0.0",
"node-event-emitter": "0.0.1",
"rollup": "2.50.6",
"rollup": "2.55.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"yargs": "17.0.1"
Expand Down
28 changes: 14 additions & 14 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
"dependencies": {
"@nebula.js/cli-build": "^1.5.0",
"body-parser": "1.19.0",
"chalk": "4.1.1",
"chokidar": "3.5.1",
"chalk": "4.1.2",
"chokidar": "3.5.2",
"cross-env": "7.0.3",
"express": "4.17.1",
"extend": "3.0.2",
"html-webpack-plugin": "5.3.1",
"html-webpack-plugin": "5.3.2",
"portfinder": "1.0.28",
"puppeteer": "10.0.0",
"regenerator-runtime": "0.13.7",
"puppeteer": "10.1.0",
"regenerator-runtime": "0.13.9",
"source-map-loader": "3.0.0",
"webpack": "5.38.1",
"webpack": "5.47.1",
"webpack-dev-server": "3.11.2",
"ws": "7.4.6",
"ws": "7.5.3",
"yargs": "17.0.1"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@material-ui/core": "4.11.4",
"@babel/core": "7.14.8",
"@babel/preset-env": "7.14.9",
"@babel/preset-react": "7.14.5",
"@material-ui/core": "4.12.3",
"@nebula.js/nucleus": "^1.4.0",
"@nebula.js/snapshooter": "1.0.0",
"@nebula.js/stardust": "^1.4.0",
Expand All @@ -59,10 +59,10 @@
"enigma.js": "2.7.3",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.13.1",
"monaco-editor": "0.24.0",
"monaco-editor-webpack-plugin": "3.1.0",
"monaco-editor": "0.26.1",
"monaco-editor-webpack-plugin": "4.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"webpack-cli": "4.7.0"
"webpack-cli": "4.7.2"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
},
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/helper-plugin-utils": "7.13.0",
"@babel/plugin-transform-react-jsx": "7.14.3",
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@babel/cli": "7.14.8",
"@babel/core": "7.14.8",
"@babel/helper-plugin-utils": "7.14.5",
"@babel/plugin-transform-react-jsx": "7.14.9",
"@babel/preset-env": "7.14.9",
"@babel/preset-react": "7.14.5",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-commonjs": "19.0.2",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-replace": "2.4.2",
"@storybook/addon-docs": "6.2.9",
"@storybook/addon-docs": "6.3.6",
"@storybook/addon-knobs": "6.2.9",
"@storybook/react": "6.2.9",
"@storybook/react": "6.3.6",
"babel-loader": "8.2.2",
"babel-plugin-istanbul": "6.0.0",
"body-parser": "1.19.0",
"cross-env": "7.0.3",
"enigma.js": "2.7.3",
"eslint": "7.27.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
Expand All @@ -64,15 +64,15 @@
"husky": "^6.0.0",
"jimp": "0.16.1",
"lerna": "4.0.0",
"lint-staged": "11.0.0",
"lint-staged": "11.1.1",
"mocha-junit-reporter": "2.0.0",
"picasso-plugin-q": "1.2.0",
"picasso.js": "1.2.0",
"prettier": "2.3.0",
"pretty-quick": "3.1.0",
"picasso-plugin-q": "1.2.1",
"picasso.js": "1.2.1",
"prettier": "2.3.2",
"pretty-quick": "3.1.1",
"qix-faker": "0.3.0",
"qlik-sse": "0.3.0",
"rollup": "2.50.6",
"rollup": "2.55.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.2.2",
Expand All @@ -81,7 +81,7 @@
"yargs": "17.0.1"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001233",
"**/caniuse-lite": "1.0.30001248",
"**/react": "17.0.2",
"**/react-dom": "17.0.2",
"**/react-is": "17.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"keywords": [],
"scripts": {},
"peerDependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@material-ui/core": "4.11.4",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit 77ca49e

Please sign in to comment.