Skip to content

Commit 63fe0bf

Browse files
committed
update dependencies
1 parent 069c80f commit 63fe0bf

File tree

7 files changed

+21
-18
lines changed

7 files changed

+21
-18
lines changed

tests/eslint/package-lock.json

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit-bun/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tests/unit-bun",
33
"devDependencies": {
4-
"qunit": "^2.24.2"
4+
"qunit": "^2.24.3"
55
}
66
}

tests/unit-karma/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"karma-qunit": "^4.2.1",
1212
"phantomjs-prebuilt": "~2.1.16",
1313
"playwright": "^1.57.0",
14-
"qunit": "^2.24.2",
14+
"qunit": "^2.24.3",
1515
"which": "^6.0.0"
1616
}
1717
}

tests/unit-node/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tests/unit-node",
33
"devDependencies": {
4-
"qunit": "^2.24.2"
4+
"qunit": "^2.24.3"
55
}
66
}

0 commit comments

Comments
 (0)