Skip to content

Commit

Permalink
fix: align split2 package between packages (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Aug 26, 2023
1 parent 208494e commit bf28e5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { resolve } from 'path'
import { pathToFileURL } from 'url'
import { createReadStream } from 'fs'
import { readFile } from 'fs/promises'
import split from 'split'
import split from 'split2'
import meow from 'meow'
import conventionalChangelogWriter from './index.js'

Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"json-stringify-safe": "^5.0.1",
"meow": "^12.0.1",
"semver": "^7.5.2",
"split": "^1.0.1"
"split2": "^4.0.0"
},
"bin": {
"conventional-changelog-writer": "cli.mjs"
Expand Down
12 changes: 3 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf28e5f

Please sign in to comment.