Skip to content

Commit

Permalink
chore(deps): update minor and patch (#543)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 7, 2020
1 parent 385129f commit ae20958
Show file tree
Hide file tree
Showing 11 changed files with 1,200 additions and 2,384 deletions.
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.2"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/core": "7.12.9",
"parcel-bundler": "^1.12.4"
}
}
6 changes: 3 additions & 3 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"main": "src/index.js",
"devDependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.2",
"@nebula.js/conversion": "^1.0.2-alpha.1",
"@nebula.js/locale": "^1.0.2-alpha.1",
"@nebula.js/supernova": "^1.0.2-alpha.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": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"spec": "scriptappy-from-jsdoc -c ./api-spec/spec.conf.js"
},
"devDependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.2",
"@nebula.js/conversion": "^1.0.2-alpha.1",
"@nebula.js/locale": "^1.0.2-alpha.1",
"@nebula.js/nucleus": "^1.0.2-alpha.1",
Expand Down
10 changes: 5 additions & 5 deletions commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"@babel/cli": "7.12.8",
"@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7",
"@rollup/plugin-commonjs": "17.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@rollup/plugin-replace": "2.3.4",
"chalk": "4.1.0",
"extend": "3.0.2",
"rollup": "2.33.1",
"rollup": "2.34.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-postcss": "3.1.8",
"rollup-plugin-terser": "7.0.2",
"yargs": "16.1.0"
"yargs": "16.2.0"
}
}
2 changes: 1 addition & 1 deletion commands/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"dependencies": {
"@nebula.js/cli-create": "^1.0.2-alpha.1",
"import-cwd": "3.0.0",
"yargs": "16.1.0"
"yargs": "16.2.0"
}
}
10 changes: 5 additions & 5 deletions commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"@babel/cli": "7.12.8",
"@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7",
"@nebula.js/stardust": "^1.0.2-alpha.1",
"@rollup/plugin-commonjs": "17.0.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@rollup/plugin-replace": "2.3.4",
"fs-extra": "9.0.1",
"node-event-emitter": "0.0.1",
"rollup": "2.33.1",
"rollup": "2.34.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"yargs": "16.1.0"
"yargs": "16.2.0"
}
}
22 changes: 11 additions & 11 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@
"body-parser": "1.19.0",
"chalk": "4.1.0",
"chokidar": "3.4.3",
"cross-env": "7.0.2",
"cross-env": "7.0.3",
"express": "4.17.1",
"extend": "3.0.2",
"html-webpack-plugin": "4.5.0",
"portfinder": "1.0.28",
"puppeteer": "5.4.1",
"puppeteer": "5.5.0",
"regenerator-runtime": "0.13.7",
"source-map-loader": "1.1.2",
"source-map-loader": "1.1.3",
"webpack": "4.44.2",
"webpack-dev-server": "3.11.0",
"ws": "7.3.1",
"yargs": "16.1.0"
"ws": "7.4.1",
"yargs": "16.2.0"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@material-ui/core": "4.11.0",
"@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@material-ui/core": "4.11.2",
"@nebula.js/nucleus": "^1.0.2-alpha.1",
"@nebula.js/snapshooter": "1.0.0",
"@nebula.js/stardust": "^1.0.2-alpha.1",
"@nebula.js/ui": "^1.0.2-alpha.1",
"autosuggest-highlight": "3.1.1",
"babel-loader": "8.1.0",
"babel-loader": "8.2.2",
"d3-require": "1.2.4",
"enigma.js": "2.7.2",
"eslint-import-resolver-alias": "1.1.2",
Expand All @@ -63,6 +63,6 @@
"monaco-editor-webpack-plugin": "2.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"webpack-cli": "4.1.0"
"webpack-cli": "4.2.0"
}
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,56 +37,56 @@
},
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/cli": "7.12.8",
"@babel/core": "7.12.9",
"@babel/helper-plugin-utils": "7.10.4",
"@babel/plugin-transform-react-jsx": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@babel/plugin-transform-react-jsx": "7.12.7",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@rollup/plugin-commonjs": "17.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@rollup/plugin-replace": "2.3.4",
"@storybook/addon-docs": "6.0.28",
"@storybook/addon-knobs": "6.0.28",
"@storybook/react": "6.0.28",
"babel-loader": "8.1.0",
"@storybook/addon-docs": "6.1.10",
"@storybook/addon-knobs": "6.1.10",
"@storybook/react": "6.1.10",
"babel-loader": "8.2.2",
"babel-plugin-istanbul": "6.0.0",
"body-parser": "1.19.0",
"cross-env": "7.0.2",
"cross-env": "7.0.3",
"enigma.js": "2.7.2",
"eslint": "7.12.1",
"eslint-config-airbnb": "18.2.0",
"eslint": "7.15.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-mocha": "8.0.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-prettier": "3.2.0",
"eslint-plugin-react": "7.21.5",
"express": "4.17.1",
"husky": "4.3.0",
"husky": "4.3.5",
"jimp": "0.16.1",
"lerna": "3.22.1",
"lint-staged": "10.5.1",
"lint-staged": "10.5.3",
"mocha-junit-reporter": "2.0.0",
"picasso-plugin-q": "0.34.0",
"picasso.js": "0.34.0",
"prettier": "2.1.2",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"qix-faker": "0.3.0",
"qlik-sse": "0.3.0",
"rollup": "2.33.1",
"rollup": "2.34.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.2.2",
"rollup-plugin-terser": "7.0.2",
"scriptappy-from-jsdoc": "0.7.0",
"yargs": "16.1.0"
"yargs": "16.2.0"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001154",
"**/caniuse-lite": "1.0.30001165",
"**/react": "17.0.1",
"**/react-dom": "17.0.1",
"**/react-is": "17.0.1"
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,16 +8,16 @@
"keywords": [],
"scripts": {},
"peerDependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.2",
"react": "17.0.1",
"react-dom": "17.0.1"
}
Expand Down
Loading

0 comments on commit ae20958

Please sign in to comment.