Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PopGoesTheWza committed Mar 24, 2021
1 parent 4e6a832 commit 255bc17
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 48 deletions.
74 changes: 39 additions & 35 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"dependencies": {
"chalk": "^4.1.0",
"cli-truncate": "^2.1.0",
"commander": "^7.1.0",
"commander": "^7.2.0",
"dotf": "^1.5.3",
"fs-extra": "^9.1.0",
"fuzzy": "^0.1.3",
"google-auth-library": "^7.0.2",
"google-auth-library": "^7.0.3",
"googleapis": "^68.0.0",
"inquirer": "^8.0.0",
"inquirer-autocomplete-prompt-ipt": "^2.0.0",
Expand All @@ -81,11 +81,11 @@
"make-dir": "^3.1.0",
"multimatch": "^5.0.0",
"normalize-newline": "^3.0.0",
"open": "^8.0.3",
"open": "^8.0.4",
"ora": "^5.4.0",
"read-pkg-up": "^7.0.1",
"recursive-readdir": "^2.2.2",
"split-lines": "^2.0.0",
"split-lines": "^2.1.0",
"strip-bom": "^4.0.0",
"ts2gas": "^3.6.4",
"typescript": "^4.2.3",
Expand All @@ -108,6 +108,6 @@
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"tmp": "^0.2.1",
"type-fest": "^0.21.3"
"type-fest": "^1.0.1"
}
}
8 changes: 0 additions & 8 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ declare module 'normalize-newline' {
function normalizeNewline(inout: string | Buffer): string;
export = normalizeNewline;
}

declare module 'split-lines' {
interface Options {
readonly preserveNewlines?: boolean;
}
function splitLines(inout: string, options?: Options): string[];
export = splitLines;
}

0 comments on commit 255bc17

Please sign in to comment.