Skip to content

Commit

Permalink
Merge branch 'master' of github.com:htmlburger/wpemerge-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Jun 4, 2020
2 parents 83e7526 + 77752ca commit a67b974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Get the currently loaded WP Emerge version, if any.
*
* @return array|void
* @return array|false
*/
function my_app_get_loaded_wpemerge() {
/**
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"last 3 versions"
],
"dependencies": {
"airbnb-browser-shims": "^2.1.0",
"autoprefixer": "^8.4.1",
"airbnb-browser-shims": "^3.3.0",
"autoprefixer": "^9.8.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"chokidar": "^3.4.0",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.4",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"imagemin-mozjpeg": "^8.0.0",
Expand All @@ -57,7 +57,7 @@
"webpack-spritesmith": "^0.4.1"
},
"devDependencies": {
"archiver": "^3.0.0",
"archiver": "^4.0.1",
"chalk": "^4.0.0",
"change-case": "^4.1.1",
"eslint": "^6.8.0",
Expand Down

0 comments on commit a67b974

Please sign in to comment.