Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from fuma-nama/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
fuma-nama authored Jul 7, 2024
2 parents af98d89 + 83fa022 commit d26284c
Show file tree
Hide file tree
Showing 5 changed files with 1,574 additions and 1,791 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "changeset version && pnpm install --lockfile-only",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.15.8",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"eslint": "^8.56.0",
Expand Down
Loading

0 comments on commit d26284c

Please sign in to comment.