Skip to content

Commit

Permalink
Upgrade autoprefixer and postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 26, 2018
1 parent ea0b7f8 commit c225cbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"postcss-runner"
],
"dependencies": {
"autoprefixer": "^8.0.0",
"autoprefixer": "^9.1.3",
"fancy-log": "^1.3.2",
"plugin-error": "^1.0.1",
"postcss": "^6.0.1",
"postcss": "^7.0.2",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"ava": "*",
"gulp-sourcemaps": "^2.6.0",
"p-event": "^1.1.0",
"p-event": "^2.1.0",
"vinyl": "^2.1.0",
"xo": "*"
}
Expand Down

0 comments on commit c225cbd

Please sign in to comment.