diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-05-15 10:25:55 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-05-16 10:52:40 +0200 |
commit | 392e3a190781ab091cb72f4075a25195208f13c6 (patch) | |
tree | 0d2b73a76fda6e5b899126f240bac64bad3c58a9 /package.json | |
parent | e2433d64016c61c7e7e9ac2c04dd2a85c3805ca7 (diff) | |
download | gitlab-ce-392e3a190781ab091cb72f4075a25195208f13c6.tar.gz |
Upgrade node-sass for node 12 compatibility
Some dependencies have incompatibilities with Node v12, which will
become LTS in October. Namely node-sass and needed to be forwarded in
order for their native extensions to compile without errors.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f19baac0229..f46ac88141c 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.0-beta.0", "md5": "^2.2.1", - "node-sass": "^4.11.0", + "node-sass": "^4.12.0", "nodemon": "^1.18.9", "pixelmatch": "^4.0.2", "postcss": "^7.0.14", |