Skip to content

Commit 236cd13

Browse files
authored
refactor: updated dependency node-sass #1332 (#1333)
1 parent 28d6205 commit 236cd13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/uikit-workshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"mini-css-extract-plugin": "^0.8.0",
8080
"mousetrap": "^1.6.5",
8181
"no-emit-webpack-plugin": "^1.0.0",
82-
"node-sass": "^5.0.0",
82+
"node-sass": "^6.0.0",
8383
"node-sass-selector-importer": "^5.2.0",
8484
"postcss-loader": "^3.0.0",
8585
"preact": "8.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11749,10 +11749,10 @@ node-sass-selector-importer@^5.2.0:
1174911749
node-sass-magic-importer "^5.3.2"
1175011750
postcss-scss "^2.0.0"
1175111751

11752-
node-sass@^5.0.0:
11753-
version "5.0.0"
11754-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-5.0.0.tgz#4e8f39fbef3bac8d2dc72ebe3b539711883a78d2"
11755-
integrity sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==
11752+
node-sass@^6.0.0:
11753+
version "6.0.0"
11754+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-6.0.0.tgz#f30da3e858ad47bfd138bc0e0c6f924ed2f734af"
11755+
integrity sha512-GDzDmNgWNc9GNzTcSLTi6DU6mzSPupVJoStIi7cF3GjwSE9q1cVakbvAAVSt59vzUjV9JJoSZFKoo9krbjKd2g==
1175611756
dependencies:
1175711757
async-foreach "^0.1.3"
1175811758
chalk "^1.1.1"

0 commit comments

Comments
 (0)