Skip to content

Commit 9d271fc

Browse files
committedMay 23, 2021
Bump packages
1 parent 5d914d4 commit 9d271fc

File tree

3 files changed

+1228
-1135
lines changed

3 files changed

+1228
-1135
lines changed
 

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,25 @@
4343
],
4444
"license": "MIT",
4545
"dependencies": {
46-
"commander": "^5.0.0",
47-
"handlebars": "^4.7.3",
48-
"node-fetch": "^2.6.0",
46+
"commander": "^7.2.0",
47+
"handlebars": "^4.7.7",
48+
"node-fetch": "^2.6.1",
4949
"parse-github-url": "^1.0.2",
50-
"semver": "^6.3.0"
50+
"semver": "^7.3.5"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.9.0",
54-
"@babel/register": "^7.9.0",
53+
"@babel/core": "^7.14.3",
54+
"@babel/register": "^7.13.16",
5555
"babel-plugin-istanbul": "^6.0.0",
5656
"babel-plugin-rewire": "^1.2.0",
57-
"chai": "^4.2.0",
58-
"codecov": "^3.6.5",
59-
"cross-env": "^7.0.2",
60-
"markdownlint-cli": "^0.22.0",
61-
"mocha": "^7.1.1",
62-
"nyc": "^15.0.0",
63-
"snazzy": "^8.0.0",
64-
"standard": "^14.3.3"
57+
"chai": "^4.3.4",
58+
"codecov": "^3.8.2",
59+
"cross-env": "^7.0.3",
60+
"markdownlint-cli": "^0.27.1",
61+
"mocha": "^8.4.0",
62+
"nyc": "^15.1.0",
63+
"snazzy": "^9.0.0",
64+
"standard": "^16.0.3"
6565
},
6666
"babel": {
6767
"env": {

‎src/run.js

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const getOptions = async argv => {
5858
.option('--stdout', 'output changelog to stdout')
5959
.version(version)
6060
.parse(argv)
61+
.opts()
6162

6263
const pkg = await readJson(PACKAGE_FILE)
6364
const packageOptions = pkg ? pkg[PACKAGE_OPTIONS_KEY] : null

‎yarn.lock

+1,213-1,121
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.