Skip to content

Commit

Permalink
fix: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Aug 23, 2023
1 parent 31a871b commit 509e9c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"defu": "^6.1.2",
"fast-xml-parser": "^4.2.6",
"fast-xml-parser": "^4.2.7",
"fflate": "^0.8.0",
"pathe": "^1.1.1"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/core/test/xhtml.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ describe('XHTML Builder', () => {
<title>a.xhtml</title>
</head>
<body>
<p>
abc<br>def<br>ghi </p>
<p>abc<br>def<br>ghi</p>
</body>
</html>
"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 509e9c7

Please sign in to comment.