build(plugin): Update swc_plugin_proxy (#4551)

This commit is contained in:
OJ Kwon 2022-05-06 22:23:31 -07:00 committed by GitHub
parent d5b67686bf
commit b5a2033994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -3933,7 +3933,7 @@ dependencies = [
[[package]]
name = "swc_plugin"
version = "0.50.0"
version = "0.50.1"
dependencies = [
"swc_atoms",
"swc_common",

View File

@ -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" }