Skip to content

Commit

Permalink
fix: breaking dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker committed Nov 25, 2024
1 parent e331c15 commit f2eaa25
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 80 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## UNRELEASED

- Breaking Changes
- happy-dom to 15.11.6

- Update (sub-)dependencies
- cross-spawn to 7.0.6
- micromatch to 4.0.8
Expand Down
90 changes: 11 additions & 79 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 @@ -32,7 +32,7 @@
"eslint": "^8.36.0",
"eslint-config-braintree": "^6.0.0-typescript-prep-rc.2",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^10.10.4",
"happy-dom": "^15.11.6",
"prettier": "^2.8.4",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
Expand Down

0 comments on commit f2eaa25

Please sign in to comment.