File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
"@changesets/get-release-plan" : " ^4.0.5" ,
68
68
"@ota-meshi/eslint-plugin" : " ^0.17.6" ,
69
69
"@types/benchmark" : " ^2.1.5" ,
70
- "@types/chai" : " ^4.3.20 " ,
70
+ "@types/chai" : " ^5.0.0 " ,
71
71
"@types/eslint" : " ^9.6.1" ,
72
72
"@types/eslint-scope" : " ^3.7.7" ,
73
73
"@types/eslint-visitor-keys" : " ^3.3.2" ,
79
79
"@typescript-eslint/parser" : " ~8.16.0" ,
80
80
"@typescript-eslint/types" : " ~8.16.0" ,
81
81
"benchmark" : " ^2.1.4" ,
82
- "chai" : " ^4.5 .0" ,
82
+ "chai" : " ^5.0 .0" ,
83
83
"env-cmd" : " ^10.1.0" ,
84
84
"esbuild" : " ^0.24.0" ,
85
85
"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" ;
2
2
import { jestSnapshotPlugin } from "mocha-chai-jest-snapshot" ;
3
3
4
4
import { parseAttributes } from "../../../src/parser/html" ;
You can’t perform that action at this time.
0 commit comments