Skip to content

Commit

Permalink
fix: use esbuild as peer dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: add esbuild as your project's dependency
  • Loading branch information
noomorph committed Dec 7, 2023
1 parent 2b41f7a commit 740f493
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions __fixtures__/simple-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test": "jest"
},
"devDependencies": {
"esbuild": "^0.19.8",
"esbuild-jest-cli": "../..",
"jest": "^29.5.0",
"jest-allure2-reporter": "^2.0.0-beta.1",
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@
"dependencies": {
"cosmiconfig": "^8.1.3",
"lodash.merge": "^4.6.2",
"esbuild": "^0.19.8",
"import-from": "^4.0.0",
"resolve-from": "^5.0.0"
},
"peerDependencies": {
"esbuild": ">=0.17.4"
},
"devDependencies": {
"@jest/types": "^29.6.3"
"@jest/types": "^29.6.3",
"esbuild": "^0.19.8"
}
}

0 comments on commit 740f493

Please sign in to comment.