Skip to content

Commit

Permalink
fix(postcss plugin): add execa missed dep (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury authored Nov 18, 2020
1 parent a818f66 commit 15e1435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions plugins/plugin-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"peerDependencies": {
"postcss": "*",
"postcss-cli": "*"
},
"dependencies": {
"execa": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6796,7 +6796,7 @@ execa@^1.0.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

execa@^4.0.0, execa@^4.0.3:
execa@^4.0.0, execa@^4.0.3, execa@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
Expand Down

0 comments on commit 15e1435

Please sign in to comment.