Commit 70435c7
committed
fix(test-utils): Move @spotlightjs/spotlight to repo root devDependencies
Installing Spotlight in individual test apps causes version conflicts
because Spotlight's transitive dependencies (e.g. @sentry/electron)
require specific @sentry/* versions that conflict with the freshly
built packages used by E2E tests.
Moving to root devDependencies avoids this conflict - the Spotlight CLI
is available globally without polluting test app dependency trees.1 parent 130bd92 commit 70435c7
File tree
3 files changed
+1
-2
lines changed- dev-packages
- e2e-tests/test-applications/react-router-7-lazy-routes
- test-utils
3 files changed
+1
-2
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments