mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
build(plugin): Update swc_plugin_proxy
(#4551)
This commit is contained in:
parent
d5b67686bf
commit
b5a2033994
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3933,7 +3933,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin"
|
||||
version = "0.50.0"
|
||||
version = "0.50.1"
|
||||
dependencies = [
|
||||
"swc_atoms",
|
||||
"swc_common",
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_plugin"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.50.0"
|
||||
version = "0.50.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -29,7 +29,7 @@ swc_ecma_ast = { version = "0.77.0", path = "../swc_ecma_ast", features = [
|
||||
swc_ecma_quote = { version = "0.15.0", path = "../swc_ecma_quote", optional = true }
|
||||
swc_ecma_visit = { version = "0.63.0", path = "../swc_ecma_visit" }
|
||||
swc_ecma_utils = { version = "0.83.0", path = "../swc_ecma_utils" }
|
||||
swc_plugin_proxy = { version = "0.2.1", path = "../swc_plugin_proxy", features = [
|
||||
swc_plugin_proxy = { version = "0.2.2", path = "../swc_plugin_proxy", features = [
|
||||
"plugin-mode",
|
||||
] }
|
||||
swc_plugin_macro = { version = "0.4.1", path = "../swc_plugin_macro" }
|
||||
|
Loading…
Reference in New Issue
Block a user