Skip to content

Commit ebae587

Browse files
authored
update packages, fix renovate bot and playwright test (#93)
* update packages and fix renovate bot * fix test install * use pnpx but install all * add playwright as dev dep
1 parent 1fc7145 commit ebae587

File tree

4 files changed

+444
-436
lines changed

4 files changed

+444
-436
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm install --ignore-scripts --frozen-lockfile
3939

4040
- name: 🎭 Install Playwright browsers
41-
run: pnpx playwright install chromium
41+
run: pnpm exec playwright install chromium
4242

4343
- name: 🔍 Type Check
4444
run: pnpm run typecheck

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,23 @@
3030
"license": "Apache-2.0",
3131
"peerDependencies": {
3232
"@codemirror/autocomplete": "^6",
33-
"@codemirror/lint": "^6 <6.9.1",
33+
"@codemirror/lint": "^6",
3434
"@codemirror/state": "^6",
3535
"@codemirror/view": "^6"
3636
},
3737
"devDependencies": {
38-
"@biomejs/biome": "^2.3.2",
38+
"@biomejs/biome": "^2.3.8",
3939
"@codemirror/lang-sql": "^6.10.0",
40-
"@codemirror/view": "^6.38.6",
40+
"@codemirror/view": "^6.39.2",
4141
"@testing-library/dom": "^10.4.1",
42-
"@vitest/browser-playwright": "^4.0.6",
43-
"@vitest/coverage-v8": "4.0.6",
42+
"@vitest/browser-playwright": "^4.0.15",
43+
"@vitest/coverage-v8": "4.0.15",
4444
"codemirror": "^6.0.2",
45-
"jsdom": "^27.1.0",
45+
"jsdom": "^27.3.0",
46+
"playwright": "^1.57.0",
4647
"typescript": "^5.9.3",
47-
"vite": "^7.1.12",
48-
"vitest": "^4.0.6"
48+
"vite": "^7.2.7",
49+
"vitest": "^4.0.15"
4950
},
5051
"files": [
5152
"dist",

0 commit comments

Comments
 (0)