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] committed Feb 14, 2024
1 parent deb4d2c commit 98b4af2
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: /home/runner/.local/share/pnpm/store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -25,8 +25,8 @@
"@iconify/json": "2.2.163",
"@iconify/types": "2.0.0",
"@pinia/testing": "0.1.3",
"@playwright/test": "1.40.1",
"@rushstack/eslint-patch": "1.6.1",
"@playwright/test": "1.41.2",
"@rushstack/eslint-patch": "1.7.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/line-clamp": "0.4.4",
Expand All @@ -35,8 +35,8 @@
"@types/jsdom": "21.1.6",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "7.0.0",
"@vitejs/plugin-vue": "5.0.0",
"@vitest/coverage-v8": "1.2.0",
"@vue/eslint-config-prettier": "9.0.0",
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.20.1",
"jsdom": "23.2.0",
"eslint-plugin-vue": "9.21.1",
"jsdom": "24.0.0",
"lodash-es": "4.17.21",
"postcss": "8.4.32",
"postcss-import": "16.0.0",
Expand All @@ -62,7 +62,7 @@
"typescript": "5.3.3",
"unplugin-auto-import": "0.17.3",
"unplugin-vue-components": "0.26.0",
"vite": "5.0.10",
"vite": "5.1.1",
"vitest": "1.2.0",
"vue-tsc": "1.8.27",
"wait-on": "7.2.0"
Expand Down

0 comments on commit 98b4af2

Please sign in to comment.