@coveo/semantic-monorepo-tools
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -0,1 +1,5 @@ | ||
## 1.1.9 (2022-08-15) | ||
## 1.1.8 (2022-08-08) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@coveo/semantic-monorepo-tools", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos", | ||
@@ -45,13 +45,13 @@ "homepage": "https://github.com/coveo/semantic-monorepo-tools#readme", | ||
"@types/jest": "28.1.6", | ||
"@types/semver": "7.3.10", | ||
"@typescript-eslint/eslint-plugin": "5.32.0", | ||
"@typescript-eslint/parser": "5.32.0", | ||
"@types/semver": "7.3.12", | ||
"@typescript-eslint/eslint-plugin": "5.33.0", | ||
"@typescript-eslint/parser": "5.33.0", | ||
"conventional-changelog-angular": "5.0.13", | ||
"eslint": "8.21.0", | ||
"eslint": "8.22.0", | ||
"husky": "8.0.1", | ||
"jest": "28.1.3", | ||
"lint-staged": "13.0.3", | ||
"octokit": "2.0.4", | ||
"octokit": "2.0.5", | ||
"prettier": "2.7.1", | ||
"ts-jest": "28.0.7", | ||
"ts-jest": "28.0.8", | ||
"ts-node": "10.9.1", | ||
@@ -58,0 +58,0 @@ "typescript": "4.7.4" |
97717