chore(napi-derive): remove unused dependency 'regex' from backend (#2344)

This commit is contained in:
Max 2024-11-04 08:30:24 -08:00 committed by GitHub
parent 8210414e55
commit f2377e2d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ independent = true
[features]
noop = []
strict = []
type-def = ["regex", "semver"]
type-def = ["semver"]
[dependencies]
convert_case = "0.6"
@ -23,10 +23,6 @@ proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
[dependencies.regex]
optional = true
version = "1"
[dependencies.semver]
optional = true
version = "1"