Make WordPress Core

Changeset 29270


Ignore:
Timestamp:
07/22/2014 08:40:08 PM (10 years ago)
Author:
ocean90
Message:

Update the versions of several devDependencies in package.json.
Run npm update in the project root to receive updates.

props mjbanks, jorbin, netweb.
see #27340.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r28796 r29270  
    1010  "license": "GPLv2 or later",
    1111  "devDependencies": {
    12     "grunt": "~0.4.2",
    13     "grunt-autoprefixer": "~0.7.1",
     12    "grunt": "~0.4.5",
     13    "grunt-autoprefixer": "~0.8.2",
    1414    "grunt-contrib-clean": "~0.5.0",
    15     "grunt-contrib-compress": "~0.6.0",
    16     "grunt-contrib-concat": "~0.3.0",
     15    "grunt-contrib-compress": "~0.10.0",
     16    "grunt-contrib-concat": "~0.5.0",
    1717    "grunt-contrib-copy": "~0.5.0",
    18     "grunt-contrib-cssmin": "~0.7.0",
     18    "grunt-contrib-cssmin": "~0.10.0",
    1919    "grunt-contrib-imagemin": "~0.4.1",
    20     "grunt-contrib-jshint": "~0.8.0",
    21     "grunt-contrib-qunit": "~0.4.0",
    22     "grunt-contrib-uglify": "~0.3.0",
    23     "grunt-contrib-watch": "~0.5.3",
     20    "grunt-contrib-jshint": "~0.10.0",
     21    "grunt-contrib-qunit": "~0.5.2",
     22    "grunt-contrib-uglify": "~0.5.0",
     23    "grunt-contrib-watch": "~0.6.1",
    2424    "grunt-cssjanus": "~0.2.2",
    2525    "grunt-jsvalidate": "~0.2.2",
    2626    "grunt-legacy-util": "^0.2.0",
    2727    "grunt-patch-wordpress": "~0.2.1",
    28     "grunt-sass": "~0.10.0",
     28    "grunt-sass": "~0.14.0",
    2929    "matchdep": "~0.3.0"
    3030  }
Note: See TracChangeset for help on using the changeset viewer.