Commit 1e14f30
committed
fix: expand esbuild semver range
esbuild recently published a new major which means installs of WDS
duplicate it currently, since we're bound to `0.25.0`. this just expands
the semver range so we can de-dupe.
Note this doesn't upgrade the locally installed esbuild (in this repo)
as the storybook package uses storybook 8.x which still uses the older
esbuild. So it means we would have 2 esbuild installs.1 parent ea49352 commit 1e14f30
File tree
5 files changed
+14
-12
lines changed- .changeset
- packages
- dev-server-esbuild
- rollup-plugin-workbox
- storybook-builder
5 files changed
+14
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments