Skip to content

Commit 78b9441

Browse files
committed
chore: add missing node-sass dependency
1 parent 7b5a9cb commit 78b9441

File tree

2 files changed

+52
-12
lines changed

2 files changed

+52
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"jest": "^21.2.1",
9393
"jest-css-modules": "^1.1.0",
9494
"jest-vue": "^0.8.2",
95-
"node-sass": "^4.6.0",
95+
"node-sass": "^4.7.2",
9696
"offline-plugin": "^4.8.4",
9797
"optimize-css-assets-webpack-plugin": "^3.2.0",
9898
"optimize-js-plugin": "^0.0.4",

yarn.lock

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3196,6 +3196,16 @@ [email protected]:
31963196
once "^1.3.0"
31973197
path-is-absolute "^1.0.0"
31983198

3199+
glob@^6.0.4:
3200+
version "6.0.4"
3201+
resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
3202+
dependencies:
3203+
inflight "^1.0.4"
3204+
inherits "2"
3205+
minimatch "2 || 3"
3206+
once "^1.3.0"
3207+
path-is-absolute "^1.0.0"
3208+
31993209
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
32003210
version "7.1.2"
32013211
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
@@ -4776,7 +4786,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
47764786
version "1.0.1"
47774787
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
47784788

4779-
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
4789+
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
47804790
version "3.0.4"
47814791
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
47824792
dependencies:
@@ -4965,9 +4975,9 @@ node-pre-gyp@^0.6.36:
49654975
tar "^2.2.1"
49664976
tar-pack "^3.4.0"
49674977

4968-
node-sass@^4.6.0:
4969-
version "4.6.0"
4970-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.%3Cspan%20class="x x-first x-last">6.0.tgz#1a54f5f4502e3cde310a26d6346266fd667271d9"
4978+
node-sass@^4.7.2:
4979+
version "4.7.2"
4980+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.%3Cspan%20class="x x-first x-last">7.2.tgz#9366778ba1469eb01438a9e8592f4262bcb6794e"
49714981
dependencies:
49724982
async-foreach "^0.1.3"
49734983
chalk "^1.1.1"
@@ -4984,9 +4994,10 @@ node-sass@^4.6.0:
49844994
nan "^2.3.2"
49854995
node-gyp "^3.3.1"
49864996
npmlog "^4.0.0"
4987-
request "^2.79.0"
4997+
request "~2.79.0"
49884998
sass-graph "^2.2.4"
49894999
stdout-stream "^1.4.0"
5000+
"true-case-path" "^1.0.2"
49905001

49915002
node-uuid@~1.4.7:
49925003
version "1.4.8"
@@ -5830,6 +5841,10 @@ qs@~6.2.0:
58305841
version "6.2.3"
58315842
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.3.tgz#1cfcb25c10a9b2b483053ff39f5dfc9233908cfe"
58325843

5844+
qs@~6.3.0:
5845+
version "6.3.2"
5846+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.2.tgz#e75bd5f6e268122a2a0e0bda630b2550c166502c"
5847+
58335848
qs@~6.4.0:
58345849
version "6.4.0"
58355850
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
@@ -6158,6 +6173,31 @@ request@~2.74.0:
61586173
tough-cookie "~2.3.0"
61596174
tunnel-agent "~0.4.1"
61606175

6176+
request@~2.79.0:
6177+
version "2.79.0"
6178+
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
6179+
dependencies:
6180+
aws-sign2 "~0.6.0"
6181+
aws4 "^1.2.1"
6182+
caseless "~0.11.0"
6183+
combined-stream "~1.0.5"
6184+
extend "~3.0.0"
6185+
forever-agent "~0.6.1"
6186+
form-data "~2.1.1"
6187+
har-validator "~2.0.6"
6188+
hawk "~3.1.3"
6189+
http-signature "~1.1.0"
6190+
is-typedarray "~1.0.0"
6191+
isstream "~0.1.2"
6192+
json-stringify-safe "~5.0.1"
6193+
mime-types "~2.1.7"
6194+
oauth-sign "~0.8.1"
6195+
qs "~6.3.0"
6196+
stringstream "~0.0.4"
6197+
tough-cookie "~2.3.0"
6198+
tunnel-agent "~0.4.1"
6199+
uuid "^3.0.0"
6200+
61616201
require-directory@^2.1.1:
61626202
version "2.1.1"
61636203
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -6314,12 +6354,6 @@ schema-utils@^0.3.0:
63146354
dependencies:
63156355
ajv "^5.0.0"
63166356

6317-
script-ext-html-webpack-plugin@^1.8.8:
6318-
version "1.8.8"
6319-
resolved "https://registry.yarnpkg.com/script-ext-html-webpack-plugin/-/script-ext-html-webpack-plugin-1.8.8.tgz#faa888a286ce746fcd06a5e0a9e39ed7b9d24f66"
6320-
dependencies:
6321-
debug "^3.1.0"
6322-
63236357
scss-tokenizer@^0.2.3:
63246358
version "0.2.3"
63256359
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"
@@ -6907,6 +6941,12 @@ trim-right@^1.0.1:
69076941
version "1.0.1"
69086942
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
69096943

6944+
"true-case-path@^1.0.2":
6945+
version "1.0.2"
6946+
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.2.tgz#7ec91130924766c7f573be3020c34f8fdfd00d62"
6947+
dependencies:
6948+
glob "^6.0.4"
6949+
69106950
tryit@^1.0.1:
69116951
version "1.0.3"
69126952
resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"

0 commit comments

Comments
 (0)