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.


git-svn-id: https://develop.svn.wordpress.org/trunk@43977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Anton Timmermans 2018-12-11 16:12:13 +00:00
parent 7ec7fadfe7
commit b8fb0eaeca
2 changed files with 1606 additions and 862 deletions

2442
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,34 +13,34 @@
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"devDependencies": {
"autoprefixer": "^6.5.1",
"autoprefixer": "^9.1.5",
"check-node-version": "3.2.0",
"grunt": "1.0.2",
"grunt": "~1.0.3",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "~1.3.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.2",
"grunt-contrib-imagemin": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-imagemin": "~2.0.1",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-file-append": "0.0.7",
"grunt-includes": "1.1.0",
"grunt-includes": "~1.1.0",
"grunt-jsdoc": "^2.1.0",
"grunt-jsvalidate": "~0.2.2",
"grunt-legacy-util": "1.1.1",
"grunt-legacy-util": "^1.1.1",
"grunt-patch-wordpress": "~1.0.0",
"grunt-postcss": "~0.7.1",
"grunt-postcss": "~0.9.0",
"grunt-replace": "~1.0.1",
"grunt-rtlcss": "~2.0.1",
"grunt-sass": "2.0.0",
"grunt-sass": "~2.0.0",
"grunt-webpack": "^3.0.2",
"ink-docstrap": "^1.3.0",
"jquery-migrate": "1.4.1",
"matchdep": "~1.0.0",
"matchdep": "~2.0.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},