Skip to content

Commit 4343276

Browse files
committed
fix: bump all dependencies
1 parent aac8164 commit 4343276

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "node test/chdir-promise-spec.js",
8-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
8+
"semantic-release": "semantic-release",
99
"commit": "commit-wizard",
1010
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
1111
"pretty": "prettier-standard *.js src/*.js",
@@ -40,18 +40,18 @@
4040
"homepage": "https://github.com/bahmutov/chdir-promise",
4141
"dependencies": {
4242
"check-more-types": "2.24.0",
43-
"debug": "2.6.8",
43+
"debug": "3.1.0",
4444
"lazy-ass": "1.6.0",
45-
"q": "1.5.0",
45+
"q": "1.5.1",
4646
"spots": "0.5.0"
4747
},
4848
"devDependencies": {
4949
"git-issues": "^1.3.1",
50-
"github-post-release": "^1.7.1",
51-
"pre-git": "3.15.0",
52-
"prettier-standard": "^6.0.0",
53-
"semantic-release": "^6.3.6",
54-
"standard": "^10.0.2"
50+
"github-post-release": "1.13.1",
51+
"pre-git": "3.15.3",
52+
"prettier-standard": "7.0.3",
53+
"semantic-release": "9.0.0",
54+
"standard": "10.0.3"
5555
},
5656
"config": {
5757
"pre-git": {
@@ -68,6 +68,7 @@
6868
}
6969
},
7070
"release": {
71-
"generateNotes": "github-post-release"
71+
"generateNotes": "github-post-release",
72+
"analyzeCommits": "simple-commit-message"
7273
}
7374
}

0 commit comments

Comments
 (0)