Skip to content

Commit

Permalink
update import, bump required version for permafrost-dev/pretty-format…
Browse files Browse the repository at this point in the history
… to 1.1.0
  • Loading branch information
patinthehat authored and Patrick committed Mar 1, 2021
1 parent 73998d8 commit 66d4f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@permafrost-dev/pretty-format": "^1.0.0",
"@permafrost-dev/pretty-format": "^1.1.0",
"axios": "^0.21.1",
"dayjs": "^1.10.4",
"find-up": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ArgumentConverter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import prettyFormat from '@permafrost-dev/pretty-format';
import { format as prettyFormat } from '@permafrost-dev/pretty-format';

export interface ArgumentConverterResult {
value: any;
Expand Down

0 comments on commit 66d4f2e

Please sign in to comment.