Skip to content

Commit 646fc14

Browse files
committed
chore(release): 0.50.0
1 parent 58feff6 commit 646fc14

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
description = "TypeScript and JavaScript code formatter."
4-
keywords = ["formatting", "formatter", "typescript", "javascript"]
5-
version = "0.49.0"
3+
version = "0.50.0"
64
authors = ["David Sherret <[email protected]>"]
75
edition = "2018"
8-
license = "MIT"
96
homepage = "https://github.com/dprint/dprint-plugin-typescript"
7+
keywords = ["formatting", "formatter", "typescript", "javascript"]
8+
license = "MIT"
109
repository = "https://github.com/dprint/dprint-plugin-typescript"
10+
description = "TypeScript and JavaScript code formatter."
1111

1212
[lib]
1313
crate-type = ["lib", "cdylib"]
@@ -27,13 +27,13 @@ tracing = ["dprint-core/tracing"]
2727
[dependencies]
2828
dprint-core = { version = "0.43.0", features = ["formatting"] }
2929
fnv = "1.0.7"
30-
swc_common = "0.11.0"
31-
swc_ecmascript = { version = "0.46.0", features = ["parser"] }
32-
swc_ast_view = { version = "0.24.0", package = "dprint-swc-ecma-ast-view" }
3330
serde = { version = "1.0.118", features = ["derive"] }
3431
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"] }
3535

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

dprint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"**/target"
1010
],
1111
"plugins": [
12-
"https://plugins.dprint.dev/typescript-0.48.0.wasm",
12+
"https://plugins.dprint.dev/typescript-0.49.0.wasm",
1313
"https://plugins.dprint.dev/json-0.12.1.wasm",
1414
"https://plugins.dprint.dev/markdown-0.9.2.wasm",
15-
"https://plugins.dprint.dev/toml-0.2.1.wasm"
15+
"https://plugins.dprint.dev/toml-0.4.1.wasm"
1616
]
1717
}

0 commit comments

Comments
 (0)