Changeset 50189 for branches/5.4/package.json
- Timestamp:
- 02/05/2021 03:10:08 AM (5 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
package.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
- Property svn:mergeinfo changed
/trunk merged: 47867,47872-47873,48213,48705,49636,49933,49937,49939-49940,49983,49989,50017,50126,50176,50185
- Property svn:mergeinfo changed
-
branches/5.4/package.json
r49459 r50189 8 8 }, 9 9 "engines": { 10 "node": " 10.13.0",11 "npm": " 6.1.0"10 "node": ">=14.15.0", 11 "npm": ">=6.14.8" 12 12 }, 13 13 "author": "The WordPress Contributors", … … 31 31 "@wordpress/library-export-default-webpack-plugin": "1.6.0", 32 32 "@wordpress/scripts": "6.2.0", 33 "autoprefixer": " 9.6.2",34 "check-node-version": "4.0. 1",35 "copy-webpack-plugin": "^5.1. 1",33 "autoprefixer": "^9.8.6", 34 "check-node-version": "4.0.3", 35 "copy-webpack-plugin": "^5.1.2", 36 36 "cssnano": "4.1.10", 37 37 "dotenv": "8.2.0", 38 38 "dotenv-expand": "5.1.0", 39 "grunt": "~1. 0.4",39 "grunt": "~1.3.0", 40 40 "grunt-banner": "^0.6.0", 41 41 "grunt-contrib-clean": "~2.0.0", … … 43 43 "grunt-contrib-copy": "~1.0.0", 44 44 "grunt-contrib-cssmin": "~3.0.0", 45 "grunt-contrib-imagemin": "~ 3.1.0",46 "grunt-contrib-jshint": " 2.1.0",47 "grunt-contrib-qunit": "^ 1.2.0",48 "grunt-contrib-uglify": "~ 4.0.1",45 "grunt-contrib-imagemin": "~4.0.0", 46 "grunt-contrib-jshint": "3.0.0", 47 "grunt-contrib-qunit": "^4.0.0", 48 "grunt-contrib-uglify": "~5.0.0", 49 49 "grunt-contrib-watch": "~1.1.0", 50 50 "grunt-file-append": "0.0.7", 51 51 "grunt-includes": "~1.1.0", 52 "grunt-jsdoc": "2.4. 0",52 "grunt-jsdoc": "2.4.1", 53 53 "grunt-jsvalidate": "~0.2.2", 54 "grunt-legacy-util": "^ 1.1.1",55 "grunt-patch-wordpress": "~ 2.0.0",54 "grunt-legacy-util": "^2.0.0", 55 "grunt-patch-wordpress": "~3.0.0", 56 56 "grunt-postcss": "~0.9.0", 57 57 "grunt-replace-lts": "~1.1.0", 58 "grunt-rtlcss": "~2.0. 1",58 "grunt-rtlcss": "~2.0.2", 59 59 "grunt-sass": "~3.1.0", 60 "grunt-webpack": "^ 3.1.3",60 "grunt-webpack": "^4.0.0", 61 61 "ink-docstrap": "1.3.2", 62 62 "jquery-migrate": "1.4.1", 63 63 "matchdep": "~2.0.0", 64 " node-sass": "~4.13.1",65 "source-map-loader": "^ 0.2.4",66 "uglify-js": "^3. 6.0",64 "sass": "^1.32.6", 65 "source-map-loader": "^1.1.3", 66 "uglify-js": "^3.12.6", 67 67 "uglifyjs-webpack-plugin": "2.2.0", 68 "wait-on": " 3.3.0",69 "webpack": "4.4 1.0",70 "webpack-dev-server": "3. 8.2",71 "webpack-livereload-plugin": "2. 2.0"68 "wait-on": "5.2.1", 69 "webpack": "4.43.0", 70 "webpack-dev-server": "3.11.2", 71 "webpack-livereload-plugin": "2.3.0" 72 72 }, 73 73 "dependencies": {
Note: See TracChangeset
for help on using the changeset viewer.