Skip to content

Commit

Permalink
chore(deps): update deps (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
miralemd committed Jun 23, 2020
1 parent 5e0574c commit c8a996b
Show file tree
Hide file tree
Showing 9 changed files with 766 additions and 538 deletions.
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.10.1",
"@material-ui/core": "4.10.2",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"@nebula.js/locale": "1.0.0",
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,11 +35,11 @@
"spec": "scriptappy-from-jsdoc -c ./spec/spec.conf.js"
},
"devDependencies": {
"@material-ui/core": "4.10.1",
"@material-ui/core": "4.10.2",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"@nebula.js/locale": "1.0.0",
"@nebula.js/nucleus": "^1.0.1",
"@nebula.js/nucleus": "1.0.1",
"@nebula.js/supernova": "1.0.0",
"@nebula.js/theme": "1.0.0",
"@nebula.js/ui": "1.0.0",
Expand Down
16 changes: 8 additions & 8 deletions commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"lint": "eslint src"
},
"dependencies": {
"@babel/cli": "7.10.1",
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@rollup/plugin-commonjs": "12.0.0",
"@rollup/plugin-node-resolve": "8.0.0",
"@rollup/plugin-replace": "2.3.2",
"chalk": "4.0.0",
"@babel/cli": "7.10.3",
"@babel/core": "7.10.3",
"@babel/preset-env": "7.10.3",
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-node-resolve": "8.1.0",
"@rollup/plugin-replace": "2.3.3",
"chalk": "4.1.0",
"extend": "3.0.2",
"rollup": "2.13.1",
"rollup": "2.18.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-postcss": "3.1.2",
"rollup-plugin-terser": "6.1.0",
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.0.0",
"chalk": "4.1.0",
"ejs": "3.1.3",
"fs-extra": "9.0.1",
"inquirer": "7.1.0"
"inquirer": "7.2.0"
}
}
16 changes: 8 additions & 8 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.10.1",
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@nebula.js/stardust": "^1.0.1",
"@rollup/plugin-commonjs": "12.0.0",
"@rollup/plugin-node-resolve": "8.0.0",
"@rollup/plugin-replace": "^2.3.2",
"@babel/cli": "7.10.3",
"@babel/core": "7.10.3",
"@babel/preset-env": "7.10.3",
"@nebula.js/stardust": "1.0.1",
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-node-resolve": "8.1.0",
"@rollup/plugin-replace": "2.3.3",
"fs-extra": "9.0.1",
"node-event-emitter": "0.0.1",
"rollup": "2.13.1",
"rollup": "2.18.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-terser": "6.1.0",
"yargs": "15.3.1"
Expand Down
18 changes: 9 additions & 9 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.0.0",
"body-parser": "1.19.0",
"chalk": "4.0.0",
"chalk": "4.1.0",
"chokidar": "3.4.0",
"cross-env": "7.0.2",
"express": "4.17.1",
Expand All @@ -45,24 +45,24 @@
"yargs": "15.3.1"
},
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@babel/core": "7.10.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "7.10.1",
"@material-ui/core": "4.10.1",
"@nebula.js/nucleus": "^1.0.1",
"@material-ui/core": "4.10.2",
"@nebula.js/nucleus": "1.0.1",
"@nebula.js/snapshooter": "1.0.0",
"@nebula.js/stardust": "^1.0.1",
"@nebula.js/stardust": "1.0.1",
"@nebula.js/ui": "1.0.0",
"autosuggest-highlight": "3.1.1",
"babel-loader": "8.1.0",
"d3-require": "1.2.4",
"enigma.js": "2.7.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.12.2",
"monaco-editor": "0.20.0",
"monaco-editor-webpack-plugin": "1.9.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"webpack-cli": "3.3.11"
"webpack-cli": "3.3.12"
}
}
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
},
"devDependencies": {
"@after-work.js/aw": "6.0.13",
"@babel/cli": "7.10.1",
"@babel/core": "7.10.2",
"@babel/helper-plugin-utils": "7.10.1",
"@babel/plugin-transform-react-jsx": "7.10.1",
"@babel/preset-env": "7.10.2",
"@babel/cli": "7.10.3",
"@babel/core": "7.10.3",
"@babel/helper-plugin-utils": "7.10.3",
"@babel/plugin-transform-react-jsx": "7.10.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "7.10.1",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@rollup/plugin-commonjs": "12.0.0",
"@rollup/plugin-json": "4.0.3",
"@rollup/plugin-node-resolve": "8.0.0",
"@rollup/plugin-replace": "2.3.2",
"@commitlint/cli": "9.0.1",
"@commitlint/config-conventional": "9.0.1",
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "8.1.0",
"@rollup/plugin-replace": "2.3.3",
"@storybook/addon-docs": "5.3.19",
"@storybook/addon-knobs": "5.3.19",
"@storybook/react": "5.3.19",
Expand All @@ -56,26 +56,26 @@
"body-parser": "1.19.0",
"cross-env": "7.0.2",
"enigma.js": "2.7.1",
"eslint": "7.1.0",
"eslint-config-airbnb": "18.1.0",
"eslint": "7.3.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-mocha": "7.0.1",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.0",
"express": "4.17.1",
"husky": "4.2.5",
"jimp": "0.13.0",
"lerna": "3.22.0",
"lint-staged": "10.2.9",
"lerna": "3.22.1",
"lint-staged": "10.2.11",
"mocha-junit-reporter": "2.0.0",
"picasso-plugin-q": "0.32.0",
"picasso.js": "0.32.0",
"picasso.js": "0.32.1",
"prettier": "2.0.5",
"pretty-quick": "2.0.1",
"qix-faker": "0.3.0",
"rollup": "2.13.1",
"rollup": "2.18.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-dependency-flow": "0.3.0",
"rollup-plugin-sass": "1.2.2",
Expand All @@ -84,7 +84,7 @@
"yargs": "15.3.1"
},
"resolutions": {
"**/caniuse-lite": "1.0.30001039",
"**/caniuse-lite": "1.0.30001087",
"**/react": "16.13.1",
"**/react-dom": "16.13.1",
"**/react-is": "16.13.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@material-ui/core": "4.10.1",
"@material-ui/core": "4.10.2",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.10.0",
"react": "16.13.1",
Expand Down
Loading

0 comments on commit c8a996b

Please sign in to comment.