Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotpirxie committed Aug 12, 2023
1 parent ee08f18 commit ccd1bff
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 231 deletions.
31 changes: 31 additions & 0 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
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": {
Expand All @@ -27,6 +27,6 @@
"bin/**/*"
],
"engines": {
"node": ">=14"
"node": ">=10"
}
}
Loading

0 comments on commit ccd1bff

Please sign in to comment.