Skip to:
Content

BuddyPress.org

Changeset 11159 for trunk/package.json


Ignore:
Timestamp:
09/23/2016 08:07:52 PM (9 years ago)
Author:
djpaul
Message:

Build: update NPM package versions to latest, and shrinkwrap packages.

By shrink-wrapping our dependencies, the same versions of everything will be installed no matter what rules the dependency package.json has specified.
This minimises the risk of some future version of a NPM package or dependancy causing inconsistencies across all of our development environments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r11157 r11159  
    77  "devDependencies": {
    88    "grunt": "~1.0.1",
    9     "grunt-checktextdomain": "~1.0.0",
     9    "grunt-checktextdomain": "~1.0.1",
    1010    "grunt-contrib-clean": "~1.0.0",
    1111    "grunt-contrib-copy": "~1.0.0",
    12     "grunt-contrib-cssmin": "~1.0.1",
    13     "grunt-contrib-imagemin": "~1.0.0",
     12    "grunt-contrib-cssmin": "~1.0.2",
     13    "grunt-contrib-imagemin": "~1.0.1",
    1414    "grunt-contrib-jshint": "~1.0.0",
    1515    "grunt-contrib-uglify": "~2.0.0",
    1616    "grunt-contrib-watch": "~1.0.0",
    17     "grunt-exec": "~1.0.0",
     17    "grunt-exec": "~1.0.1",
    1818    "grunt-check-dependencies": "~0.12.0",
    1919    "grunt-jsvalidate": "~0.2.2",
    2020    "grunt-legacy-util": "^1.0.0",
    21     "grunt-patch-wordpress": "~0.4.0",
     21    "grunt-patch-wordpress": "~0.4.2",
    2222    "grunt-rtlcss": "~2.0.1",
    23     "grunt-sass": "~1.2.0",
    24     "grunt-scss-lint": "~0.3.8",
    25     "grunt-wp-i18n": "~0.5.3",
    26     "matchdep": "~1.0.0"
     23    "grunt-sass": "~1.2.1",
     24    "grunt-scss-lint": "~0.5.0",
     25    "grunt-wp-i18n": "~0.5.4",
     26    "matchdep": "~1.0.1"
    2727  },
    2828  "engines": {
Note: See TracChangeset for help on using the changeset viewer.