Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
chore(pkg): add matcher to remaining packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieluizramos authored and Ryan Garant committed Oct 3, 2019
1 parent c431ff3 commit aa0289a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,48 +92,48 @@
},
"dependencies": {
"@octokit/plugin-throttling": "~2.4.0",
"@octokit/rest": "16.25.0",
"cli-table3": "0.5.1",
"colors": "1.3.3",
"handlebars": "~4.3.0",
"@octokit/rest": "~16.25.0",
"cli-table3": "~0.5.1",
"colors": "~1.3.3",
"handlebars": "~4.3.5",
"immer": "~4.0.0",
"inquirer": "6.2.1",
"inquirer": "~6.2.1",
"lodash": "~4.17.15",
"marked": "~0.7.0",
"marked-terminal": "3.2.0",
"moment": "2.23.0",
"nock": "10.0.5",
"nopt": "3.0.6",
"opn": "5.4.0",
"ramda": "^0.26.1",
"request": "2.88.0",
"truncate": "2.0.1",
"update-notifier": "2.5.0",
"userhome": "1.0.0",
"which": "1.3.1",
"wordwrap": "1.0.0"
"marked-terminal": "~3.2.0",
"moment": "~2.23.0",
"nock": "~10.0.5",
"nopt": "~3.0.6",
"opn": "~5.4.0",
"ramda": "~0.26.1",
"request": "~2.88.0",
"truncate": "~2.0.1",
"update-notifier": "~2.5.0",
"userhome": "~1.0.0",
"which": "~1.3.1",
"wordwrap": "~1.0.0"
},
"devDependencies": {
"@semantic-release/git": "7.0.7",
"@semantic-release/github": "5.2.8",
"@semantic-release/npm": "5.1.3",
"@types/jest": "23.3.11",
"@types/node": "10.12.18",
"@semantic-release/git": "~7.0.7",
"@semantic-release/github": "~5.2.8",
"@semantic-release/npm": "~5.1.3",
"@types/jest": "~23.3.11",
"@types/node": "~10.12.18",
"all-contributors-cli": "~6.9.1",
"commitizen": "~4.0.3",
"cross-env": "5.2.0",
"cz-conventional-changelog": "2.1.0",
"husky": "1.3.1",
"jest": "24.7.1",
"prettier": "1.15.3",
"pretty-quick": "1.8.0",
"cross-env": "~5.2.0",
"cz-conventional-changelog": "~2.1.0",
"husky": "~1.3.1",
"jest": "~24.7.1",
"prettier": "~1.15.3",
"pretty-quick": "~1.8.0",
"semantic-release": "~15.13.24",
"strip-ansi": "5.0.0",
"ts-jest": "24.0.2",
"tslint": "5.12.0",
"tslint-config-airbnb": "5.11.1",
"tslint-config-prettier": "1.17.0",
"tslint-plugin-prettier": "2.0.1",
"typescript": "3.2.2"
"strip-ansi": "~5.0.0",
"ts-jest": "~24.0.2",
"tslint": "~5.12.0",
"tslint-config-airbnb": "~5.11.1",
"tslint-config-prettier": "~1.17.0",
"tslint-plugin-prettier": "~2.0.1",
"typescript": "~3.2.2"
}
}

0 comments on commit aa0289a

Please sign in to comment.