Skip to content

Commit

Permalink
feat(deps): semver@^6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 17, 2019
1 parent 313287f commit d8016d9
Show file tree
Hide file tree
Showing 12 changed files with 131 additions and 23 deletions.
2 changes: 1 addition & 1 deletion commands/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"dedent": "^0.7.0",
"npm-package-arg": "^6.1.0",
"p-map": "^2.1.0",
"semver": "^5.5.0"
"semver": "^6.2.0"
}
}
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"p-map-series": "^1.0.0",
"p-waterfall": "^1.0.0",
"read-package-tree": "^5.1.6",
"semver": "^5.5.0"
"semver": "^6.2.0"
}
}
2 changes: 1 addition & 1 deletion commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"npm-package-arg": "^6.1.0",
"p-reduce": "^1.0.0",
"pify": "^4.0.1",
"semver": "^5.5.0",
"semver": "^6.2.0",
"slash": "^2.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
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"p-finally": "^1.0.0",
"p-map": "^2.1.0",
"p-pipe": "^1.2.0",
"semver": "^5.5.0"
"semver": "^6.2.0"
}
}
2 changes: 1 addition & 1 deletion commands/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"p-pipe": "^1.2.0",
"p-reduce": "^1.0.0",
"p-waterfall": "^1.0.0",
"semver": "^5.5.0",
"semver": "^6.2.0",
"slash": "^2.0.0",
"temp-write": "^3.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"pify": "^4.0.1",
"semver": "^5.5.0"
"semver": "^6.2.0"
}
}
2 changes: 1 addition & 1 deletion core/package-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@lerna/validation-error": "file:../validation-error",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"semver": "^5.5.0"
"semver": "^6.2.0"
}
}
2 changes: 1 addition & 1 deletion helpers/pkg-matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"@lerna/package": "file:../../core/package",
"semver": "^5.5.0"
"semver": "^6.2.0"
}
}
133 changes: 120 additions & 13 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"path-key": "^2.0.1",
"pify": "^4.0.1",
"prettier": "^1.18.2",
"semver": "^6.2.0",
"tacks": "^1.3.0",
"tar": "^4.4.10",
"tempy": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion utils/has-npm-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
"semver": "^5.5.0"
"semver": "^6.2.0"
}
}
Loading

0 comments on commit d8016d9

Please sign in to comment.