Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2024
1 parent b89af26 commit 6cb2d16
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
with:
node-version: 20

- uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57 # v1.4.8
- uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 # v1.4.9
id: changeset
with:
publish: node --enable-source-maps ${{ github.action_path }}/dist/main.cjs
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"@actions/exec": "1.1.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@changesets/cli": "2.27.9",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"engines": {
"node": "20.18.0"
},
"packageManager": "pnpm@9.12.1"
"packageManager": "pnpm@9.12.2"
}
Loading

0 comments on commit 6cb2d16

Please sign in to comment.