Skip to content

Commit

Permalink
chore: Update to code-block-writer 7.0.0.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Updated to code-block-writer 7.0.0. The writer methods `newLineIfLastNotNewLine`, `blankLineIfLastNotBlankLine`, and `spaceIfLastNotSpace`, are removed. Use the shorter method names like `spaceIfLastNot`.
  • Loading branch information
dsherret committed Apr 29, 2018
1 parent 2c1a9e5 commit 7121e0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"dependencies": {
"@dsherret/to-absolute-glob": "^2.0.2",
"@types/fs-extra": "^5.0.2",
"code-block-writer": "6.13.0",
"code-block-writer": "7.0.0",
"fs-extra": "^5.0.0",
"glob-parent": "^3.1.0",
"globby": "^6.1.0",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@ code-block-writer@6.13.0:
version "6.13.0"
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-6.13.0.tgz#9473a3a0c26c9a860c388b6b218e4031bbc61fe0"

code-block-writer@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-7.0.0.tgz#8d5ab347ce5c130b8fa50df59684096792a6661f"

collection-visit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
Expand Down

0 comments on commit 7121e0d

Please sign in to comment.