Skip to content

Commit

Permalink
build: update semver
Browse files Browse the repository at this point in the history
Update latest version of semver to support Nx19

close #607
  • Loading branch information
dianjuar committed Sep 26, 2024
1 parent c75ba21 commit b79f68a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@commitlint/cli": "18.5.0",
"@commitlint/config-conventional": "18.5.0",
"@jscutlery/semver": "5.2.2",
"@jscutlery/semver": "5.3.1",
"@nx/devkit": "19.8.2",
"@nx/eslint": "19.8.2",
"@nx/eslint-plugin": "19.8.2",
Expand Down Expand Up @@ -59,10 +59,5 @@
},
"nx": {
"includedScripts": []
},
"overrides": {
"@jscutlery/semver": {
"@nx/devkit": "^19.0.0"
}
}
}

0 comments on commit b79f68a

Please sign in to comment.