Skip to content

Commit 91f6fdb

Browse files
committed
chore(release): 0.50.1
Bumps dependencies.
1 parent 83d1884 commit 91f6fdb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.50.0"
3+
version = "0.50.1"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"
@@ -25,15 +25,15 @@ wasm = ["serde_json", "dprint-core/wasm"]
2525
tracing = ["dprint-core/tracing"]
2626

2727
[dependencies]
28-
dprint-core = { version = "0.43.0", features = ["formatting"] }
28+
dprint-core = { version = "0.44.0", features = ["formatting"] }
2929
fnv = "1.0.7"
3030
serde = { version = "1.0.118", features = ["derive"] }
3131
serde_json = { version = "1.0", optional = true }
32-
swc_ast_view = { version = "0.24.0", package = "dprint-swc-ecma-ast-view" }
33-
swc_common = "0.11.0"
34-
swc_ecmascript = { version = "0.46.0", features = ["parser"] }
32+
swc_ast_view = { version = "0.25.0", package = "dprint-swc-ecma-ast-view" }
33+
swc_common = "0.11.4"
34+
swc_ecmascript = { version = "0.52.1", features = ["parser"] }
3535

3636
[dev-dependencies]
3737
debug-here = "0.2"
38-
dprint-development = "0.4.0"
38+
dprint-development = "0.4.1"
3939
serde_json = { version = "1.0" }

0 commit comments

Comments
 (0)