Skip to content

Commit

Permalink
package.json: Bump esbuild and esbuild-sass-plugin
Browse files Browse the repository at this point in the history
esbuild-sass-plugin 2.10 got released as compatible with 2.8, but it is
not compatible any more with esbuild 0.17.18. Bump both.
  • Loading branch information
martinpitt committed Jun 22, 2023
1 parent ddd7763 commit d3b9064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"devDependencies": {
"argparse": "^2.0.1",
"chrome-remote-interface": "^0.32.1",
"esbuild": "^0.17.15",
"esbuild": "^0.18.6",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-replace": "^1.3.0",
"esbuild-sass-plugin": "^2.8.0",
"esbuild-wasm": "^0.17.16",
"esbuild-sass-plugin": "^2.10.0",
"esbuild-wasm": "^0.18.6",
"eslint": "^8.13.0",
"eslint-config-standard": "^17.0.0-1",
"eslint-config-standard-jsx": "^11.0.0-1",
Expand Down

0 comments on commit d3b9064

Please sign in to comment.