This commit is contained in:
2026-04-26 21:47:28 +02:00
parent db373625f5
commit acabd97d01
142 changed files with 1761 additions and 2022 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@vitest/snapshot",
"type": "module",
"version": "4.1.2",
"version": "4.1.4",
"description": "Vitest snapshot manager",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
@@ -45,8 +45,8 @@
"dependencies": {
"magic-string": "^0.30.21",
"pathe": "^2.0.3",
"@vitest/pretty-format": "4.1.2",
"@vitest/utils": "4.1.2"
"@vitest/pretty-format": "4.1.4",
"@vitest/utils": "4.1.4"
},
"devDependencies": {
"@types/natural-compare": "^1.4.3",