| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -125,8 +125,8 @@ | |||
| 125 | 125 | "copy-webpack-plugin": "12.0.2", | |
| 126 | 126 | "css-loader": "7.1.2", | |
| 127 | 127 | "debug": "^4.1.1", | |
| 128 | - "esbuild": "0.25.4", | ||
| 129 | - "esbuild-wasm": "0.25.4", | ||
| 128 | + "esbuild": "0.28.0", | ||
| 129 | + "esbuild-wasm": "0.28.0", | ||
| 130 | 130 | "eslint": "8.57.0", | |
| 131 | 131 | "eslint-config-prettier": "10.0.1", | |
| 132 | 132 | "eslint-plugin-header": "3.1.1", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | "@vitejs/plugin-basic-ssl": "1.2.0", | |
| 29 | 29 | "beasties": "0.3.2", | |
| 30 | 30 | "browserslist": "^4.23.0", | |
| 31 | - "esbuild": "0.25.4", | ||
| 31 | + "esbuild": "0.28.0", | ||
| 32 | 32 | "fast-glob": "3.3.3", | |
| 33 | 33 | "https-proxy-agent": "7.0.6", | |
| 34 | 34 | "istanbul-lib-instrument": "6.0.3", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ | |||
| 29 | 29 | "browserslist": "^4.21.5", | |
| 30 | 30 | "copy-webpack-plugin": "12.0.2", | |
| 31 | 31 | "css-loader": "7.1.2", | |
| 32 | - "esbuild-wasm": "0.25.4", | ||
| 32 | + "esbuild-wasm": "0.28.0", | ||
| 33 | 33 | "fast-glob": "3.3.3", | |
| 34 | 34 | "http-proxy-middleware": "3.0.5", | |
| 35 | 35 | "istanbul-lib-instrument": "6.0.3", | |
@@ -63,7 +63,7 @@ | |||
| 63 | 63 | "webpack-subresource-integrity": "5.1.0" | |
| 64 | 64 | }, | |
| 65 | 65 | "optionalDependencies": { | |
| 66 | - "esbuild": "0.25.4" | ||
| 66 | + "esbuild": "0.28.0" | ||
| 67 | 67 | }, | |
| 68 | 68 | "devDependencies": { | |
| 69 | 69 | "undici": "6.21.1", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -124,7 +124,7 @@ describe('Browser Builder Web Worker support', () => { | |||
| 124 | 124 | ); | |
| 125 | 125 | expect(workerContent).toContain('hello from worker'); | |
| 126 | 126 | expect(workerContent).toContain('bar'); | |
| 127 | - expect(workerContent).toContain('"hello"===e&&postMessage'); | ||
| 127 | + expect(workerContent).toContain('"hello"===o&&postMessage'); | ||
| 128 | 128 | ||
| 129 | 129 | // Main bundle should reference hashed worker bundle. | |
| 130 | 130 | const mainBundle = host.fileMatchExists(outputPath, /main\.[0-9a-f]{16}\.js/) as string; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments