Skip to content

Commit abc513f

Browse files
authored
update css-analyzer to 7.0.2 (#35)
🌱 reduces install size with ~50 because css-analyzer now only ships a single copy of css-tree. https://github.com/projectwallace/css-analyzer/releases/tag/v7.0.2
1 parent 84ab948 commit abc513f

File tree

2 files changed

+24
-59
lines changed

2 files changed

+24
-59
lines changed

package-lock.json

Lines changed: 23 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"check": "tsc --noEmit"
4949
},
5050
"dependencies": {
51-
"@projectwallace/css-analyzer": "^6.0.0"
51+
"@projectwallace/css-analyzer": "^7.0.2"
5252
},
5353
"devDependencies": {
5454
"typescript": "^5.7.3",

0 commit comments

Comments
 (0)