Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Apr 18, 2019
1 parent b2ae0c9 commit 9fc93e9
Show file tree
Hide file tree
Showing 2 changed files with 1,735 additions and 1,497 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"ci:lint": "yarn run lint && yarn audit",
"ci:test": "yarn run test --runInBand",
"ci:coverage": "yarn run test:coverage -- --runInBand",
"defaults": "webpack-defaults",
"demo": "webpack-cli --config demo/webpack.config.js"
},
"files": [
Expand All @@ -39,43 +38,42 @@
"webpack": "^3.0.0 || ^4.0.0"
},
"dependencies": {
"ansi-escapes": "^3.1.0",
"ansi-escapes": "^4.1.0",
"chalk": "^2.4.1",
"consola": "^2.3.0",
"figures": "^2.0.0",
"consola": "^2.6.0",
"figures": "^3.0.0",
"pretty-time": "^1.1.0",
"std-env": "^2.2.1",
"text-table": "^0.2.0",
"wrap-ansi": "^4.0.0"
"wrap-ansi": "^5.1.0"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-angular": "^7.1.2",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-cli": "^6.26.0",
"babel-jest": "^23.6.0",
"babel-jest": "^24.7.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"codecov": "^3.1.0",
"conventional-github-releaser": "^3.1.2",
"cross-env": "^5.2.0",
"del": "^3.0.0",
"del": "^4.1.0",
"del-cli": "^1.1.0",
"eslint": "^5.10.0",
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"esm": "^3.0.84",
"husky": "^1.2.0",
"jest": "^23.6.0",
"jest": "^24.7.1",
"lint-staged": "^8.1.0",
"memory-fs": "^0.4.1",
"prettier": "^1.15.3",
"standard-version": "^4.4.0",
"standard-version": "^5.0.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-defaults": "^2.3.0"
"webpack-cli": "^3.1.2"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 9fc93e9

Please sign in to comment.