Skip to:
Content

BuddyPress.org

Changeset 10352


Ignore:
Timestamp:
11/13/2015 08:25:36 PM (9 years ago)
Author:
djpaul
Message:

Grunt: update various npm packages to latest versions

Minor changes -- mostly the packages' own dependencies being updated.
The current tasks seem to work, and we'll monitor for any regressions
during 2.5 development.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r10350 r10352  
    88    "grunt": "~0.4.5",
    99    "grunt-checktextdomain": "~1.0.0",
    10     "grunt-contrib-clean": "~0.6.0",
    11     "grunt-contrib-copy": "~0.8.0",
    12     "grunt-contrib-cssmin": "~0.11.0",
     10    "grunt-contrib-clean": "~0.7.0",
     11    "grunt-contrib-copy": "~0.8.2",
     12    "grunt-contrib-cssmin": "~0.14.0",
    1313    "grunt-contrib-imagemin": "~1.0.0",
    1414    "grunt-contrib-jshint": "~0.11.2",
    15     "grunt-contrib-uglify": "~0.9.2",
     15    "grunt-contrib-uglify": "~0.10.1",
    1616    "grunt-contrib-watch": "~0.6.1",
    17     "grunt-cssjanus": "~0.2.3",
     17    "grunt-cssjanus": "~0.2.4",
    1818    "grunt-exec": "~0.4.6",
    1919    "grunt-jsvalidate": "~0.2.2",
    2020    "grunt-legacy-util": "^0.2.0",
    2121    "grunt-patch-wordpress": "~0.3.0",
    22     "grunt-sass": "~1.0.0",
    23     "grunt-scss-lint": "~0.3.6",
    24     "grunt-wp-i18n": "~0.5.2",
    25     "matchdep": "~0.3.0"
     22    "grunt-sass": "~1.1.0",
     23    "grunt-scss-lint": "~0.3.8",
     24    "grunt-wp-i18n": "~0.5.3",
     25    "matchdep": "~1.0.0"
    2626  },
    2727  "keywords": [
Note: See TracChangeset for help on using the changeset viewer.