Skip to content

Commit

Permalink
feat(dep): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegase745 committed Jun 30, 2020
1 parent c690977 commit 5db8685
Show file tree
Hide file tree
Showing 2 changed files with 679 additions and 586 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
}
},
"dependencies": {
"@oclif/command": "^1.6.1",
"@oclif/config": "^1.15.1",
"@oclif/command": "^1.7.0",
"@oclif/config": "^1.16.0",
"@oclif/plugin-help": "^3.1.0",
"@oclif/plugin-not-found": "^1.2.4",
"@oclif/plugin-warn-if-update-available": "^1.7.0",
"cli-ux": "^5.4.6",
"cli-ux": "^5.4.7",
"form-data": "^3.0.0",
"git-root-dir": "^1.0.2",
"kleur": "^4.0.2",
Expand All @@ -64,36 +64,36 @@
"node-fetch": "^3.0.0-beta.7"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@oclif/dev-cli": "^1.22.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@types/git-root-dir": "^1.0.0",
"@types/jest": "^26.0.0",
"@types/jest": "^26.0.3",
"@types/listr": "^0.14.2",
"@types/node": "8",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"commitizen": "^4.1.2",
"commitlint": "^8.3.5",
"eslint": "^7.2.0",
"commitlint": "^9.0.1",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"import-sort-cli": "^6.0.0",
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-leboncoin": "^1.0.3",
"jest": "^26.0.1",
"jest-junit": "^10.0.0",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.8",
"semantic-release": "^17.1.1",
"sort-package-json": "^1.44.0",
"ts-jest": "^26.1.0",
"ts-jest": "^26.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
Expand Down
Loading

0 comments on commit 5db8685

Please sign in to comment.