Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 6bebe77

Browse files
Update all non-major dependencies (#4)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c1261a8 commit 6bebe77

File tree

3 files changed

+309
-55
lines changed

3 files changed

+309
-55
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
os: [ubuntu-latest, windows-latest]
1919
node: [16, 17]
2020
steps:
21-
- uses: actions/checkout@v2.3.5
21+
- uses: actions/checkout@v2.4.0
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/setup-node@v2.4.1
24+
- uses: actions/setup-node@v2.5.1
2525
with:
2626
node-version: ${{ matrix.node }}
27-
- uses: pnpm/action-setup@v2.0.1
27+
- uses: pnpm/action-setup@v2.2.1
2828
with:
2929
version: 6.x.x
3030
run_install: true
@@ -39,11 +39,11 @@ jobs:
3939
runs-on: ubuntu-latest
4040
name: "Lint source code"
4141
steps:
42-
- uses: actions/checkout@v2.3.5
42+
- uses: actions/checkout@v2.4.0
4343
with:
4444
fetch-depth: 0
45-
- uses: actions/setup-node@v2.4.1
46-
- uses: pnpm/action-setup@v2.0.1
45+
- uses: actions/setup-node@v2.5.1
46+
- uses: pnpm/action-setup@v2.2.1
4747
with:
4848
version: 6.x.x
4949
run_install: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"typescript": "*",
6363
"vite": "^2.7.7",
6464
"vite-plugin-vue2": "^1.9.3",
65-
"vitest": "^0.0.114",
65+
"vitest": "0.7.12",
6666
"vue-template-compiler": "^2.6.14"
6767
}
6868
}

0 commit comments

Comments
 (0)