Skip to content

Commit

Permalink
chore(deps): update dependency chai to v5 (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yosuke ota <[email protected]>
  • Loading branch information
renovate[bot] and ota-meshi authored Dec 1, 2024
1 parent 4a04248 commit fd27084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@changesets/get-release-plan": "^4.0.5",
"@ota-meshi/eslint-plugin": "^0.17.6",
"@types/benchmark": "^2.1.5",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/eslint": "^9.6.1",
"@types/eslint-scope": "^3.7.7",
"@types/eslint-visitor-keys": "^3.3.2",
Expand All @@ -79,7 +79,7 @@
"@typescript-eslint/parser": "~8.16.0",
"@typescript-eslint/types": "~8.16.0",
"benchmark": "^2.1.4",
"chai": "^4.5.0",
"chai": "^5.0.0",
"env-cmd": "^10.1.0",
"esbuild": "^0.24.0",
"esbuild-register": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/src/parser/html.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import chai from "chai";
import * as chai from "chai";
import { jestSnapshotPlugin } from "mocha-chai-jest-snapshot";

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

0 comments on commit fd27084

Please sign in to comment.