Skip to content

Commit

Permalink
Regenerate yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed May 13, 2023
1 parent 8e7788e commit d64c9b3
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 193 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"auto-changelog": "^2.4.0",
"eslint": "^8.40.0",
"exit-code": "^1.0.2",
"typescript": "^4.7.4"
"typescript": "~5.0.4"
},
"peerDependencies": {
"eslint": ">=8.23",
Expand All @@ -49,7 +49,7 @@
"test": "node tests/run-tests.js",
"preversion-temp-disabled": "yarn test",
"push": "git push --follow-tags",
"version": "auto-changelog -p --commit-limit false && git add CHANGELOG.md"
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"homepage": "https://github.com/burtek/eslint-config#readme",
"bugs": "https://github.com/burtek/eslint-config/issues",
Expand All @@ -61,5 +61,10 @@
},
"type": "module",
"main": "index.js",
"types": "index.d.ts"
"types": "index.d.ts",
"auto-changelog": {
"breakingPattern": "BREAKING CHANGE:",
"unreleased": true,
"commitLimit": false
}
}
Loading

0 comments on commit d64c9b3

Please sign in to comment.