Skip to:
Content

bbPress.org

Changeset 6831 for trunk/package.json


Ignore:
Timestamp:
07/05/2018 05:56:57 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Build: update various out-of-date packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r6799 r6831  
    88                "@wordpress/browserslist-config": "~2.1.3",
    99                "autoprefixer": "~8.2.0",
    10                 "grunt": "~1.0.1",
     10                "grunt": "^1.0.3",
    1111                "grunt-check-dependencies": "~1.0.0",
    1212                "grunt-checktextdomain": "~1.0.1",
     
    1616                "grunt-contrib-jshint": "~1.1.0",
    1717                "grunt-contrib-uglify": "~3.0.1",
    18                 "grunt-contrib-watch": "~1.0.0",
     18                "grunt-contrib-watch": "^1.1.0",
    1919                "grunt-exec": "~2.0.0",
    2020                "grunt-jsvalidate": "~0.2.2",
    21                 "grunt-legacy-util": "~1.0.0",
    22                 "grunt-patch-wordpress": "~0.4.2",
     21                "grunt-legacy-util": "^1.1.1",
     22                "grunt-patch-wordpress": "^1.0.0",
    2323                "grunt-postcss": "~0.8.0",
    2424                "grunt-rtlcss": "~2.0.1",
    25                 "grunt-sass": "~2.0.0",
     25                "grunt-sass": "^3.0.0",
    2626                "grunt-stylelint": "~0.8.0",
    2727                "grunt-wp-i18n": "~1.0.0",
     
    5252        "browserslist": [
    5353                "extends @wordpress/browserslist-config"
    54         ]
     54        ],
     55        "dependencies": {
     56                "node-sass": "^4.9.1"
     57        }
    5558}
Note: See TracChangeset for help on using the changeset viewer.