Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 1947456 commit 544abaa
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 348 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
run: pnpm test:ci

- name: Coverage
uses: davelosert/vitest-coverage-report-action@v2.2.0
uses: davelosert/vitest-coverage-report-action@v2.3.1
if: ${{ always() }}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"vue-router": "4.3.2"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.7.4",
"@egoist/tailwindcss-icons": "1.8.0",
"@iconify/json": "2.2.205",
"@iconify/types": "2.0.0",
"@pinia/testing": "0.1.3",
"@playwright/test": "1.43.1",
"@playwright/test": "1.44.1",
"@rushstack/eslint-patch": "^1.10.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
Expand All @@ -37,39 +37,39 @@
"@types/jsdom": "^21.1.6",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@vitejs/plugin-vue": "5.0.4",
"@vitest/coverage-v8": "1.5.3",
"@vitest/coverage-v8": "1.6.0",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "10.4.19",
"cross-env": "7.0.3",
"cssnano": "7.0.1",
"eslint": "8.57.0",
"eslint": "9.4.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-playwright": "1.6.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-security": "3.0.0",
"eslint-plugin-vue": "9.25.0",
"jsdom": "24.0.0",
"eslint-plugin-vue": "9.26.0",
"jsdom": "24.1.0",
"lodash-es": "4.17.21",
"npm-run-all2": "6.1.2",
"npm-run-all2": "6.2.0",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.2",
"prettier": "3.2.5",
"prettier": "3.3.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"unplugin-auto-import": "0.17.5",
"unplugin-vue-components": "0.27.0",
"vite": "5.2.10",
"vite-plugin-vue-devtools": "7.1.3",
"vitest": "1.5.3",
"vite-plugin-vue-devtools": "7.2.1",
"vitest": "1.6.0",
"vue-tsc": "2.0.16",
"wait-on": "7.2.0"
}
Expand Down
Loading

0 comments on commit 544abaa

Please sign in to comment.