Skip to content

Commit

Permalink
feat: allow semantically equivalent versions of packages
Browse files Browse the repository at this point in the history
This is so that not for each patch version a new release of this package is needed.
  • Loading branch information
bxt authored and JulianCataldo committed Sep 21, 2024
1 parent 7e3cd9c commit b742775
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"release": "semantic-release"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "11.2.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"find-up": "6.3.0",
"minimatch": "9.0.3",
"unified-lint-rule": "2.1.2",
"yaml": "2.3.3"
"@apidevtools/json-schema-ref-parser": "^11.2.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"find-up": "^6.3.0",
"minimatch": "^9.0.3",
"unified-lint-rule": "^2.1.2",
"yaml": "^2.3.3"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
Expand Down

0 comments on commit b742775

Please sign in to comment.