Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency happy-dom to v17 #6222

Merged
merged 1 commit into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@your-org/eslint-config-bases": "workspace:^",
"eslint": "8.57.1",
"eslint-plugin-tailwindcss": "3.18.0",
"happy-dom": "16.8.1",
"happy-dom": "17.0.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12646,13 +12646,13 @@ __metadata:
languageName: node
linkType: hard

"happy-dom@npm:16.8.1":
version: 16.8.1
resolution: "happy-dom@npm:16.8.1"
"happy-dom@npm:17.0.0":
version: 17.0.0
resolution: "happy-dom@npm:17.0.0"
dependencies:
webidl-conversions: "npm:^7.0.0"
whatwg-mimetype: "npm:^3.0.0"
checksum: 10c0/3e6e4ce3bf67871304fadc7a0e661397b3d6c12de149cafce5a9062b47038a4c12f5f29c2fc9a070be3e56f2b5a1625cc79570e1fd1a30ffea9aa107f844d57b
checksum: 10c0/52988c5732b4767f42bda6bd1837d4647fcd44371f121ab0a8aabc212aa50b58c2ab1f2fad3be587925d7b4aef6c20b26d07081543b94e6f475deae8c8111891
languageName: node
linkType: hard

Expand Down Expand Up @@ -20515,7 +20515,7 @@ __metadata:
"@your-org/ui-lib": "workspace:^"
eslint: "npm:8.57.1"
eslint-plugin-tailwindcss: "npm:3.18.0"
happy-dom: "npm:16.8.1"
happy-dom: "npm:17.0.0"
prettier: "npm:3.4.2"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
Expand Down
Loading