Skip to content

Commit 26e31a7

Browse files
committed
fix: move ejs to dep instead of peerDep
We are using `ejs` directly in shipped codes in CLI `init`
1 parent 73373e4 commit 26e31a7

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

package-lock.json

+7-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"homepage": "https://kulshekhar.github.io/ts-jest",
5353
"dependencies": {
5454
"bs-logger": "0.x",
55+
"ejs": "^3.0.0",
5556
"fast-json-stable-stringify": "2.x",
5657
"jest-util": "^29.0.0",
5758
"json5": "^2.2.3",
@@ -116,7 +117,6 @@
116117
"babel-jest": "^29.7.0",
117118
"conventional-changelog-cli": "^5.0.0",
118119
"cross-spawn": "latest",
119-
"ejs": "^3.1.10",
120120
"esbuild": "~0.21.5",
121121
"eslint": "^8.57.0",
122122
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)