Skip to content

Commit

Permalink
Merge pull request #11 from hummal/develop
Browse files Browse the repository at this point in the history
Dependecies update
  • Loading branch information
philipp-winterle committed Nov 13, 2018
2 parents 10a5997 + 9473f4e commit 07f5f35
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -33,23 +33,23 @@
"clean-css": "^4.2.1",
"css": "^2.2.4",
"css-mqpacker": "^7.0.0",
"debug": "^3.1.0",
"deepmerge": "^2.1.1",
"fs-extra": "^7.0.0",
"lodash": "^4.17.10",
"object-hash": "^1.3.0",
"puppeteer": "^1.8.0",
"debug": "^4.1.0",
"deepmerge": "^2.2.1",
"fs-extra": "^7.0.1",
"lodash": "^4.17.11",
"object-hash": "^1.3.1",
"puppeteer": "^1.10.0",
"run-queue": "^2.0.0",
"signale": "^1.2.1",
"sort-css-media-queries": "^1.3.4"
"signale": "^1.3.0",
"sort-css-media-queries": "^1.4.1"
},
"devDependencies": {
"cross-env": "^5.2.0",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-uglify-es": "^1.0.4",
"husky": "^1.0.0-rc.13",
"jest": "^23.5.0"
"husky": "^1.1.4",
"jest": "^23.6.0"
},
"scripts": {
"test": "cross-env NODE_ENV=development jest --bail",
Expand Down

0 comments on commit 07f5f35

Please sign in to comment.