Skip to content

Commit

Permalink
⬆️ upgrade all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
beaussan committed Oct 9, 2020
1 parent 359f174 commit fc04720
Show file tree
Hide file tree
Showing 3 changed files with 1,414 additions and 1,203 deletions.
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ yarn-error.log*

CHANGELOG.md
README.md


lib/

coverage/
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,50 @@
},
"bugs": "https://github.com/beaussan/nbx/issues",
"dependencies": {
"@oclif/command": "1.6.1",
"@oclif/config": "1.15.1",
"@oclif/errors": "1.2.2",
"@oclif/plugin-help": "3.1.0",
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"@oclif/errors": "1.3.3",
"@oclif/plugin-help": "3.2.0",
"@oclif/plugin-not-found": "1.2.4",
"@oclif/plugin-warn-if-update-available": "1.7.0",
"axios": "0.19.2",
"axios": "0.20.0",
"colors": "1.4.0",
"cosmiconfig": "6.0.0",
"gluegun": "4.3.1",
"isomorphic-git": "1.7.0",
"cosmiconfig": "7.0.0",
"gluegun": "4.4.0",
"isomorphic-git": "1.7.8",
"latest-version": "5.1.0",
"prompts": "2.3.2",
"tslib": "2.0.0"
"tslib": "2.0.2"
},
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@babel/preset-typescript": "7.10.1",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@babel/preset-typescript": "7.10.4",
"@oclif/dev-cli": "1.22.2",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/exec": "5.0.0",
"@semantic-release/git": "9.0.0",
"@types/jest": "26.0.3",
"@types/node": "10.17.26",
"@types/prompts": "2.0.8",
"babel-jest": "26.1.0",
"codecov": "3.7.1",
"eslint": "7.4.0",
"@types/jest": "26.0.14",
"@types/node": "14.11.8",
"@types/prompts": "2.0.9",
"babel-jest": "26.5.2",
"codecov": "3.8.0",
"eslint": "7.10.0",
"eslint-config-oclif": "3.1.0",
"eslint-config-oclif-typescript": "0.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-prettier": "3.1.4",
"globby": "11.0.1",
"husky": "4.2.5",
"jest": "26.1.0",
"prettier": "2.0.5",
"pretty-quick": "2.0.1",
"semantic-release": "17.1.1",
"husky": "4.3.0",
"jest": "26.5.2",
"prettier": "2.1.2",
"pretty-quick": "3.0.2",
"semantic-release": "17.1.2",
"semantic-release-gitmoji": "1.3.4",
"strip-ansi": "6.0.0",
"ts-jest": "26.1.0",
"ts-node": "8.10.2",
"typescript": "3.9.6"
"ts-jest": "26.4.1",
"ts-node": "9.0.0",
"typescript": "4.0.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit fc04720

Please sign in to comment.