Skip to content

Commit 582e5fe

Browse files
authored
chore(release): 0.48.0 (#140)
* chore(release): 0.48.0 * maybe fix test
1 parent a00be59 commit 582e5fe

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dprint-plugin-typescript"
33
description = "TypeScript and JavaScript code formatter."
44
keywords = ["formatting", "formatter", "typescript", "javascript"]
5-
version = "0.47.0"
5+
version = "0.48.0"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"
@@ -28,8 +28,8 @@ tracing = ["dprint-core/tracing"]
2828
dprint-core = { version = "0.43.0", features = ["formatting"] }
2929
fnv = "1.0.7"
3030
swc_common = "0.10.21"
31-
swc_ecmascript = { version = "0.44.0", features = ["parser"] }
32-
swc_ast_view = { version = "0.22.0", package = "dprint-swc-ecma-ast-view" }
31+
swc_ecmascript = { version = "0.45.0", features = ["parser"] }
32+
swc_ast_view = { version = "0.23.0", package = "dprint-swc-ecma-ast-view" }
3333
serde = { version = "1.0.118", features = ["derive"] }
3434
serde_json = { version = "1.0", optional = true }
3535

tests/specs/statements/sheBang/SheBang_All.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353

5454
[expect]
5555
#!/foo/bar
56-
5756
// A comment
5857
/* A block comment */
5958

0 commit comments

Comments
 (0)