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>
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "packwizjs",
|
|
"module": "src/parser.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"docs": "typedoc --options typedoc.json"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@types/semver": "^7.5.8",
|
|
"semver": "^7.7.1",
|
|
"toml": "^3.0.0"
|
|
}
|
|
}
|