Skip to content

Commit a886292

Browse files
obiotclaude
andauthored
Update dev dependencies (#1358)
* Update dev dependencies - @biomejs/biome 2.4.9 → 2.4.10 - lefthook 2.1.4 → 2.1.5 - eslint 10.1.0 → 10.2.0 - eslint-plugin-jsdoc 62.8.1 → 62.9.0 - playwright 1.58.2 → 1.59.1 - turbo 2.8.21 → 2.9.4 - typescript-eslint 8.57.2 → 8.58.0 - @types/node 25.5.0 → 25.5.2 - vite 8.0.3 → 8.0.4 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Update CI Playwright Docker image to v1.59.1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0b4e3b1 commit a886292

File tree

4 files changed

+271
-269
lines changed

4 files changed

+271
-269
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: lint
4747
runs-on: ubuntu-latest
4848
container:
49-
image: mcr.microsoft.com/playwright:v1.58.2-noble
49+
image: mcr.microsoft.com/playwright:v1.59.1-noble
5050
steps:
5151
- uses: actions/checkout@v5
5252
- name: Setup node

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
2424
"dependencies": {
2525
"@biomejs/biome": "2.4.9",
2626
"@eslint/js": "^10.0.1",
27-
"@types/node": "^25.5.0",
27+
"@types/node": "^25.5.2",
2828
"@vitest/browser": "^4.1.2",
2929
"@vitest/browser-playwright": "^4.1.2",
30-
"eslint": "^10.1.0",
31-
"eslint-plugin-jsdoc": "^62.8.1",
30+
"eslint": "^10.2.0",
31+
"eslint-plugin-jsdoc": "^62.9.0",
3232
"globals": "^17.4.0",
33-
"lefthook": "^2.1.4",
33+
"lefthook": "^2.1.5",
3434
"tsconfig": "workspace:^",
3535
"tsx": "^4.21.0",
36-
"turbo": "^2.8.21",
36+
"turbo": "^2.9.4",
3737
"typescript": "^6.0.2",
38-
"typescript-eslint": "^8.57.2",
38+
"typescript-eslint": "^8.58.0",
3939
"vitest": "^4.1.2"
4040
},
4141
"devDependencies": {
4242
"eslint-plugin-react-refresh": "^0.5.2",
43-
"playwright": "^1.58.2"
43+
"playwright": "^1.59.1"
4444
},
4545
"pnpm": {
4646
"onlyBuiltDependencies": [

packages/melonjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@types/howler": "^2.2.12",
63-
"@types/node": "^25.5.0",
63+
"@types/node": "^25.5.2",
6464
"concurrently": "^9.2.1",
6565
"del-cli": "^7.0.0",
6666
"esbuild": "^0.27.3",
@@ -70,7 +70,7 @@
7070
"type-fest": "^5.5.0",
7171
"typedoc": "^0.28.18",
7272
"typescript": "^6.0.2",
73-
"vite": "8.0.0",
73+
"vite": "8.0.3",
7474
"vite-plugin-glsl": "^1.5.6"
7575
},
7676
"scripts": {

0 commit comments

Comments
 (0)