-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee08f18
commit ccd1bff
Showing
6 changed files
with
192 additions
and
231 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "dependency-time-machine", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Tool to automatically update dependencies one-by-one in the time order", | ||
"main": "./bin/index.js", | ||
"repository": "https://github.com/pilotpirxie/dependency-time-machine.git", | ||
"author": "pilotpirxie <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@commander-js/extra-typings": "^9.5.0", | ||
"@types/node": "14.14.45", | ||
"axios": "^1.4.0", | ||
"commander": "^9.5.0", | ||
"prettier": "3.0.1", | ||
"commander": "^7.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "10.17.60", | ||
"prettier": "2.8.8", | ||
"typescript": "^4.9.5" | ||
}, | ||
"bin": { | ||
|
@@ -27,6 +27,6 @@ | |
"bin/**/*" | ||
], | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=10" | ||
} | ||
} |
Oops, something went wrong.