Skip to content

Commit 169586e

Browse files
authoredJul 6, 2024··
chore(deps): update dependency esbuild to v0.23.0 (#4201)
1 parent 97eb81c commit 169586e

File tree

8 files changed

+542
-71
lines changed

8 files changed

+542
-71
lines changed
 

‎medusa-nx-native-federation-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"babel-jest": "28.1.3",
5454
"cross-fetch": "4.0.0",
5555
"cypress": "13.13.0",
56-
"esbuild": "0.21.5",
56+
"esbuild": "0.23.0",
5757
"eslint": "9.5.0",
5858
"eslint-config-prettier": "9.1.0",
5959
"eslint-plugin-cypress": "3.3.0",

‎native-federation-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/react": "17.0.80",
3030
"@types/webpack": "5.28.5",
3131
"concurrently": "8.2.2",
32-
"esbuild": "0.21.5",
32+
"esbuild": "0.23.0",
3333
"esm-node-services": "0.9.1",
3434
"json5": "2.2.3",
3535
"serve": "14.2.3",

‎pnpm-lock.yaml

+268-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎remix/app1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "18.3.0",
1919
"babel-loader": "9.1.3",
2020
"babel-plugin-eliminator": "1.0.1",
21-
"esbuild": "0.21.5",
21+
"esbuild": "0.23.0",
2222
"esbuild-loader": "4.2.0",
2323
"webpack": "5.92.1",
2424
"webpack-cli": "5.1.4",

‎remix/app2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "18.3.0",
1919
"babel-loader": "9.1.3",
2020
"babel-plugin-eliminator": "1.0.1",
21-
"esbuild": "0.21.5",
21+
"esbuild": "0.23.0",
2222
"esbuild-loader": "4.2.0",
2323
"webpack": "5.92.1",
2424
"webpack-cli": "5.1.4",

‎remix/pnpm-lock.yaml

+268-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rspack-remix/app1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "18.3.0",
2121
"babel-loader": "9.1.3",
2222
"babel-plugin-eliminator": "1.0.1",
23-
"esbuild": "0.21.5",
23+
"esbuild": "0.23.0",
2424
"esbuild-loader": "4.2.0",
2525
"webpack-node-externals": "3.0.0"
2626
},

‎rspack-remix/app2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "18.3.0",
2121
"babel-loader": "9.1.3",
2222
"babel-plugin-eliminator": "1.0.1",
23-
"esbuild": "0.21.5",
23+
"esbuild": "0.23.0",
2424
"esbuild-loader": "4.2.0",
2525
"webpack-node-externals": "3.0.0"
2626
},

0 commit comments

Comments
 (0)
Please sign in to comment.