We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b70378 commit 2cbae67Copy full SHA for 2cbae67
go.mod
@@ -1,6 +1,6 @@
1
module github.com/mheob/use-correct-pm
2
3
-go 1.20
+go 1.21
4
5
require github.com/spf13/cobra v1.7.0
6
package.json
@@ -31,14 +31,14 @@
31
"package.json": "npx sort-package-json"
32
},
33
"dependencies": {
34
- "@go-task/go-npm": "^0.1.18",
+ "@go-task/go-npm": "^0.2.0",
35
"is-ci": "^3.0.1"
36
37
"devDependencies": {
38
- "@commitlint/cli": "^17.6.5",
39
- "@commitlint/config-conventional": "^17.6.5",
+ "@commitlint/cli": "^18.2.0",
+ "@commitlint/config-conventional": "^18.1.0",
40
"husky": "^8.0.3",
41
- "lint-staged": "^13.2.2"
+ "lint-staged": "^15.0.2"
42
43
"publishConfig": {
44
"access": "public"
0 commit comments