File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @michijs/dev-server" ,
3
3
"license" : " MIT" ,
4
- "version" : " 0.8.6 -beta.11 " ,
4
+ "version" : " 0.8.7 -beta.8 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/michijs/dev-server.git"
29
29
"link" : " bunx concurrently bun:dist-w bun:bun-link"
30
30
},
31
31
"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 " ,
34
34
"@types/yargs" : " 17.0.33" ,
35
35
"typescript" : " 5.8.3"
36
36
},
55
55
"dependencies" : {
56
56
"colorthief" : " 2.6.0" ,
57
57
"@types/web-app-manifest" : " 1.0.9" ,
58
- "esbuild" : " 0.25.5 " ,
58
+ "esbuild" : " 0.25.8 " ,
59
59
"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 " ,
63
63
"yargs" : " 18.0.0"
64
64
}
65
65
}
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ import { fileURLToPath } from "url";
6
6
import { basename , dirname , resolve } from "path" ;
7
7
import { getLocalURL } from "../utils/getLocalURL.js" ;
8
8
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" ;
10
14
import type { PageCallback , Viewport } from "../types.js" ;
11
15
import { exec } from "child_process" ;
12
16
import { getColor } from "colorthief" ;
You can’t perform that action at this time.
0 commit comments