Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #890 from edx/diana/upgrade-sass
Browse files Browse the repository at this point in the history
Upgrade node-sass.
  • Loading branch information
dianakhuang authored Oct 22, 2019
2 parents 94ab5b0 + 5971b04 commit 5133977
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Prerequisites
-------------
* Python 2.7.x (not tested with Python 3.x)
* [gettext](http://www.gnu.org/software/gettext/)
* [node](https://nodejs.org) 8.9.3
* [npm](https://www.npmjs.org/) 5.5.1
* [node](https://nodejs.org) 12.11.1
* [npm](https://www.npmjs.org/) 6.11.3
* [JDK 7+](http://openjdk.java.net/)

Warning: You must have NPM version 5.5.1. Using another version might result in
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"js-natural-sort": "0.8.1",
"moment": "2.24.0",
"node-bourbon": "4.2.8",
"node-sass": "4.11.0",
"node-sass": "4.12.0",
"npm": "5.10.0",
"nprogress": "0.2.0",
"nvd3": "1.8.6",
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ MySQL-python==1.2.5 # GPL License
PyYAML # MIT License
gunicorn==0.17.4 # MIT
python-memcached==1.58
nodeenv==1.1.2 # BSD
nodeenv==1.3.3 # BSD
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ importlib-metadata==0.10
libsass==0.11.1
logutils==0.3.4.1
mysql-python==1.2.5
nodeenv==1.1.2
nodeenv==1.3.3
oauthlib==3.0.1
path.py==11.5.2
pathlib2==2.3.3
Expand Down

0 comments on commit 5133977

Please sign in to comment.