Skip to content

Commit 3f2687b

Browse files
committedDec 10, 2022
fix: 🐛 add sugarss v3 and v4 as supported
1 parent 8ca4890 commit 3f2687b

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"pug": "^3.0.2",
8383
"sass": "^1.56.2",
8484
"stylus": "^0.55.0",
85-
"sugarss": "^2.0.0",
85+
"sugarss": "^4.0.0",
8686
"svelte": "^3.54.0",
8787
"ts-jest": "^27.1.5",
8888
"typescript": "^4.9.4"
@@ -104,7 +104,7 @@
104104
"pug": "^3.0.0",
105105
"sass": "^1.26.8",
106106
"stylus": "^0.55.0",
107-
"sugarss": "^2.0.0",
107+
"sugarss": "^2.0.0 || ^3.0.0 || ^4.0.0",
108108
"svelte": "^3.23.0",
109109
"typescript": "^3.9.5 || ^4.0.0"
110110
},

‎pnpm-lock.yaml

+8-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.