Skip to content

Commit

Permalink
Merge pull request #40 from modosc/relax-babel-runtime-requirements
Browse files Browse the repository at this point in the history
relax babel-runtime requirement, update babel-related deps in development
  • Loading branch information
Klathmon authored Sep 8, 2017
2 parents 287b974 + b6d9f10 commit 3a13b29
Show file tree
Hide file tree
Showing 2 changed files with 880 additions and 789 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/Klathmon/imagemin-webpack-plugin#readme",
"dependencies": {
"async-throttle": "1.1.0",
"babel-runtime": "6.18.0",
"babel-runtime": "^6.18.0",
"imagemin": "5.3.1",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
Expand All @@ -54,11 +54,11 @@
"webpack-sources": "1.0.1"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-object-rest-spread": "6.19.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-env": "1.5.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"gulp": "3.9.1",
"gulp-npm-script-sync": "1.1.0",
"gulp-run-command": "0.0.7",
Expand Down
Loading

0 comments on commit 3a13b29

Please sign in to comment.