Skip to content

Commit

Permalink
chore(deps): update dependency esbuild-loader to v4.2.0 (#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Jun 23, 2024
1 parent 725414c commit 4d12be8
Show file tree
Hide file tree
Showing 16 changed files with 72 additions and 555 deletions.
2 changes: 1 addition & 1 deletion medusa-delegate-example/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.24.0",
"esbuild-loader": "^2.20.0",
"esbuild-loader": "^4.0.0",
"lodash": "^4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion medusa-example/dsl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2",
"esbuild-loader": "2.20.0"
"esbuild-loader": "4.2.0"
},
"scripts": {
"start": "webpack-cli serve",
Expand Down
2 changes: 1 addition & 1 deletion medusa-example/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2",
"esbuild-loader": "2.20.0"
"esbuild-loader": "4.2.0"
},
"scripts": {
"start": "webpack-cli serve",
Expand Down
2 changes: 1 addition & 1 deletion medusa-example/nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2",
"esbuild-loader": "2.20.0"
"esbuild-loader": "4.2.0"
},
"scripts": {
"start": "webpack-cli serve",
Expand Down
2 changes: 1 addition & 1 deletion medusa-example/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2",
"esbuild-loader": "2.20.0"
"esbuild-loader": "4.2.0"
},
"scripts": {
"start": "webpack-cli serve",
Expand Down
2 changes: 1 addition & 1 deletion medusa-example/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2",
"esbuild-loader": "2.20.0",
"esbuild-loader": "4.2.0",
"html-webpack-plugin": "5.6.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4d12be8

Please sign in to comment.