Skip to content

Commit a09a14f

Browse files
committed
fix: 解决版本依赖问题
1 parent beea98a commit a09a14f

File tree

3 files changed

+512
-434
lines changed

3 files changed

+512
-434
lines changed

packages/subsets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
"md5": "^2.3.0",
5555
"os-locale": "^6.0.2",
5656
"tslog": "^4.9.2",
57-
"workerpool": "^8.0.0"
57+
"workerpool": "^9.1.1"
5858
},
5959
"devDependencies": {
6060
"@rollup/plugin-terser": "^0.4.4",
6161
"@types/byte-size": "^8.1.1",
6262
"@types/md5": "^2.3.4",
6363
"@types/opentype.js": "^1.3.7",
6464
"@types/workerpool": "^6.4.5",
65-
"@vitest/browser": "^0.34.6",
65+
"@vitest/browser": "^1.6.0",
6666
"comlink": "^4.4.1",
6767
"live-server": "^1.2.2",
6868
"path-browserify": "^1.0.1",
6969
"resolve": "^1.22.8",
70-
"vitest": "^0.34.6",
70+
"vitest": "^1.6.0",
7171
"webdriverio": "^8.20.4"
7272
}
7373
}

packages/test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@playwright/test": "^1.39.0",
2525
"@types/pngjs": "^6.0.3",
2626
"@types/shelljs": "^0.8.14",
27-
"vite": "^4.5.3",
28-
"vite-plugin-solid": "^2.7.0"
27+
"vite": "^5.0.13",
28+
"vite-plugin-solid": "^2.10.2"
2929
}
3030
}

0 commit comments

Comments
 (0)