Changeset 43977 for trunk/package.json
- Timestamp:
- 12/11/2018 04:12:13 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43684-43686
- Property svn:mergeinfo changed
-
trunk/package.json
r43678 r43977 14 14 "license": "GPL-2.0-or-later", 15 15 "devDependencies": { 16 "autoprefixer": "^ 6.5.1",16 "autoprefixer": "^9.1.5", 17 17 "check-node-version": "3.2.0", 18 "grunt": " 1.0.2",18 "grunt": "~1.0.3", 19 19 "grunt-banner": "^0.6.0", 20 "grunt-contrib-clean": "~ 1.0.0",21 "grunt-contrib-compress": "~1. 3.0",20 "grunt-contrib-clean": "~2.0.0", 21 "grunt-contrib-compress": "~1.4.3", 22 22 "grunt-contrib-concat": "~1.0.0", 23 23 "grunt-contrib-copy": "~1.0.0", 24 "grunt-contrib-cssmin": "~ 1.0.2",25 "grunt-contrib-imagemin": "~ 1.0.0",26 "grunt-contrib-jshint": "~ 1.0.0",24 "grunt-contrib-cssmin": "~3.0.0", 25 "grunt-contrib-imagemin": "~2.0.1", 26 "grunt-contrib-jshint": "~2.0.0", 27 27 "grunt-contrib-qunit": "^1.2.0", 28 28 "grunt-contrib-uglify": "~2.0.0", 29 "grunt-contrib-watch": "~1. 0.0",29 "grunt-contrib-watch": "~1.1.0", 30 30 "grunt-file-append": "0.0.7", 31 "grunt-includes": " 1.1.0",31 "grunt-includes": "~1.1.0", 32 32 "grunt-jsdoc": "^2.1.0", 33 33 "grunt-jsvalidate": "~0.2.2", 34 "grunt-legacy-util": " 1.1.1",34 "grunt-legacy-util": "^1.1.1", 35 35 "grunt-patch-wordpress": "~1.0.0", 36 "grunt-postcss": "~0. 7.1",36 "grunt-postcss": "~0.9.0", 37 37 "grunt-replace": "~1.0.1", 38 38 "grunt-rtlcss": "~2.0.1", 39 "grunt-sass": " 2.0.0",39 "grunt-sass": "~2.0.0", 40 40 "grunt-webpack": "^3.0.2", 41 41 "ink-docstrap": "^1.3.0", 42 42 "jquery-migrate": "1.4.1", 43 "matchdep": "~ 1.0.0",43 "matchdep": "~2.0.0", 44 44 "webpack": "^3.6.0", 45 45 "webpack-dev-server": "^2.9.1"
Note: See TracChangeset
for help on using the changeset viewer.