Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2022
1 parent cd1a8ce commit d1a4fd0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: pnpm/action-setup@v2.2.2

- name: Setup Node
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
node-version: 16.x
cache: pnpm
Expand All @@ -38,7 +38,7 @@ jobs:
uses: pnpm/action-setup@v2.2.2

- name: Setup Node
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
node-version: 16.x
cache: pnpm
Expand All @@ -65,7 +65,7 @@ jobs:
uses: pnpm/action-setup@v2.2.2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-keep-polite",
"version": "0.2.2",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.4",
"description": "keep polite by plugin",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -67,6 +67,6 @@
"typescript": "^4.7.4",
"unbuild": "^0.8.0",
"vite": "^3.0.4",
"vitest": "0.23.4"
"vitest": "0.24.1"
}
}
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1a4fd0

Please sign in to comment.