Skip to content

Commit

Permalink
chore(deps): update all dependencies (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 15, 2024
1 parent 13ff8f7 commit deb4d2c
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 117 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
PLAYWRIGHT_BROWSERS_PATH: 0

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: /home/runner/.local/share/pnpm/store
Expand All @@ -39,7 +39,7 @@ jobs:
with:
version: 8
run_install: true
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand All @@ -59,5 +59,5 @@ jobs:
run: pnpm test:ci

- name: Coverage
uses: davelosert/vitest-coverage-report-action@v2.1.0
uses: davelosert/vitest-coverage-report-action@v2.2.0
if: ${{ always() }}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@tsconfig/node20": "20.1.2",
"@types/jsdom": "21.1.6",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@types/node": "20.11.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitejs/plugin-vue": "5.0.0",
"@vitest/coverage-v8": "1.1.0",
"@vitest/coverage-v8": "1.2.0",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "2.4.3",
Expand All @@ -52,8 +52,8 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "2.1.0",
"eslint-plugin-vue": "9.19.2",
"jsdom": "23.1.0",
"eslint-plugin-vue": "9.20.1",
"jsdom": "23.2.0",
"lodash-es": "4.17.21",
"postcss": "8.4.32",
"postcss-import": "16.0.0",
Expand All @@ -63,7 +63,7 @@
"unplugin-auto-import": "0.17.3",
"unplugin-vue-components": "0.26.0",
"vite": "5.0.10",
"vitest": "1.1.0",
"vitest": "1.2.0",
"vue-tsc": "1.8.27",
"wait-on": "7.2.0"
}
Expand Down

1 comment on commit deb4d2c

@vercel
Copy link

@vercel vercel bot commented on deb4d2c Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.