Skip to content

Commit

Permalink
Prevent term-size from being bundled (#7750)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasewalden committed Mar 1, 2022
1 parent c670715 commit c9264c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/reporters/cli/package.json
Expand Up @@ -25,23 +25,24 @@
"@parcel/plugin": false,
"@parcel/types": false,
"@parcel/utils": false,
"chalk": false
"chalk": false,
"term-size": false
}
}
},
"dependencies": {
"@parcel/plugin": "2.3.2",
"@parcel/types": "2.3.2",
"@parcel/utils": "2.3.2",
"chalk": "^4.1.0"
"chalk": "^4.1.0",
"term-size": "^2.2.1"
},
"devDependencies": {
"filesize": "^6.1.0",
"nullthrows": "^1.1.1",
"ora": "^5.2.0",
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"term-size": "^2.2.1",
"wrap-ansi": "^7.0.0"
}
}

0 comments on commit c9264c4

Please sign in to comment.