Skip to content

Commit

Permalink
fix: move ejs to dep instead of peerDep
Browse files Browse the repository at this point in the history
We are using `ejs` directly in shipped codes in CLI `init`
  • Loading branch information
ahnpnl committed Jul 10, 2024
1 parent 73373e4 commit 26e31a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
34 changes: 7 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"homepage": "https://kulshekhar.github.io/ts-jest",
"dependencies": {
"bs-logger": "0.x",
"ejs": "^3.0.0",
"fast-json-stable-stringify": "2.x",
"jest-util": "^29.0.0",
"json5": "^2.2.3",
Expand Down Expand Up @@ -116,7 +117,6 @@
"babel-jest": "^29.7.0",
"conventional-changelog-cli": "^5.0.0",
"cross-spawn": "latest",
"ejs": "^3.1.10",
"esbuild": "~0.21.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit 26e31a7

Please sign in to comment.