Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 27, 2024
1 parent 22b4786 commit 904d9c5
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 153 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm ${{ env.pnpm_version }}
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.pnpm_version }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm ${{ env.pnpm_version }}
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.pnpm_version }}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@
}
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@dvcol/eslint-plugin-presets": "^1.3.3",
"eslint": "^8.56.0",
"extract-changelog-release": "^1.0.2",
"husky": "^8.0.3",
"husky": "^9.0.0",
"standard-version": "^9.5.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 904d9c5

Please sign in to comment.