Changeset 50188 for branches/5.5/package.json
- Timestamp:
- 02/05/2021 03:04:27 AM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
- Property svn:mergeinfo changed
/trunk merged: 48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185
- Property svn:mergeinfo changed
-
branches/5.5/package.json
r49468 r50188 8 8 }, 9 9 "engines": { 10 "node": " 12.16.0",11 "npm": " 6.14.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.7.0", 32 32 "@wordpress/scripts": "12.1.1", 33 "autoprefixer": " 9.6.2",33 "autoprefixer": "^9.8.6", 34 34 "chalk": "4.1.0", 35 "check-node-version": "4.0. 1",36 "copy-webpack-plugin": "^5.1. 1",35 "check-node-version": "4.0.3", 36 "copy-webpack-plugin": "^5.1.2", 37 37 "cssnano": "4.1.10", 38 38 "dotenv": "8.2.0", 39 39 "dotenv-expand": "5.1.0", 40 "grunt": "~1. 1.0",40 "grunt": "~1.3.0", 41 41 "grunt-banner": "^0.6.0", 42 42 "grunt-contrib-clean": "~2.0.0", … … 45 45 "grunt-contrib-cssmin": "~3.0.0", 46 46 "grunt-contrib-imagemin": "~4.0.0", 47 "grunt-contrib-jshint": " 2.1.0",48 "grunt-contrib-qunit": "^ 3.1.0",49 "grunt-contrib-uglify": "~ 4.0.1",47 "grunt-contrib-jshint": "3.0.0", 48 "grunt-contrib-qunit": "^4.0.0", 49 "grunt-contrib-uglify": "~5.0.0", 50 50 "grunt-contrib-watch": "~1.1.0", 51 51 "grunt-file-append": "0.0.7", 52 52 "grunt-includes": "~1.1.0", 53 "grunt-jsdoc": "2.4. 0",53 "grunt-jsdoc": "2.4.1", 54 54 "grunt-jsvalidate": "~0.2.2", 55 "grunt-legacy-util": "^ 1.1.1",55 "grunt-legacy-util": "^2.0.0", 56 56 "grunt-patch-wordpress": "~3.0.0", 57 57 "grunt-postcss": "~0.9.0", 58 58 "grunt-replace-lts": "~1.1.0", 59 "grunt-rtlcss": "~2.0. 1",59 "grunt-rtlcss": "~2.0.2", 60 60 "grunt-sass": "~3.1.0", 61 "grunt-webpack": "^ 3.1.3",61 "grunt-webpack": "^4.0.0", 62 62 "ink-docstrap": "1.3.2", 63 63 "install-changed": "1.1.0", 64 64 "jquery-migrate": "1.4.1", 65 65 "matchdep": "~2.0.0", 66 "node-sass": "~4.14.1",67 66 "prettier": "npm:wp-prettier@2.0.5", 68 67 "puppeteer": "npm:puppeteer-core@3.0.0", 69 "qunit": "~2.9.0", 70 "sinon": "~9.0.0", 68 "qunit": "~2.14.0", 69 "sass": "^1.32.6", 70 "sinon": "~9.2.4", 71 71 "sinon-test": "~3.0.0", 72 "source-map-loader": "^ 0.2.4",73 "uglify-js": "^3. 6.0",72 "source-map-loader": "^1.1.3", 73 "uglify-js": "^3.12.6", 74 74 "uglifyjs-webpack-plugin": "2.2.0", 75 "uuid": "8. 2.0",76 "wait-on": " 3.3.0",75 "uuid": "8.3.2", 76 "wait-on": "5.2.1", 77 77 "webpack": "4.43.0", 78 "webpack-dev-server": "3.11. 0",78 "webpack-dev-server": "3.11.2", 79 79 "webpack-livereload-plugin": "2.3.0" 80 80 },
Note: See TracChangeset
for help on using the changeset viewer.