File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "prepare" : " pnpm build && pnpm run generate-esm" ,
1515 "lint" : " eslint \" **/*.ts\" " ,
1616 "lint:fix" : " eslint --fix \" **/*.ts\" " ,
17- "test" : " jest --config jest.config.ts --testPathPattern test/unit" ,
18- "test:e2e" : " jest --config jest.config.ts --testPathPattern test/e2e" ,
17+ "test" : " jest --config jest.config.ts --testPathPatterns test/unit" ,
18+ "test:e2e" : " jest --config jest.config.ts --testPathPatterns test/e2e" ,
1919 "generate-esm" : " pnpm exec tsx scripts/generate-esm.js"
2020 },
2121 "keywords" : [
103103 "gulp" : " ^5.0.1" ,
104104 "gulp-filter" : " ^9.0.1" ,
105105 "gulp-typescript" : " ^6.0.0-alpha.1" ,
106- "jest" : " 29.7 .0" ,
106+ "jest" : " 30.3 .0" ,
107107 "prettier" : " ^3.6.2" ,
108- "ts-jest" : " 29.4.5 " ,
108+ "ts-jest" : " 29.4.9 " ,
109109 "ts-node" : " 10.9.2" ,
110110 "tsx" : " ^4.20.6" ,
111111 "typescript" : " ^6.0.2" ,
You can’t perform that action at this time.
0 commit comments