Skip to content

Commit

Permalink
fix: Add missing deps for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hron committed Dec 3, 2024
1 parent ef6ab2c commit a87cb9c
Show file tree
Hide file tree
Showing 2 changed files with 585 additions and 23 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
"format:fix": "prettier . --write"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.48.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.48.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"@types/luxon": "^3.4.2",
"@types/node": "^22.9.0",
"eslint": "^9.15.0",
Expand All @@ -43,4 +45,4 @@
"@logseq/libs": "^0.2.0",
"luxon": "^3.5.0"
}
}
}
Loading

0 comments on commit a87cb9c

Please sign in to comment.