Skip to content

Commit fd27084

Browse files
chore(deps): update dependency chai to v5 (#458)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: yosuke ota <[email protected]>
1 parent 4a04248 commit fd27084

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@changesets/get-release-plan": "^4.0.5",
6868
"@ota-meshi/eslint-plugin": "^0.17.6",
6969
"@types/benchmark": "^2.1.5",
70-
"@types/chai": "^4.3.20",
70+
"@types/chai": "^5.0.0",
7171
"@types/eslint": "^9.6.1",
7272
"@types/eslint-scope": "^3.7.7",
7373
"@types/eslint-visitor-keys": "^3.3.2",
@@ -79,7 +79,7 @@
7979
"@typescript-eslint/parser": "~8.16.0",
8080
"@typescript-eslint/types": "~8.16.0",
8181
"benchmark": "^2.1.4",
82-
"chai": "^4.5.0",
82+
"chai": "^5.0.0",
8383
"env-cmd": "^10.1.0",
8484
"esbuild": "^0.24.0",
8585
"esbuild-register": "^3.6.0",

tests/src/parser/html.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from "chai";
1+
import * as chai from "chai";
22
import { jestSnapshotPlugin } from "mocha-chai-jest-snapshot";
33

44
import { parseAttributes } from "../../../src/parser/html";

0 commit comments

Comments
 (0)