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 Jul 22, 2024
1 parent 7e3f50b commit aa677a6
Show file tree
Hide file tree
Showing 3 changed files with 2,109 additions and 992 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
PLAYWRIGHT_BROWSERS_PATH: 0

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: /home/runner/.local/share/pnpm/store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -35,7 +35,7 @@ jobs:
run: yarn test:ci

- name: Upload artifacts on fail
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: videos
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,34 @@
"test:ci": "playwright test"
},
"dependencies": {
"fuse.js": "^6.6.2"
"fuse.js": "^7.0.0"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.23.1",
"@playwright/test": "1.23.1",
"@playwright/experimental-ct-vue": "1.45.2",
"@playwright/test": "1.45.2",
"@tailwindcss/typography": "0.5.2",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"@vitejs/plugin-vue": "2.3.3",
"@vue/eslint-config-typescript": "11.0.0",
"@vue/test-utils": "2.0.2",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-vue": "5.0.5",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.7",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-vue": "9.1.1",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-promise": "6.5.1",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-vue": "9.27.0",
"postcss": "8.4.14",
"postcss-import": "14.1.0",
"postcss-nesting": "10.1.10",
"tailwindcss": "3.1.4",
"typescript": "4.7.4",
"vite": "2.9.13",
"vite-plugin-dts": "1.2.0",
"vue": "3.2.37",
"wait-on": "6.0.1"
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.5",
"tailwindcss": "3.4.6",
"typescript": "5.5.3",
"vite": "5.3.4",
"vite-plugin-dts": "3.9.1",
"vue": "3.4.33",
"wait-on": "7.2.0"
},
"files": [
"dist/index.es.js",
Expand Down
Loading

0 comments on commit aa677a6

Please sign in to comment.