diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 146475a..f849ef2 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -68,7 +68,8 @@ "react-native-web": "~0.21.1", "react-native-webview": "13.15.0", "react-native-worklets": "~0.5.1", - "zod": "^4.1.9" + "zod": "^4.1.9", + "zustand": "^5.0.8" }, "devDependencies": { "@epic-web/config": "^1.21.3", diff --git a/packages/react-native-xtermjs-webview/index.html b/packages/react-native-xtermjs-webview/index.html index 7725761..3cfee5a 100644 --- a/packages/react-native-xtermjs-webview/index.html +++ b/packages/react-native-xtermjs-webview/index.html @@ -2,6 +2,10 @@ +
{ try { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 102483b..c213355 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -172,6 +172,9 @@ importers: zod: specifier: ^4.1.9 version: 4.1.9 + zustand: + specifier: ^5.0.8 + version: 5.0.8(@types/react@19.1.12)(react@19.1.0)(use-sync-external-store@1.5.0(react@19.1.0)) devDependencies: '@epic-web/config': specifier: ^1.21.3 @@ -9131,6 +9134,24 @@ packages: zod@4.1.9: resolution: {integrity: sha512-HI32jTq0AUAC125z30E8bQNz0RQ+9Uc+4J7V97gLYjZVKRjeydPgGt6dvQzFrav7MYOUGFqqOGiHpA/fdbd0cQ==} + zustand@5.0.8: + resolution: {integrity: sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw==} + engines: {node: '>=12.20.0'} + peerDependencies: + '@types/react': '>=18.0.0' + immer: '>=9.0.6' + react: '>=18.0.0' + use-sync-external-store: '>=1.2.0' + peerDependenciesMeta: + '@types/react': + optional: true + immer: + optional: true + react: + optional: true + use-sync-external-store: + optional: true + zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} @@ -19801,4 +19822,10 @@ snapshots: zod@4.1.9: {} + zustand@5.0.8(@types/react@19.1.12)(react@19.1.0)(use-sync-external-store@1.5.0(react@19.1.0)): + optionalDependencies: + '@types/react': 19.1.12 + react: 19.1.0 + use-sync-external-store: 1.5.0(react@19.1.0) + zwitch@2.0.4: {}