Skip to content

Commit

Permalink
fix: update semver range
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 20, 2023
1 parent 2f98bfe commit a671b7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -48,11 +48,11 @@
"trailingComma": "none"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^5.0",
"semantic-release-license": "^1.0.3"
"@semantic-release/changelog": "6",
"@semantic-release/exec": "6",
"@semantic-release/git": "10",
"conventional-changelog-conventionalcommits": "5",
"semantic-release-license": "1"
},
"devDependencies": {
"@types/semantic-release": "^20.0.1",
Expand All @@ -62,7 +62,7 @@
"semantic-release": "^20.1.3"
},
"peerDependencies": {
"semantic-release": "^20"
"semantic-release": "20"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit a671b7b

Please sign in to comment.