Skip to content

chore(deps): update dependency esbuild to v0.21.4 #3978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion medusa-nx-native-federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"babel-jest": "28.1.3",
"cross-fetch": "3.1.8",
"cypress": "13.10.0",
"esbuild": "0.21.3",
"esbuild": "0.21.4",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-cypress": "2.15.2",
Expand Down
2 changes: 1 addition & 1 deletion native-federation-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react": "17.0.76",
"@types/webpack": "5.28.5",
"concurrently": "7.6.0",
"esbuild": "0.21.3",
"esbuild": "0.21.4",
"esm-node-services": "0.9.1",
"json5": "2.2.3",
"serve": "14.2.1",
Expand Down
492 changes: 246 additions & 246 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion remix/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react-dom": "^18.2.14",
"babel-loader": "9.1.3",
"babel-plugin-eliminator": "1.0.1",
"esbuild": "0.21.3",
"esbuild": "0.21.4",
"esbuild-loader": "4.1.0",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion remix/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react-dom": "^18.2.14",
"babel-loader": "9.1.3",
"babel-plugin-eliminator": "1.0.1",
"esbuild": "0.21.3",
"esbuild": "0.21.4",
"esbuild-loader": "4.1.0",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
Expand Down
Loading
Loading