File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 1- import chai from "chai" ;
1+ import * as chai from "chai" ;
22import { jestSnapshotPlugin } from "mocha-chai-jest-snapshot" ;
33
44import { parseAttributes } from "../../../src/parser/html" ;
You can’t perform that action at this time.
0 commit comments