Pin dependencies #7

Merged
cswimr merged 1 commit from renovate/pin-dependencies into main 2025-02-09 15:05:10 -05:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 18b26e3dfa - Show all commits

View file

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Set environment variables
uses: https://www.coastalcommits.com/actions/env@v2
uses: https://www.coastalcommits.com/actions/env@1791216cd180e6578dd1d67fb8d2852b883a5f53 # v2
- name: Build Documentation
run: |
export SITE_URL="https://$CI_ACTION_REF_NAME_SLUG.packwizjs.csw.im"

View file

@ -9,7 +9,7 @@
"toml": "^3.0.0",
},
"devDependencies": {
"@getmeli/cli": "^1.2.0",
"@getmeli/cli": "1.2.0",
"@types/bun": "latest",
"eslint": "9.20.0",
"eslint-config-standard": "17.1.0",

View file

@ -6,7 +6,7 @@
"docs": "typedoc --options typedoc.json"
},
"devDependencies": {
"@getmeli/cli": "^1.2.0",
"@getmeli/cli": "1.2.0",
"@types/bun": "latest",
"eslint": "9.20.0",
"eslint-config-standard": "17.1.0",