Making WordPress.org

Changeset 11127


Ignore:
Timestamp:
07/19/2021 10:17:50 PM (4 years ago)
Author:
coffee2code
Message:

Theme Directory: Update package dependencies.

Primarily updating node-sass so it works again, but also grunt-contrib-uglify and grunt-postcss.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/package.json

    r10025 r11127  
    1818    "grunt": "^1.0.3",
    1919    "grunt-contrib-jshint": "^1.0.0",
    20     "grunt-contrib-uglify": "~2.0.0",
     20    "grunt-contrib-uglify": "^5.0.1",
    2121    "grunt-contrib-watch": "^1.1.0",
    22     "grunt-postcss": "^0.8.0",
     22    "grunt-postcss": "^0.9.0",
    2323    "grunt-rtlcss": "^2.0.1",
    2424    "grunt-sass": "~3.0.1",
    2525    "grunt-sass-globbing": "^1.5.1",
    26     "node-sass": "^4.9.3",
     26    "node-sass": "^6.0.1",
    2727    "pixrem": "^3.0.2"
    2828  }
Note: See TracChangeset for help on using the changeset viewer.