Skip to content

Commit 27d1e4f

Browse files
fix(deps): update all dependencies
1 parent 7e3f50b commit 27d1e4f

File tree

3 files changed

+2771
-1305
lines changed

3 files changed

+2771
-1305
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
PLAYWRIGHT_BROWSERS_PATH: 0
1515

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

3737
- name: Upload artifacts on fail
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
if: failure()
4040
with:
4141
name: videos

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@
2323
"test:ci": "playwright test"
2424
},
2525
"dependencies": {
26-
"fuse.js": "^6.6.2"
26+
"fuse.js": "^7.0.0"
2727
},
2828
"devDependencies": {
29-
"@playwright/experimental-ct-vue": "1.23.1",
30-
"@playwright/test": "1.23.1",
29+
"@playwright/experimental-ct-vue": "1.50.1",
30+
"@playwright/test": "1.50.1",
3131
"@tailwindcss/typography": "0.5.2",
32-
"@typescript-eslint/eslint-plugin": "5.30.5",
33-
"@typescript-eslint/parser": "5.30.5",
34-
"@vitejs/plugin-vue": "2.3.3",
35-
"@vue/eslint-config-typescript": "11.0.0",
36-
"@vue/test-utils": "2.0.2",
32+
"@typescript-eslint/eslint-plugin": "8.25.0",
33+
"@typescript-eslint/parser": "8.25.0",
34+
"@vitejs/plugin-vue": "5.2.1",
35+
"@vue/eslint-config-typescript": "14.4.0",
36+
"@vue/test-utils": "2.4.6",
3737
"autoprefixer": "10.4.7",
38-
"eslint": "8.19.0",
39-
"eslint-config-prettier": "8.5.0",
40-
"eslint-plugin-import": "2.26.0",
41-
"eslint-plugin-node": "11.1.0",
42-
"eslint-plugin-promise": "6.0.0",
43-
"eslint-plugin-security": "1.5.0",
44-
"eslint-plugin-vue": "9.1.1",
45-
"postcss": "8.4.14",
46-
"postcss-import": "14.1.0",
47-
"postcss-nesting": "10.1.10",
48-
"tailwindcss": "3.1.4",
49-
"typescript": "4.7.4",
50-
"vite": "2.9.13",
51-
"vite-plugin-dts": "1.2.0",
52-
"vue": "3.2.37",
53-
"wait-on": "6.0.1"
38+
"eslint": "9.21.0",
39+
"eslint-config-prettier": "10.0.2",
40+
"eslint-plugin-import": "2.31.0",
41+
"eslint-plugin-n": "14.0.0",
42+
"eslint-plugin-promise": "7.2.1",
43+
"eslint-plugin-security": "3.0.1",
44+
"eslint-plugin-vue": "9.32.0",
45+
"postcss": "8.5.3",
46+
"postcss-import": "16.1.0",
47+
"postcss-nesting": "13.0.1",
48+
"tailwindcss": "4.0.9",
49+
"typescript": "5.7.3",
50+
"vite": "6.2.0",
51+
"vite-plugin-dts": "4.5.1",
52+
"vue": "3.5.13",
53+
"wait-on": "8.0.2"
5454
},
5555
"files": [
5656
"dist/index.es.js",

0 commit comments

Comments
 (0)