Skip to content

Commit

Permalink
fix(deps): update non-conflicting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Feb 12, 2019
1 parent 5b2bdce commit 8f7f101
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 790 deletions.
10 changes: 5 additions & 5 deletions packages/babel-preset-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"private": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entrypoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@types/webpack-env": "^1.13.6"
"@types/webpack-env": "^1.13.7"
},
"engines": {
"node": ">=8.9.0"
Expand Down
50 changes: 25 additions & 25 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/core": "^7.2.2",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@types/archiver": "^2.1.2",
Expand All @@ -32,59 +32,59 @@
"@types/figures": "^2.0.0",
"@types/find-up": "^2.1.1",
"@types/gradient-string": "^1.1.0",
"@types/handlebars": "^4.0.39",
"@types/handlebars": "^4.0.40",
"@types/inquirer": "^0.0.43",
"@types/log-symbols": "^2.0.0",
"@types/make-dir": "^1.0.3",
"@types/node": "^10.11.3",
"@types/ora": "^1.3.4",
"@types/update-notifier": "^2.2.0",
"@types/webpack": "^4.4.13",
"@types/update-notifier": "^2.5.0",
"@types/webpack": "^4.4.24",
"@types/webpack-assets-manifest": "^3.0.0",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-env": "^1.13.6",
"@types/webpack-env": "^1.13.7",
"@types/webpack-hot-middleware": "^2.16.4",
"@wpackio/babel-preset-base": "^2.10.0",
"archiver": "^3.0.0",
"autoprefixer": "^9.1.5",
"babel-loader": "^8.0.2",
"boxen": "^2.0.0",
"browser-sync": "^2.24.7",
"autoprefixer": "^9.4.7",
"babel-loader": "^8.0.5",
"boxen": "^2.1.0",
"browser-sync": "^2.26.3",
"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^1.0.0",
"commander": "^2.18.0",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^1.0.1",
"commander": "^2.19.0",
"cpy": "^7.0.1",
"css-loader": "^1.0.0",
"del": "^3.0.0",
"dev-ip": "^1.0.1",
"execa": "^1.0.0",
"figlet": "^1.2.0",
"figlet": "^1.2.1",
"figures": "^2.0.0",
"file-loader": "^2.0.0",
"find-up": "^3.0.0",
"gradient-string": "^1.2.0",
"handlebars": "^4.0.12",
"inquirer": "^6.2.0",
"handlebars": "^4.1.0",
"inquirer": "^6.2.2",
"log-symbols": "^2.2.0",
"make-dir": "^2.0.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.0.0",
"ora": "^3.1.0",
"postcss-loader": "^3.0.0",
"pretty-error": "^2.1.1",
"react-dev-utils": "^6.0.4",
"sass-loader": "^7.1.0",
"slugify": "^1.3.1",
"style-loader": "^0.23.0",
"time-fix-plugin": "^2.0.3",
"uglifyjs-webpack-plugin": "^2.0.1",
"slugify": "^1.3.4",
"style-loader": "^0.23.1",
"time-fix-plugin": "^2.0.5",
"uglifyjs-webpack-plugin": "^2.1.1",
"update-notifier": "^2.5.0",
"webpack": "^4.20.2",
"webpack-assets-manifest": "^3.1.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.0",
"webpack-merge": "^4.1.4"
"webpack": "^4.29.3",
"webpack-assets-manifest": "^3.1.1",
"webpack-dev-middleware": "^3.5.2",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.2.1"
},
"engines": {
"node": ">=8.9.0"
Expand Down
Loading

0 comments on commit 8f7f101

Please sign in to comment.