Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 26, 2025
1 parent b9a1a1d commit c8e2c90
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions tests/unit-bun/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 tests/unit-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tests/unit-bun",
"devDependencies": {
"qunit": "^2.24.0"
"qunit": "^2.24.1"
}
}
8 changes: 4 additions & 4 deletions tests/unit-karma/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 tests/unit-karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"karma-qunit": "^4.2.1",
"phantomjs-prebuilt": "~2.1.16",
"playwright": "^1.50.0",
"qunit": "^2.24.0",
"qunit": "^2.24.1",
"which": "^5.0.0"
}
}
8 changes: 4 additions & 4 deletions tests/unit-node/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 tests/unit-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tests/unit-node",
"devDependencies": {
"qunit": "^2.24.0"
"qunit": "^2.24.1"
}
}

0 comments on commit c8e2c90

Please sign in to comment.