Skip to content

Commit

Permalink
chore(deps): maintain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 3, 2021
1 parent 8215f4d commit d598abb
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 159 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,44 +37,44 @@
}
},
"dependencies": {
"@lihbr/listr-update-renderer": "0.5.1",
"cac": "6.7.3",
"chalk": "4.1.1",
"consola": "2.15.3",
"debug": "4.3.1",
"detect-indent": "6.1.0",
"exit": "0.1.2",
"globby": "11.0.3",
"inquirer": "8.1.0",
"latest-version": "5.1.0",
"listr": "0.14.3",
"lodash": "4.17.21",
"node-fetch": "2.6.1",
"rc9": "1.2.0",
"rxjs": "7.1.0",
"semver": "7.3.5",
"slugify": "1.5.3",
"std-env": "2.3.0"
"@lihbr/listr-update-renderer": "^0.5.1",
"cac": "^6.7.3",
"chalk": "^4.1.1",
"consola": "^2.15.3",
"debug": "^4.3.1",
"detect-indent": "^6.1.0",
"exit": "^0.1.2",
"globby": "^11.0.3",
"inquirer": "^8.1.0",
"latest-version": "^5.1.0",
"listr": "^0.14.3",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"rc9": "^1.2.0",
"rxjs": "^7.1.0",
"semver": "^7.3.5",
"slugify": "^1.5.3",
"std-env": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/exit": "0.1.31",
"@types/inquirer": "7.3.1",
"@types/jest": "26.0.22",
"@types/listr": "0.14.2",
"@types/node-fetch": "2.5.8",
"@types/jest": "26.0.23",
"@types/listr": "0.14.3",
"@types/node-fetch": "2.5.10",
"@types/semver": "7.3.6",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"ava": "3.15.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "4.3.8",
"nyc": "15.1.0",
"prettier": "2.3.0",
"siroc": "0.10.1",
"siroc": "0.11.0",
"standard-version": "9.3.0",
"ts-eager": "2.0.2",
"ts-essentials": "7.0.1",
Expand Down
Loading

0 comments on commit d598abb

Please sign in to comment.