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 11, 2022
1 parent cd1a8ce commit bf20827
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.3

- 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 @@ -35,10 +35,10 @@ jobs:
- uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.3

- 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 @@ -62,10 +62,10 @@ jobs:
- uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.3

- 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 bf20827

Please sign in to comment.