Skip to content

Commit

Permalink
chore(deps): update all dependencies (#224)
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 Jun 26, 2023
1 parent 2ba1ada commit 3a0e701
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
run: pnpm test:ci

- name: Coverage
uses: davelosert/vitest-coverage-report-action@v2.0.0
uses: davelosert/vitest-coverage-report-action@v2.1.0
if: ${{ always() }}
# with:
# vite-config-path: ./vite.config.ts
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -30,24 +30,24 @@
"@types/jsdom": "21.1.1",
"@types/lodash-es": "4.17.7",
"@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@vitejs/plugin-vue": "4.2.3",
"@vitest/coverage-v8": "0.32.0",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/test-utils": "2.3.2",
"@vue/test-utils": "2.4.0",
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.14",
"cross-env": "^7.0.3",
"cssnano": "6.0.1",
"eslint": "8.42.0",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-vue": "9.14.1",
"eslint-plugin-vue": "9.15.1",
"jsdom": "22.1.0",
"lodash-es": "4.17.21",
"postcss": "8.4.24",
Expand All @@ -59,7 +59,7 @@
"unplugin-vue-components": "0.25.1",
"vite": "4.3.9",
"vitest": "0.32.0",
"vue-tsc": "1.6.5",
"vue-tsc": "1.8.1",
"wait-on": "7.0.1"
}
}

1 comment on commit 3a0e701

@vercel
Copy link

@vercel vercel bot commented on 3a0e701 Jun 26, 2023

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.