Skip to content

Commit

Permalink
chore(upgrade): update all dependencies, devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Mar 1, 2018
1 parent 159b8dd commit 4bf64bf
Show file tree
Hide file tree
Showing 2 changed files with 1,319 additions and 938 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,61 +82,61 @@
}
},
"dependencies": {
"chalk": "^2.0.1",
"chalk": "^2.3.1",
"codecov": "^3.0.0",
"cross-spawn": "^5.1.0",
"cross-spawn": "^6.0.4",
"diff": "^3.3.0",
"enhanced-resolve": "^3.4.1",
"enhanced-resolve": "^4.0.0",
"glob-all": "^3.1.0",
"global": "^4.3.2",
"global-modules": "^1.0.0",
"got": "^7.1.0",
"inquirer": "^3.2.0",
"got": "^8.2.0",
"inquirer": "^5.1.0",
"interpret": "^1.0.4",
"jscodeshift": "^0.4.0",
"listr": "^0.12.0",
"jscodeshift": "^0.4.1",
"listr": "^0.13.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"log-symbols": "2.1.0",
"lodash": "^4.17.5",
"log-symbols": "2.2.0",
"mkdirp": "^0.5.1",
"p-each-series": "^1.0.0",
"p-lazy": "^1.0.0",
"prettier": "^1.5.3",
"recast": "^0.13.0",
"recast": "^0.14.4",
"resolve-cwd": "^2.0.0",
"supports-color": "^4.4.0",
"supports-color": "^5.2.0",
"uglifyjs-webpack-plugin": "^1.2.2",
"v8-compile-cache": "^1.1.0",
"v8-compile-cache": "^1.1.2",
"webpack-addons": "^1.1.5",
"webpack-fork-yeoman-generator": "^1.1.1",
"yargs": "9.0.1",
"yargs": "11.0.0",
"yeoman-environment": "^2.0.0"
},
"peerDependencies": {
"webpack": "^4.0.0-beta.1"
},
"devDependencies": {
"@commitlint/cli": "^6.1.0",
"@commitlint/prompt-cli": "^6.1.0",
"@commitlint/travis-cli": "^6.1.0",
"@commitlint/cli": "^6.1.2",
"@commitlint/prompt-cli": "^6.1.2",
"@commitlint/travis-cli": "^6.1.2",
"bundlesize": "^0.16.0",
"commitizen": "^2.9.6",
"conventional-changelog-cli": "^1.3.13",
"conventional-changelog-cli": "^1.3.15",
"conventional-changelog-lint-config-cz": "^0.3.0",
"cz-customizable": "^5.2.0",
"eslint": "^4.2.0",
"eslint-plugin-node": "^5.1.0",
"flow-bin": "^0.49.1",
"eslint": "^4.18.1",
"eslint-plugin-node": "^6.0.1",
"flow-bin": "^0.66.0",
"flow-remove-types": "^1.2.1",
"husky": "^0.14.3",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"jest": "^22.4.2",
"jest-cli": "^22.4.2",
"jsdoc": "^3.5.5",
"lint-staged": "^4.1.3",
"lint-staged": "^7.0.0",
"nyc": "^11.4.1",
"prettier-eslint-cli": "^4.6.1",
"schema-utils": "^0.4.2",
"webpack": "^4.0.0-beta.1",
"webpack-dev-server": "^2.9.7"
"prettier-eslint-cli": "^4.7.1",
"schema-utils": "^0.4.5",
"webpack": "^4.0.1",
"webpack-dev-server": "^3.0.0"
}
}
Loading

0 comments on commit 4bf64bf

Please sign in to comment.