Commit d49e222
authored
fix: Move
The `test-snaps` NPM package includes the full bundle including all
dependencies and thus does not need to have any NPM dependencies.
Fixes #3738
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Relocates all `packages/test-snaps` runtime dependencies into
`devDependencies`, removing the `dependencies` section.
>
> - **Package metadata** (`packages/test-snaps/package.json`):
> - Move all entries from `dependencies` to `devDependencies` and remove
`dependencies`.
> - Ensure tools/libs like `@metamask/providers`, `react`, `react-dom`,
`react-bootstrap`, `react-redux`, and `bootstrap` are listed under
`devDependencies`.
> - No other script or config changes.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
dc3404b. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->test-snaps dependencies to devDependencies (#3758)1 parent 2f487f2 commit d49e222
1 file changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 85 | | |
93 | 86 | | |
94 | 87 | | |
95 | 88 | | |
96 | 89 | | |
97 | 90 | | |
| 91 | + | |
98 | 92 | | |
99 | 93 | | |
100 | 94 | | |
| |||
108 | 102 | | |
109 | 103 | | |
110 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
| |||
0 commit comments