Commit b2448fb
authored
fix: Add missing dependency on execution environments to
When moving the simulation logic to `snaps-simulation`, we forgot to add
`snaps-execution-environments` as a direct dependency. This causes
errors at runtime when trying to install the latest version of
`snaps-jest`.
`snaps-execution-environments` is an optional peer dependency of
`snaps-controllers` . But is not optional for `snaps-simulation` as it
leverages the Node execution environments.snaps-simulation (#2791)1 parent ecbac90 commit b2448fb
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6066 | 6066 | | |
6067 | 6067 | | |
6068 | 6068 | | |
| 6069 | + | |
6069 | 6070 | | |
6070 | 6071 | | |
6071 | 6072 | | |
| |||
0 commit comments