Pin dependencies (#4)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://github.com/TypeStrong/TypeDoc)) | devDependencies | pin | [`^0.27.6` -> `0.27.6`](https://renovatebot.com/diffs/npm/typedoc/0.27.6/0.27.6) | | [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | devDependencies | pin | [`^4.4.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.4.1/4.4.1) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://www.coastalcommits.com/GalacticFactory/PackwizJS/pulls/4 Co-authored-by: Renovate <renovate@coastalcommits.com> Co-committed-by: Renovate <renovate@coastalcommits.com>
This commit is contained in:
parent
1f43e419d3
commit
bd5d747a72
2 changed files with 4 additions and 4 deletions
4
bun.lock
4
bun.lock
|
@ -7,13 +7,13 @@
|
|||
"@types/semver": "^7.5.8",
|
||||
"semver": "^7.7.1",
|
||||
"toml": "^3.0.0",
|
||||
"typedoc": "^0.27.6",
|
||||
"typedoc-plugin-markdown": "^4.4.1",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"eslint": "9.20.0",
|
||||
"eslint-config-standard": "17.1.0",
|
||||
"typedoc": "0.27.6",
|
||||
"typedoc-plugin-markdown": "4.4.1",
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0",
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"@types/bun": "latest",
|
||||
"eslint": "9.20.0",
|
||||
"eslint-config-standard": "17.1.0",
|
||||
"typedoc": "^0.27.6",
|
||||
"typedoc-plugin-markdown": "^4.4.1"
|
||||
"typedoc": "0.27.6",
|
||||
"typedoc-plugin-markdown": "4.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue