Skip to content

Commit e598452

Browse files
fix: Failed to export on Windows system condorheroblog/vitepress-export-pdf#4
1 parent 06c2686 commit e598452

File tree

6 files changed

+834
-591
lines changed

6 files changed

+834
-591
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "3.0.1",
55
"private": true,
6-
"packageManager": "pnpm@8.5.0",
6+
"packageManager": "pnpm@8.6.6",
77
"description": "VuePress plugin I wrote",
88
"author": "CondorHero",
99
"license": "MIT",
@@ -37,15 +37,15 @@
3737
],
3838
"devDependencies": {
3939
"@condorhero/eslint-config-typescript": "^0.2.0",
40-
"bumpp": "^9.1.0",
41-
"eslint": "^8.40.0",
40+
"bumpp": "^9.1.1",
41+
"eslint": "^8.44.0",
4242
"esno": "^0.16.3",
43-
"fast-glob": "^3.2.12",
43+
"fast-glob": "^3.3.0",
4444
"husky": "^8.0.3",
45-
"lint-staged": "^13.2.2",
46-
"pnpm": "^8.5.0",
47-
"typescript": "^5.0.4",
45+
"lint-staged": "^13.2.3",
46+
"pnpm": "^8.6.6",
47+
"typescript": "^5.1.6",
4848
"unbuild": "^1.2.1",
49-
"vitest": "^0.31.0"
49+
"vitest": "^0.32.4"
5050
}
5151
}

packages/vuepress-plugin-export-pdf-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
"dev": "esno ./src/index.ts"
5151
},
5252
"dependencies": {
53-
"@condorhero/merge-pdfs": "^0.0.6",
53+
"@condorhero/merge-pdfs": "^0.0.7",
5454
"bundle-require": "^4.0.1",
5555
"cac": "^6.7.14",
56-
"envinfo": "^7.8.1",
56+
"envinfo": "^7.10.0",
5757
"fs-extra": "^11.1.1",
58-
"html-export-pdf-cli": "^1.1.3",
58+
"html-export-pdf-cli": "^1.1.4",
5959
"multimatch": "^6.0.0",
60-
"ora": "^6.3.0",
61-
"pdfjs": "^2.4.7",
60+
"ora": "^6.3.1",
61+
"pdfjs": "^2.5.0",
6262
"picocolors": "^1.0.0",
63-
"semver": "^7.5.0"
63+
"semver": "^7.5.3"
6464
},
6565
"devDependencies": {
6666
"@types/envinfo": "^7.8.1",

packages/vuepress-plugin-export-pdf-v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"devDependencies": {
6464
"@condorhero/vuepress-types": "^2.0.1",
65-
"@types/debug": "^4.1.7",
65+
"@types/debug": "^4.1.8",
6666
"vuepress": "^1.9.9"
6767
},
6868
"publishConfig": {

packages/vuepress-plugin-export-pdf-v2/example/vuepress-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@condorhero/vuepress-plugin-export-pdf-v2": "workspace:^",
2020
"@vuepress/client": "^2.0.0-beta.61",
21-
"vue": "^3.2.47",
21+
"vue": "^3.3.4",
2222
"vuepress": "^2.0.0-beta.61"
2323
}
2424
}

packages/vuepress-plugin-export-pdf-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"debug": "^4.3.4"
6363
},
6464
"devDependencies": {
65-
"@types/debug": "^4.1.7",
65+
"@types/debug": "^4.1.8",
6666
"vuepress": "^2.0.0-beta.61"
6767
},
6868
"publishConfig": {

0 commit comments

Comments
 (0)