Changeset 12950 for trunk/package.json
- Timestamp:
- 05/14/2021 05:23:02 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.json
r12939 r12950 6 6 "description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!", 7 7 "devDependencies": { 8 "@babel/core": " ^7.11.6",9 "@wordpress/babel-preset-default": " ^5.0.1",8 "@babel/core": "~7.13.14", 9 "@wordpress/babel-preset-default": "~5.1.0", 10 10 "@wordpress/browserslist-config": "~3.0.1", 11 "@wordpress/env": "^ 3.0.2",11 "@wordpress/env": "^4.0.0", 12 12 "autoprefixer": "~8.5.2", 13 13 "grunt": "~1.3.0", … … 19 19 "grunt-contrib-imagemin": "~4.0.0", 20 20 "grunt-contrib-jshint": "^2.1.0", 21 "grunt-contrib-uglify": " ^5.0.0",21 "grunt-contrib-uglify": "~5.0.1", 22 22 "grunt-contrib-watch": "~1.1.0", 23 23 "grunt-exec": "^3.0.0", 24 24 "grunt-jsvalidate": "~0.2.2", 25 25 "grunt-legacy-util": "^2.0.0", 26 "grunt-patch-wordpress": "~3.0. 0",26 "grunt-patch-wordpress": "~3.0.1", 27 27 "grunt-postcss": "~0.9.0", 28 "grunt-rtlcss": "~2.0. 1",28 "grunt-rtlcss": "~2.0.2", 29 29 "grunt-sass": "~2.0.0", 30 30 "grunt-stylelint": "~0.15.0", 31 31 "matchdep": "~2.0.0", 32 32 "parcel-bundler": "~1.12.5", 33 "phplint": " ^2.0.1",33 "phplint": "~2.0.5", 34 34 "postcss-scss": "~2.0.0", 35 "stylelint": "~13. 6.1",35 "stylelint": "~13.13.1", 36 36 "stylelint-config-wordpress": "~17.0.0" 37 37 }, … … 75 75 ], 76 76 "dependencies": { 77 "postcss": "~7.0.3 2"77 "postcss": "~7.0.35" 78 78 } 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.