-
Notifications
You must be signed in to change notification settings - Fork 61
fix postcss deprecation, update deps #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
package.json
Outdated
"extend": "^2.0.1", | ||
"postcss": "^5.0.5" | ||
"extend": "^2.0.1 || ^3.0.1", | ||
"postcss": "^5.0.5 || ^6.0.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we lock this down to a single major version? (wondering the case for this)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
of course, was just trying to keep it backwards compatible. the #append
method has been around since way before postcss 5.x
. will update
package.json
Outdated
"gulp-eslint": "^4.0.0", | ||
"gulp-mocha": "^4.3.1", | ||
"mocha": "^3.5.0", | ||
"postcss": "6.0.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already in dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added to make sure testing against the most recent version, will update
package.json
Outdated
"chai": "^4.1.1", | ||
"chai-as-promised": "^7.1.1", | ||
"clean-css": "^4.1.7", | ||
"extend": "^3.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already in dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same, will fix.
Thanks @modosc 😀 Mind removing |
done. |
Thanks again @modosc 🚀 I probably need to look into updating the |
|
should fix #50 .