PackwizJS/package.json
Renovate 671c21aeaa
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
Pin dependencies (#7)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| @​getmeli/cli | devDependencies | pin | [`^1.2.0` -> `1.2.0`](https://renovatebot.com/diffs/npm/@getmeli%2fcli/1.2.0/1.2.0) |
| [https://www.coastalcommits.com/actions/env](https://www.coastalcommits.com/actions/env) | action | pinDigest |  -> `1791216` |

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/7
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-02-09 15:05:10 -05:00

24 lines
510 B
JSON

{
"name": "packwizjs",
"module": "src/parser.ts",
"type": "module",
"scripts": {
"docs": "typedoc --options typedoc.json"
},
"devDependencies": {
"@getmeli/cli": "1.2.0",
"@types/bun": "latest",
"eslint": "9.20.0",
"eslint-config-standard": "17.1.0",
"typedoc": "0.27.7",
"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"
}
}