Skip to content

Commit c1d8f71

Browse files
committed
chore: 👷 fix CI
1 parent 1ee3be1 commit c1d8f71

File tree

3 files changed

+380
-328
lines changed

3 files changed

+380
-328
lines changed

‎.github/workflows/run-tests.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
run: pnpm check-exports-ci
3535
- name: Test
3636
run: pnpm test
37-
- name: Install Playwright
37+
- name: Install Playwright dependencies
3838
run: pnpx playwright install --with-deps
39+
- name: Install Playwright
40+
run: pnpx playwright install
3941
- name: Build Storybook
4042
run: pnpm build-storybook --quiet
4143
- name: Serve Storybook and run tests

‎package.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"commitlint": "commitlint --edit"
7171
},
7272
"peerDependencies": {
73-
"@iconify/vue": "^4.1.2",
73+
"@iconify/vue": "^4.2.0",
7474
"vue": "^3.5.13",
75-
"vue-router": "^4.4.3"
75+
"vue-router": "^4.5.0"
7676
},
7777
"dependencies": {
7878
"@gouvfr/dsfr": "~1.12.1",
@@ -87,7 +87,7 @@
8787
"@commitlint/cli": "^19.6.1",
8888
"@commitlint/config-conventional": "^19.6.0",
8989
"@iconify/vue": "^4.2.0",
90-
"@playwright/test": "1.48.1",
90+
"@playwright/test": "1.49.1",
9191
"@storybook/addon-a11y": "^8.4.7",
9292
"@storybook/addon-docs": "^8.4.7",
9393
"@storybook/addon-essentials": "^8.4.7",
@@ -106,17 +106,17 @@
106106
"@testing-library/user-event": "^14.5.2",
107107
"@testing-library/vue": "^8.1.0",
108108
"@types/jsdom": "^21.1.7",
109-
"@types/node": "^20.17.10",
109+
"@types/node": "^22.10.2",
110110
"@vitejs/plugin-vue": "^5.2.1",
111111
"@vitejs/plugin-vue-jsx": "^4.1.1",
112112
"@vue/test-utils": "^2.4.6",
113113
"@vue/tsconfig": "^0.7.0",
114-
"@vueuse/core": "^11.3.0",
115-
"@vueuse/shared": "^11.3.0",
114+
"@vueuse/core": "^12.0.0",
115+
"@vueuse/shared": "^12.0.0",
116116
"@whyframe/core": "^0.1.12",
117117
"@whyframe/vue": "^0.1.7",
118118
"browserslist": "^4.24.3",
119-
"chalk": "^5.3.0",
119+
"chalk": "^5.4.0",
120120
"commitlint": "^19.6.1",
121121
"cross-env": "^7.0.3",
122122
"eslint": "^9.17.0",
@@ -136,7 +136,7 @@
136136
"semantic-release": "^24.2.0",
137137
"start-server-and-test": "^2.0.9",
138138
"storybook": "^8.4.7",
139-
"typescript": "~5.5.4",
139+
"typescript": "~5.6.3",
140140
"vite": "^5.4.11",
141141
"vite-node": "^2.1.8",
142142
"vite-plugin-full-reload": "^1.2.0",

0 commit comments

Comments
 (0)