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 22, 2023
1 parent 28f811f commit a982da3
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 110 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-keep-polite",
"version": "0.2.4",
"packageManager": "pnpm@7.19.0",
"packageManager": "pnpm@7.27.1",
"description": "keep polite by plugin",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"impolite-word": "^0.0.5",
"install": "^0.13.0",
"magic-string": "^0.27.0",
"magic-string": "^0.29.0",
"picocolors": "^1.0.0",
"unplugin": "^1.0.0"
},
Expand All @@ -68,6 +68,6 @@
"typescript": "^4.9.3",
"unbuild": "^1.0.1",
"vite": "^4.0.0",
"vitest": "0.26.2"
"vitest": "0.28.5"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
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.1.7"
}
}

0 comments on commit a982da3

Please sign in to comment.