Make WordPress Core

Ticket #31700: 31700.diff

File 31700.diff, 1.2 KB (added by wonderboymusic, 10 years ago)
  • package.json

     
    1111  "devDependencies": {
    1212    "grunt": "~0.4.5",
    1313    "grunt-autoprefixer": "~3.0.0",
    14     "grunt-browserify": "^3.3.0",
     14    "grunt-browserify": "~3.8.0",
    1515    "grunt-contrib-clean": "~0.6.0",
    1616    "grunt-contrib-compress": "~0.13.0",
    1717    "grunt-contrib-concat": "~0.5.1",
    1818    "grunt-contrib-copy": "~0.8.0",
    19     "grunt-contrib-cssmin": "~0.10.0",
    20     "grunt-contrib-imagemin": "~0.9.3",
    21     "grunt-contrib-jshint": "~0.11.0",
     19    "grunt-contrib-cssmin": "~0.12.3",
     20    "grunt-contrib-imagemin": "~0.9.4",
     21    "grunt-contrib-jshint": "~0.11.2",
    2222    "grunt-contrib-qunit": "~0.7.0",
    23     "grunt-contrib-uglify": "~0.8.0",
     23    "grunt-contrib-uglify": "~0.9.1",
    2424    "grunt-contrib-watch": "~0.6.1",
    25     "grunt-includes": "~0.4.5",
     25    "grunt-includes": "~0.5.1",
    2626    "grunt-jsvalidate": "~0.2.2",
    2727    "grunt-legacy-util": "^0.2.0",
    2828    "grunt-patch-wordpress": "~0.3.0",
    2929    "grunt-rtlcss": "~1.6.0",
    30     "grunt-sass": "~0.18.0",
     30    "grunt-sass": "~1.0.0",
    3131    "matchdep": "~0.3.0"
    3232  }
    3333}