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 Feb 3, 2023
1 parent 28f811f commit b73b699
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 55 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: pnpm/action-setup@v2.2.4

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

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

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.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.4",
"packageManager": "pnpm@7.19.0",
"packageManager": "pnpm@7.26.3",
"description": "keep polite by plugin",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -68,6 +68,6 @@
"typescript": "^4.9.3",
"unbuild": "^1.0.1",
"vite": "^4.0.0",
"vitest": "0.26.2"
"vitest": "0.28.4"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Expand Up @@ -14,7 +14,7 @@
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-reload": "0.1.1",
"vue-tsc": "1.0.16"
"vite-plugin-reload": "0.1.2",
"vue-tsc": "1.0.24"
}
}

0 comments on commit b73b699

Please sign in to comment.