Skip to content

Commit

Permalink
chore(deps): update minor and patch (#602)
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 May 3, 2021
1 parent 884f769 commit 990538d
Show file tree
Hide file tree
Showing 11 changed files with 639 additions and 290 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.13.14",
"@babel/core": "7.14.0",
"parcel-bundler": "^1.12.5"
}
}
4 changes: 2 additions & 2 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.3",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.3",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^1.1.1",
"@nebula.js/locale": "^1.1.1",
"@nebula.js/supernova": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 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.3",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.3",
"@material-ui/styles": "^4.11.4",
"react": "^17.0.2",
"react-dom": "^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,9 +35,9 @@
"spec": "sy from-jsdoc -c ./api-spec/spec.conf.js"
},
"devDependencies": {
"@material-ui/core": "4.11.3",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.3",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^1.1.1",
"@nebula.js/locale": "^1.1.1",
"@nebula.js/nucleus": "^1.1.1",
Expand Down
12 changes: 6 additions & 6 deletions commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.0",
"@babel/preset-env": "7.14.0",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-replace": "2.4.2",
"chalk": "4.1.0",
"chalk": "4.1.1",
"extend": "3.0.2",
"postcss": "^8.2.9",
"rollup": "2.44.0",
"postcss": "^8.2.13",
"rollup": "2.46.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"generate": "yo ./generator/index.js"
},
"dependencies": {
"chalk": "4.1.0",
"chalk": "4.1.1",
"ejs": "3.1.6",
"fs-extra": "9.1.0",
"inquirer": "8.0.0"
Expand Down
8 changes: 4 additions & 4 deletions commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.0",
"@babel/preset-env": "7.14.0",
"@nebula.js/stardust": "^1.1.1",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-replace": "2.4.2",
"fs-extra": "9.1.0",
"node-event-emitter": "0.0.1",
"rollup": "2.44.0",
"rollup": "2.46.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "7.0.2",
"yargs": "16.2.0"
Expand Down
10 changes: 5 additions & 5 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@nebula.js/cli-build": "^1.1.1",
"body-parser": "1.19.0",
"chalk": "4.1.0",
"chalk": "4.1.1",
"chokidar": "3.5.1",
"cross-env": "7.0.3",
"express": "4.17.1",
Expand All @@ -41,14 +41,14 @@
"source-map-loader": "1.1.3",
"webpack": "4.46.0",
"webpack-dev-server": "3.11.2",
"ws": "7.4.4",
"ws": "7.4.5",
"yargs": "16.2.0"
},
"devDependencies": {
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/core": "7.14.0",
"@babel/preset-env": "7.14.0",
"@babel/preset-react": "7.13.13",
"@material-ui/core": "4.11.3",
"@material-ui/core": "4.11.4",
"@nebula.js/nucleus": "^1.1.1",
"@nebula.js/snapshooter": "1.0.0",
"@nebula.js/stardust": "^1.1.1",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,47 +32,47 @@
},
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.0",
"@babel/helper-plugin-utils": "7.13.0",
"@babel/plugin-transform-react-jsx": "7.13.12",
"@babel/preset-env": "7.13.12",
"@babel/preset-env": "7.14.0",
"@babel/preset-react": "7.13.13",
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-replace": "2.4.2",
"@storybook/addon-docs": "6.2.5",
"@storybook/addon-knobs": "6.2.5",
"@storybook/react": "6.2.5",
"@storybook/addon-docs": "6.2.9",
"@storybook/addon-knobs": "6.2.9",
"@storybook/react": "6.2.9",
"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.2",
"eslint": "7.23.0",
"eslint": "7.25.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-mocha": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
"express": "4.17.1",
"husky": "^6.0.0",
"jimp": "0.16.1",
"lerna": "4.0.0",
"lint-staged": "10.5.4",
"mocha-junit-reporter": "2.0.0",
"picasso-plugin-q": "0.35.1",
"picasso.js": "0.35.1",
"picasso-plugin-q": "0.37.2",
"picasso.js": "0.37.2",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"qix-faker": "0.3.0",
"qlik-sse": "0.3.0",
"rollup": "2.44.0",
"rollup": "2.46.0",
"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": "16.2.0"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001207",
"**/caniuse-lite": "1.0.30001220",
"**/react": "17.0.2",
"**/react-dom": "17.0.2",
"**/react-is": "17.0.2"
Expand Down
8 changes: 4 additions & 4 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.3",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.3",
"@material-ui/styles": "^4.11.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@material-ui/core": "4.11.3",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.3",
"@material-ui/styles": "4.11.4",
"react": "17.0.2",
"react-dom": "17.0.2"
}
Expand Down
Loading

0 comments on commit 990538d

Please sign in to comment.