Make WordPress Core

Changeset 43684


Ignore:
Timestamp:
10/09/2018 02:51:32 AM (6 years ago)
Author:
jorbin
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].

See #44600.
Fixes #45064.

Location:
branches/5.0
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/package.json

    r43679 r43684  
    88  },
    99  "engines": {
    10     "node": "6.9.1"
     10    "node": "8.9.3",
     11    "npm": "6.1.0"
    1112  },
    1213  "author": "The WordPress Contributors",
    1314  "license": "GPL-2.0+",
    1415  "devDependencies": {
    15     "autoprefixer": "^6.5.1",
    16     "grunt": "~0.4.5",
     16    "autoprefixer": "^9.1.5",
     17    "grunt": "~1.0.3",
    1718    "grunt-banner": "^0.6.0",
    18     "grunt-contrib-clean": "~1.0.0",
    19     "grunt-contrib-compress": "~1.3.0",
     19    "grunt-contrib-clean": "~2.0.0",
     20    "grunt-contrib-compress": "~1.4.3",
    2021    "grunt-contrib-concat": "~1.0.0",
    2122    "grunt-contrib-copy": "~1.0.0",
    22     "grunt-contrib-cssmin": "~1.0.2",
    23     "grunt-contrib-imagemin": "~1.0.0",
    24     "grunt-contrib-jshint": "~1.0.0",
    25     "grunt-contrib-qunit": "^1.2.0",
    26     "grunt-contrib-uglify": "~2.0.0",
    27     "grunt-contrib-watch": "~1.0.0",
    28     "grunt-includes": "~0.5.1",
     23    "grunt-contrib-cssmin": "~3.0.0",
     24    "grunt-contrib-imagemin": "~2.0.1",
     25    "grunt-contrib-jshint": "~2.0.0",
     26    "grunt-contrib-qunit": "^3.0.1",
     27    "grunt-contrib-uglify": "~4.0.0",
     28    "grunt-contrib-watch": "~1.1.0",
     29    "grunt-includes": "~1.1.0",
    2930    "grunt-jsdoc": "^2.1.0",
    3031    "grunt-jsvalidate": "~0.2.2",
    31     "grunt-legacy-util": "^0.2.0",
    32     "grunt-patch-wordpress": "~0.4.2",
    33     "grunt-postcss": "~0.7.1",
     32    "grunt-legacy-util": "^1.1.1",
     33    "grunt-patch-wordpress": "~1.0.0",
     34    "grunt-postcss": "~0.9.0",
    3435    "grunt-replace": "~1.0.1",
    3536    "grunt-rtlcss": "~2.0.1",
    36     "grunt-sass": "~1.2.1",
     37    "grunt-sass": "~2.0.0",
    3738    "ink-docstrap": "^1.3.0",
    3839    "grunt-webpack": "^3.0.2",
    39     "matchdep": "~1.0.0",
     40    "matchdep": "~2.0.0",
    4041    "webpack": "^3.6.0",
    4142    "webpack-dev-server": "^2.9.1"
Note: See TracChangeset for help on using the changeset viewer.