Skip to content

Commit d890d09

Browse files
committed
Merge branch 'master' of github.com:michijs/dev-server
2 parents 13238c4 + 7bfed02 commit d890d09

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@michijs/dev-server",
33
"license": "MIT",
4-
"version": "0.8.6-beta.11",
4+
"version": "0.8.7-beta.8",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/michijs/dev-server.git"
@@ -29,8 +29,8 @@
2929
"link": "bunx concurrently bun:dist-w bun:bun-link"
3030
},
3131
"devDependencies": {
32-
"@michijs/tsconfig": "0.0.4",
33-
"@types/node": "22.15.29",
32+
"@michijs/tsconfig": "0.0.5",
33+
"@types/node": "24.0.15",
3434
"@types/yargs": "17.0.33",
3535
"typescript": "5.8.3"
3636
},
@@ -55,11 +55,11 @@
5555
"dependencies": {
5656
"colorthief": "2.6.0",
5757
"@types/web-app-manifest": "1.0.9",
58-
"esbuild": "0.25.5",
58+
"esbuild": "0.25.8",
5959
"node-watch": "0.7.4",
60-
"open": "10.1.2",
61-
"playwright-core": "1.52.0",
62-
"sharp": "0.34.2",
60+
"open": "10.2.0",
61+
"playwright-core": "1.54.1",
62+
"sharp": "0.34.3",
6363
"yargs": "18.0.0"
6464
}
6565
}

src/actions/generateAssets.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ import { fileURLToPath } from "url";
66
import { basename, dirname, resolve } from "path";
77
import { getLocalURL } from "../utils/getLocalURL.js";
88
import { assetsSizes } from "../constants.js";
9-
import { chromium, type Browser, type PageScreenshotOptions } from "playwright-core";
9+
import {
10+
chromium,
11+
type Browser,
12+
type PageScreenshotOptions,
13+
} from "playwright-core";
1014
import type { PageCallback, Viewport } from "../types.js";
1115
import { exec } from "child_process";
1216
import { getColor } from "colorthief";

0 commit comments

Comments
 (0)