TrueChartsClone/package.json

10 lines
213 B
JSON
Raw Normal View History

{
"devDependencies": {
chore(deps): update all-contributors-cli to 6.26.0 (#9261) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [all-contributors-cli](https://togithub.com/all-contributors/all-contributors-cli) | devDependencies | minor | [`6.25.1` -> `6.26.0`](https://renovatebot.com/diffs/npm/all-contributors-cli/6.25.1/6.26.0) | --- ### Release Notes <details> <summary>all-contributors/all-contributors-cli</summary> ### [`v6.26.0`](https://togithub.com/all-contributors/cli/releases/tag/v6.26.0) [Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v6.25.1...v6.26.0) ##### Features - use Prettier to write config file, if possible ([#&#8203;356](https://togithub.com/all-contributors/all-contributors-cli/issues/356)) ([e0a5312](https://togithub.com/all-contributors/all-contributors-cli/commit/e0a5312dc510fcbb3e185f176f4c23216f31193a)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDQuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-29 07:18:40 -04:00
"all-contributors-cli": "6.26.0"
2023-03-16 06:09:35 -04:00
},
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
}
}