Skip to content

Commit 6783181

Browse files
authored
Fix node dependencies including node-sass (shakacode#376)
1 parent 6a5e6cb commit 6783181

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

client/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"classnames": "^2.2.5",
5858
"css-loader": "^0.26.0",
5959
"es5-shim": "^4.5.9",
60+
"estraverse": "^4.2.0",
6061
"expose-loader": "^0.7.3",
6162
"extract-text-webpack-plugin": "^2.0.0",
6263
"file-loader": "^0.9.0",
@@ -68,7 +69,7 @@
6869
"loader-utils": "^0.2.16",
6970
"lodash": "^4.17.2",
7071
"marked": "^0.3.6",
71-
"node-sass": "^3.13.0",
72+
"node-sass": "^4.5.2",
7273
"node-uuid": "^1.4.7",
7374
"postcss-loader": "^1.1.1",
7475
"react": "^15.4.1",

client/yarn.lock

+17-5
Original file line numberDiff line numberDiff line change
@@ -3475,6 +3475,10 @@ lodash.memoize@^4.1.0:
34753475
version "4.1.2"
34763476
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
34773477

3478+
lodash.mergewith@^4.6.0:
3479+
version "4.6.0"
3480+
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz#150cf0a16791f5903b8891eab154609274bdea55"
3481+
34783482
lodash.restparam@^3.0.0:
34793483
version "3.6.1"
34803484
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
@@ -3788,9 +3792,9 @@ node-pre-gyp@^0.6.29:
37883792
tar "^2.2.1"
37893793
tar-pack "^3.4.0"
37903794

3791-
node-sass@^3.13.0:
3792-
version "3.13.1"
3793-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-3.13.1.tgz#7240fbbff2396304b4223527ed3020589c004fc2"
3795+
node-sass@^4.5.2:
3796+
version "4.5.2"
3797+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.5.2.tgz#4012fa2bd129b1d6365117e88d9da0500d99da64"
37943798
dependencies:
37953799
async-foreach "^0.1.3"
37963800
chalk "^1.1.1"
@@ -3801,13 +3805,15 @@ node-sass@^3.13.0:
38013805
in-publish "^2.0.0"
38023806
lodash.assign "^4.2.0"
38033807
lodash.clonedeep "^4.3.2"
3808+
lodash.mergewith "^4.6.0"
38043809
meow "^3.7.0"
38053810
mkdirp "^0.5.1"
38063811
nan "^2.3.2"
38073812
node-gyp "^3.3.1"
38083813
npmlog "^4.0.0"
3809-
request "^2.61.0"
3814+
request "^2.79.0"
38103815
sass-graph "^2.1.1"
3816+
stdout-stream "^1.4.0"
38113817

38123818
node-uuid@^1.4.7:
38133819
version "1.4.8"
@@ -4861,7 +4867,7 @@ repeating@^2.0.0:
48614867
dependencies:
48624868
is-finite "^1.0.0"
48634869

4864-
request@2, request@^2.61.0, request@^2.79.0, request@^2.81.0:
4870+
request@2, request@^2.79.0, request@^2.81.0:
48654871
version "2.81.0"
48664872
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
48674873
dependencies:
@@ -5262,6 +5268,12 @@ sshpk@^1.7.0:
52625268
version "1.3.1"
52635269
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e"
52645270

5271+
stdout-stream@^1.4.0:
5272+
version "1.4.0"
5273+
resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.0.tgz#a2c7c8587e54d9427ea9edb3ac3f2cd522df378b"
5274+
dependencies:
5275+
readable-stream "^2.0.1"
5276+
52655277
stream-browserify@^2.0.1:
52665278
version "2.0.1"
52675279
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.1.tgz#66266ee5f9bdb9940a4e4514cafb43bb71e5c9db"

0 commit comments

Comments
 (0)