Skip to content

Commit 0f71812

Browse files
chore(deps): update dependency path-serializer to v0.3.4 (#561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: SoonIter <[email protected]>
1 parent 445a938 commit 0f71812

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react": "^19.0.1",
2626
"@types/react-dom": "^19.0.2",
2727
"fs-extra": "^11.2.0",
28-
"path-serializer": "0.2.2",
28+
"path-serializer": "0.3.4",
2929
"strip-ansi": "^7.1.0",
3030
"test-helper": "workspace:*",
3131
"tinyglobby": "^0.2.10"

tests/setupVitestTests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ expect.addSnapshotSerializer(
1414
root: path.join(__dirname, '..'),
1515
features: {
1616
escapeDoubleQuotes: false,
17+
transformCLR: false,
1718
},
1819
}),
1920
);

0 commit comments

Comments
 (0)