File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 "lint:fix" : " eslint --fix"
2424 },
2525 "devDependencies" : {
26+ "@eslint/js" : " ^9.0.0" ,
27+ "eslint" : " ^9.0.0" ,
28+ "eslint-plugin-jest" : " ^28.0.0" ,
29+ "typescript-eslint" : " ^8.0.0" ,
2630 "@azure/ai-projects" : " ^1.0.1" ,
2731 "@azure/identity" : " ^4.13.0" ,
28- "@eslint/js" : " ^9.0.0" ,
2932 "@github/copilot-sdk" : " ^0.1.22" ,
3033 "@types/jest" : " ^29.5.12" ,
3134 "@types/node" : " ^20.11.19" ,
3235 "cross-env" : " ^7.0.3" ,
33- "eslint" : " ^9.0.0" ,
34- "eslint-plugin-jest" : " ^28.0.0" ,
3536 "gray-matter" : " ^4.0.3" ,
3637 "jest" : " ^29.7.0" ,
3738 "jest-junit" : " ^16.0.0" ,
38- "simple-git" : " ^3.30.0" ,
3939 "ts-jest" : " ^29.1.2" ,
4040 "ts-node" : " ^10.9.2" ,
4141 "typescript" : " ^5.3.3" ,
42- "typescript-eslint " : " ^8.0 .0"
42+ "simple-git " : " ^3.30 .0"
4343 },
4444 "jest-junit" : {
4545 "outputDirectory" : " ./reports" ,
5050 "classNameTemplate" : " {classname}" ,
5151 "titleTemplate" : " {title}"
5252 }
53- }
53+ }
You can’t perform that action at this time.
0 commit comments