Skip to content

Commit

Permalink
Fix esbuild devdep conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 13, 2023
1 parent bf66eef commit f762454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"@types/node": "16.18.38",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"esbuild": "^0.14.23",
"esbuild": "^0.15.0",
"karma": "^6.3.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-esbuild": "^2.2.2",
"karma-esbuild": "~2.2.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^9.2.0",
Expand Down

0 comments on commit f762454

Please sign in to comment.