Skip to content

Commit

Permalink
fix: update Scarf.js to v1.4.0 to avoid breaking Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Nov 11, 2024
1 parent 3b5763a commit 13433fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
34 changes: 16 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"watch": "webpack --config webpack/core.babel.js --watch --progress"
},
"dependencies": {
"@scarf/scarf": "=1.3.0",
"@scarf/scarf": "=1.4.0",
"ajv": "^6.12.3",
"ajv-errors": "^1.0.1",
"ajv-keywords": "^3.5.2",
Expand Down
2 changes: 1 addition & 1 deletion swagger-editor-dist-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@scarf/scarf": "=1.3.0"
"@scarf/scarf": "=1.4.0"
},
"devDependencies": {}
}

0 comments on commit 13433fd

Please sign in to comment.