Make WordPress Core

Changeset 43977 for trunk/package.json


Ignore:
Timestamp:
12/11/2018 04:12:13 PM (8 years ago)
Author:
atimmer
Message:

Build/Test: Update dependencies for 5.0

Updates package dependencies to more modern versions, also adds .nvmrc and package-lock.json as followups to [43683] and [43571].

Merge notes: trunk already had an identical .nvmrc. package-lock.json exists in trunk, but has some changes based on the dependency updates.

Props jorbin.
Merges [43684], [43685] and [43686] to trunk.
See #44600.
Fixes #45064.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/package.json

    r43678 r43977  
    1414        "license": "GPL-2.0-or-later",
    1515        "devDependencies": {
    16                 "autoprefixer": "^6.5.1",
     16                "autoprefixer": "^9.1.5",
    1717                "check-node-version": "3.2.0",
    18                 "grunt": "1.0.2",
     18                "grunt": "~1.0.3",
    1919                "grunt-banner": "^0.6.0",
    20                 "grunt-contrib-clean": "~1.0.0",
    21                 "grunt-contrib-compress": "~1.3.0",
     20                "grunt-contrib-clean": "~2.0.0",
     21                "grunt-contrib-compress": "~1.4.3",
    2222                "grunt-contrib-concat": "~1.0.0",
    2323                "grunt-contrib-copy": "~1.0.0",
    24                 "grunt-contrib-cssmin": "~1.0.2",
    25                 "grunt-contrib-imagemin": "~1.0.0",
    26                 "grunt-contrib-jshint": "~1.0.0",
     24                "grunt-contrib-cssmin": "~3.0.0",
     25                "grunt-contrib-imagemin": "~2.0.1",
     26                "grunt-contrib-jshint": "~2.0.0",
    2727                "grunt-contrib-qunit": "^1.2.0",
    2828                "grunt-contrib-uglify": "~2.0.0",
    29                 "grunt-contrib-watch": "~1.0.0",
     29                "grunt-contrib-watch": "~1.1.0",
    3030                "grunt-file-append": "0.0.7",
    31                 "grunt-includes": "1.1.0",
     31                "grunt-includes": "~1.1.0",
    3232                "grunt-jsdoc": "^2.1.0",
    3333                "grunt-jsvalidate": "~0.2.2",
    34                 "grunt-legacy-util": "1.1.1",
     34                "grunt-legacy-util": "^1.1.1",
    3535                "grunt-patch-wordpress": "~1.0.0",
    36                 "grunt-postcss": "~0.7.1",
     36                "grunt-postcss": "~0.9.0",
    3737                "grunt-replace": "~1.0.1",
    3838                "grunt-rtlcss": "~2.0.1",
    39                 "grunt-sass": "2.0.0",
     39                "grunt-sass": "~2.0.0",
    4040                "grunt-webpack": "^3.0.2",
    4141                "ink-docstrap": "^1.3.0",
    4242                "jquery-migrate": "1.4.1",
    43                 "matchdep": "~1.0.0",
     43                "matchdep": "~2.0.0",
    4444                "webpack": "^3.6.0",
    4545                "webpack-dev-server": "^2.9.1"
Note: See TracChangeset for help on using the changeset viewer.