Skip to content

Commit

Permalink
🚀 RELEASE: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Dec 9, 2020
1 parent c750411 commit dccefe0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**v0.2.9-23**
- 🚀 RELEASE: Update dependencies.

**v0.2.9-22**
- 👌 IMPROVE: Output log.

Expand Down
6 changes: 3 additions & 3 deletions installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.2.9-22",
"version": "0.2.9-23",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down Expand Up @@ -59,9 +59,9 @@
"gulp-uglify": "^3.0.2",
"gulp-vinyl-zip": "^2.2.1",
"jquery": "^3.5.1",
"postcss": "^8.1.14",
"postcss": "^8.2.1",
"postcss-easy-import": "^3.0.0",
"postcss-mixins": "^7.0.1",
"postcss-mixins": "^7.0.2",
"postcss-preset-env": "^6.7.0",
"stylelint": "^13.8.0",
"tailwindcss": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.2.9-22",
"version": "0.2.9-23",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down

0 comments on commit dccefe0

Please sign in to comment.