Skip to content

Commit

Permalink
fix: update Scarf.js to v1.4.0 to avoid breaking Vitest (#5289)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Nov 11, 2024
1 parent 3b5763a commit e505b8b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 33 deletions.
44 changes: 15 additions & 29 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions 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 Expand Up @@ -89,8 +89,8 @@
"react-transition-group": "^1.1.1",
"redux": "^5.0.1",
"reselect": "^5.1.0",
"swagger-client": "^3.30.1",
"swagger-ui": "^5.18.1",
"swagger-client": "^3.31.0",
"swagger-ui": "^5.18.2",
"traverse": "^0.6.6",
"validator": "=13.12.0",
"yaml-js": "^0.3.1"
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 e505b8b

Please sign in to comment.