Skip to content

Commit bbb7fe7

Browse files
feat: support node-sass v8 (#1102)
1 parent 221b982 commit bbb7fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"peerDependencies": {
4242
"fibers": ">= 3.1.0",
43-
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
43+
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
4444
"sass": "^1.3.0",
4545
"webpack": "^4.36.0 || ^5.0.0"
4646
},

0 commit comments

Comments
 (0)