Skip to:
Content

bbPress.org

Changeset 6626 for trunk/package.json


Ignore:
Timestamp:
07/14/2017 09:41:11 AM (9 years ago)
Author:
netweb
Message:

Build Tools: Update package.json dependencies and package-lock.json

This changeset primarily updates the package-lock.json file to support the latest npm 5.1 and 5.2 releases.

  • The format of the package-lock.json changed slightly with npm 5.1 to better support devDependencies dependencies.
  • Explicitly update all dependencies to the latest available version.
  • Updates postcss-scss to use semantic version _patch_ ~ in line with the other npm modules used.

See #3113.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r6608 r6626  
    66  "description": "Forum software with a twist from the creators of WordPress.",
    77  "devDependencies": {
    8     "autoprefixer": "~7.1.1",
     8    "autoprefixer": "~7.1.2",
    99    "grunt": "~1.0.1",
    1010    "grunt-check-dependencies": "~1.0.0",
    11     "grunt-checktextdomain": "~1.0.0",
     11    "grunt-checktextdomain": "~1.0.1",
    1212    "grunt-contrib-clean": "~1.1.0",
    1313    "grunt-contrib-copy": "~1.0.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-postcss": "~0.8.0",
    2323    "grunt-rtlcss": "~2.0.1",
     
    2626    "grunt-wp-i18n": "~1.0.0",
    2727    "matchdep": "~1.0.1",
    28     "postcss-scss": "^1.0.2",
    29     "stylelint": "~7.10.1",
     28    "postcss-scss": "~1.0.2",
     29    "stylelint": "~7.13.0",
    3030    "stylelint-config-wordpress": "~11.0.0"
    3131  },
Note: See TracChangeset for help on using the changeset viewer.