Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Nov 22, 2018
1 parent 63fcb27 commit 6daedb1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions packages/convert-svg-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"url": "https://github.com/neocotic/convert-svg.git"
},
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.13.0",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"file-url": "^2.0.2",
"get-stdin": "^5.0.1",
"glob": "^7.1.2",
"get-stdin": "^6.0.0",
"glob": "^7.1.3",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"pollock": "^0.1.0",
"puppeteer": "^1.0.0",
"pollock": "^0.2.0",
"puppeteer": "^1.10.0",
"tmp": "0.0.33"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/convert-svg-test-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"dependencies": {
"file-url": "^2.0.2",
"lodash.clonedeep": "^4.5.0",
"mocha": "^5.0.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"sinon": "^4.2.2"
"sinon": "^7.1.1"
},
"main": "src/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/convert-svg-to-jpeg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"convert-svg-test-helper": "^0.4.0",
"mocha": "^5.0.0"
"mocha": "^5.2.0"
},
"bin": {
"convert-svg-to-jpeg": "bin/convert-svg-to-jpeg"
Expand Down
2 changes: 1 addition & 1 deletion packages/convert-svg-to-png/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"convert-svg-test-helper": "^0.4.0",
"mocha": "^5.0.0"
"mocha": "^5.2.0"
},
"bin": {
"convert-svg-to-png": "bin/convert-svg-to-png"
Expand Down

0 comments on commit 6daedb1

Please sign in to comment.