Skip to content

Commit e312716

Browse files
deps: Add csslib as a direct dependency
It will be used in later commits to parse inline CSS styles in HTML while parsing KaTeX HTML spans.
1 parent b506d5e commit e312716

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ packages:
235235
source: hosted
236236
version: "3.0.6"
237237
csslib:
238-
dependency: transitive
238+
dependency: "direct main"
239239
description:
240240
name: csslib
241241
sha256: "09bad715f418841f976c77db72d5398dc1253c21fb9c0c7f0b0b985860b2d58e"

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies:
3939
collection: ^1.17.2
4040
convert: ^3.1.1
4141
crypto: ^3.0.3
42+
csslib: ^1.0.2
4243
device_info_plus: ^11.2.0
4344
drift: ^2.23.0
4445
file_picker: ^10.1.2

0 commit comments

Comments
 (0)