Skip to content

Commit

Permalink
feat(node-sass): support 8.x as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
glinford authored and skovy committed Mar 14, 2023
1 parent 08da097 commit 6468736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "^4.5.5"
},
"peerDependencies": {
"node-sass": "^7.0.3",
"node-sass": "^7.0.3 || ^8.0.0",
"sass": "^1.49.7"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 6468736

Please sign in to comment.