Skip to content

Commit 48d7042

Browse files
committed
build(dev-deps): use latest ts-jest and jest versions
1 parent cb841ae commit 48d7042

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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": [
@@ -103,9 +103,9 @@
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",

0 commit comments

Comments
 (0)