Skip to content

Commit

Permalink
feat(deps): semver@^7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent 5dec383 commit 003ad66
Show file tree
Hide file tree
Showing 12 changed files with 114 additions and 128 deletions.
2 changes: 1 addition & 1 deletion commands/add/package.json
Expand Up @@ -42,6 +42,6 @@
"dedent": "^0.7.0",
"npm-package-arg": "^6.1.0",
"p-map": "^2.1.0",
"semver": "^6.2.0"
"semver": "^7.3.2"
}
}
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Expand Up @@ -55,6 +55,6 @@
"p-map-series": "^1.0.0",
"p-waterfall": "^1.0.0",
"read-package-tree": "^5.1.6",
"semver": "^6.2.0"
"semver": "^7.3.2"
}
}
2 changes: 1 addition & 1 deletion commands/create/package.json
Expand Up @@ -46,7 +46,7 @@
"npm-package-arg": "^6.1.0",
"p-reduce": "^1.0.0",
"pify": "^4.0.1",
"semver": "^6.2.0",
"semver": "^7.3.2",
"slash": "^3.0.0",
"validate-npm-package-license": "^3.0.3",
"validate-npm-package-name": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
Expand Up @@ -63,6 +63,6 @@
"p-finally": "^1.0.0",
"p-map": "^2.1.0",
"p-pipe": "^1.2.0",
"semver": "^6.2.0"
"semver": "^7.3.2"
}
}
2 changes: 1 addition & 1 deletion commands/version/package.json
Expand Up @@ -56,7 +56,7 @@
"p-pipe": "^1.2.0",
"p-reduce": "^1.0.0",
"p-waterfall": "^1.0.0",
"semver": "^6.2.0",
"semver": "^7.3.2",
"slash": "^3.0.0",
"temp-write": "^4.0.0",
"write-json-file": "^4.3.0"
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Expand Up @@ -42,6 +42,6 @@
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"pify": "^4.0.1",
"semver": "^6.2.0"
"semver": "^7.3.2"
}
}
2 changes: 1 addition & 1 deletion core/package-graph/package.json
Expand Up @@ -36,6 +36,6 @@
"@lerna/validation-error": "file:../validation-error",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"semver": "^6.2.0"
"semver": "^7.3.2"
}
}
2 changes: 1 addition & 1 deletion helpers/pkg-matchers/package.json
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"@lerna/package": "file:../../core/package",
"semver": "^6.2.0"
"semver": "^7.3.2"
}
}

0 comments on commit 003ad66

Please sign in to comment.