Making WordPress.org


Ignore:
Timestamp:
05/12/2020 06:39:50 AM (4 years ago)
Author:
dd32
Message:

Support: Update package.json to allow SASS compile again.

See #4933.

File:
1 edited

Legend:

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

    r7802 r9852  
    1010    "license": "GPL-2.0-or-later",
    1111    "devDependencies": {
    12         "@wordpress/browserslist-config": "~2.2.2",
    13         "autoprefixer": "~9.3.1",
    14         "grunt": "~1.0.3",
    15         "grunt-contrib-watch": "~1.1.0",
    16         "grunt-postcss": "~0.9.0",
    17         "grunt-rtlcss": "~2.0.1",
    18         "grunt-sass": "~3.0.2",
    19         "grunt-stylelint": "~0.10.1",
    20         "node-sass": "~4.9.4",
    21         "postcss-scss": "~2.0.0",
    22         "stylelint": "~9.7.0",
    23         "stylelint-config-wordpress": "~13.1.0"
     12        "@wordpress/browserslist-config": "~2.6.0",
     13        "autoprefixer": "~9.7.6",
     14        "grunt": "~1.1.0",
     15        "grunt-contrib-watch": "^1.1.0",
     16        "grunt-postcss": "^0.9.0",
     17        "grunt-rtlcss": "^2.0.2",
     18        "grunt-sass": "~3.1.0",
     19        "grunt-stylelint": "^0.10.1",
     20        "node-sass": "^4.14.1",
     21        "postcss-scss": "^2.0.0",
     22        "stylelint": "~9.10.1",
     23        "stylelint-config-wordpress": "^13.1.0"
    2424    },
    2525    "engines": {
Note: See TracChangeset for help on using the changeset viewer.