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