Skip to content

Commit

Permalink
build: update release and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Sep 17, 2024
1 parent 8670bf2 commit 02da500
Show file tree
Hide file tree
Showing 5 changed files with 3,794 additions and 3,456 deletions.
3 changes: 3 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@aurora-is-near/semantic-release-config"
}
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: { 'body-max-line-length': [0] },
};
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,19 @@
},
"devDependencies": {
"@aurora-is-near/eslint-config": "^1.3.8",
"@aurora-is-near/semantic-release-config": "^1.2.1",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/jest": "^29.0.0",
"@types/jsonwebtoken": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"commitlint": "^8.3.5",
"eslint": "^8.14.0",
"husky": "^4.2.5",
"jest": "^29.0.0",
"jest": "^29.7.0",
"jsonwebtoken": "^8.5.1",
"prettier": "^2.8.1",
"semantic-release": "^19.0.5",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"semantic-release": "^24.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.0"
}
Expand Down
34 changes: 0 additions & 34 deletions release.config.js

This file was deleted.

Loading

0 comments on commit 02da500

Please sign in to comment.