Skip to content

Commit d88d5dd

Browse files
authored
chore: move esbuild to devDeps
fixes #59
1 parent 48c6159 commit d88d5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
},
5858
"dependencies": {
5959
"@testing-library/dom": "^7.31.0",
60-
"esbuild": "^0.12.2",
6160
"wait-for-expect": "^3.0.2"
6261
},
6362
"devDependencies": {
6463
"@patrickhulce/lint": "^2.1.3",
6564
"@types/jest": "^26.0.23",
6665
"@types/puppeteer": "^5.4.3",
66+
"esbuild": "^0.12.2",
6767
"generate-export-aliases": "^1.1.0",
6868
"jest": "^27.0.6",
6969
"puppeteer": "^5.5.0",

0 commit comments

Comments
 (0)