@illuma-ai/code-sandbox 1.4.1 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -27,18 +27,17 @@ npm install @illuma-ai/code-sandbox
27
27
  These must be installed by the consuming application:
28
28
 
29
29
  ```bash
30
- npm install react react-dom @monaco-editor/react monaco-editor @xterm/xterm @xterm/addon-fit lucide-react
31
- ```
32
-
33
- | Peer Dependency | Version |
34
- | ---------------------- | ---------------------- |
35
- | `react` | `^18.0.0 \|\| ^19.0.0` |
36
- | `react-dom` | `^18.0.0 \|\| ^19.0.0` |
37
- | `@monaco-editor/react` | `^4.6.0` |
38
- | `monaco-editor` | `>=0.40.0` |
39
- | `@xterm/xterm` | `^5.5.0 \|\| ^6.0.0` |
40
- | `@xterm/addon-fit` | `^0.11.0` |
41
- | `lucide-react` | `>=0.300.0` |
30
+ npm install react react-dom @monaco-editor/react monaco-editor allotment framer-motion
31
+ ```
32
+
33
+ | Peer Dependency | Version |
34
+ | ---------------------- | ----------------------------------- |
35
+ | `react` | `^18.0.0 \|\| ^19.0.0` |
36
+ | `react-dom` | `^18.0.0 \|\| ^19.0.0` |
37
+ | `@monaco-editor/react` | `^4.6.0` |
38
+ | `monaco-editor` | `>=0.40.0` |
39
+ | `allotment` | `^1.20.0` |
40
+ | `framer-motion` | `^10.0.0 \|\| ^11.0.0 \|\| ^12.0.0` |
42
41
 
43
42
  ## Prerequisites
44
43