@tutti-os/agent-gui 0.0.163 → 0.0.164
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/package.json +25 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.164",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -139,23 +139,18 @@
|
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@monaco-editor/react": "^4.7.0",
|
|
141
141
|
"@tanstack/react-virtual": "^3.13.12",
|
|
142
|
-
"@
|
|
143
|
-
"@
|
|
144
|
-
"@
|
|
145
|
-
"@
|
|
146
|
-
"@
|
|
147
|
-
"@tutti-os/
|
|
148
|
-
"@tutti-os/
|
|
149
|
-
"@tutti-os/
|
|
150
|
-
"@tutti-os/
|
|
151
|
-
"@tutti-os/
|
|
152
|
-
"@tutti-os/
|
|
153
|
-
"@tutti-os/
|
|
154
|
-
"@tutti-os/workspace-external-core": "0.0.163",
|
|
155
|
-
"@tutti-os/workspace-file-manager": "0.0.163",
|
|
156
|
-
"@tutti-os/workspace-file-reference": "0.0.163",
|
|
157
|
-
"@tutti-os/workspace-issue-manager": "0.0.163",
|
|
158
|
-
"@tutti-os/workspace-user-project": "0.0.163",
|
|
142
|
+
"@tutti-os/agent-activity-core": "0.0.164",
|
|
143
|
+
"@tutti-os/browser-node": "0.0.164",
|
|
144
|
+
"@tutti-os/ui-i18n-runtime": "0.0.164",
|
|
145
|
+
"@tutti-os/ui-react-hooks": "0.0.164",
|
|
146
|
+
"@tutti-os/ui-rich-text": "0.0.164",
|
|
147
|
+
"@tutti-os/ui-system": "0.0.164",
|
|
148
|
+
"@tutti-os/workbench-surface": "0.0.164",
|
|
149
|
+
"@tutti-os/workspace-external-core": "0.0.164",
|
|
150
|
+
"@tutti-os/workspace-file-manager": "0.0.164",
|
|
151
|
+
"@tutti-os/workspace-file-reference": "0.0.164",
|
|
152
|
+
"@tutti-os/workspace-issue-manager": "0.0.164",
|
|
153
|
+
"@tutti-os/workspace-user-project": "0.0.164",
|
|
159
154
|
"clsx": "^2.1.1",
|
|
160
155
|
"framer-motion": "^12.40.0",
|
|
161
156
|
"lodash": "^4.17.21",
|
|
@@ -172,6 +167,11 @@
|
|
|
172
167
|
"devDependencies": {
|
|
173
168
|
"@testing-library/jest-dom": "^6.9.1",
|
|
174
169
|
"@testing-library/react": "^16.3.0",
|
|
170
|
+
"@tiptap/core": "^3.11.1",
|
|
171
|
+
"@tiptap/pm": "^3.23.6",
|
|
172
|
+
"@tiptap/react": "^3.11.1",
|
|
173
|
+
"@tiptap/starter-kit": "^3.11.1",
|
|
174
|
+
"@tiptap/suggestion": "^3.11.1",
|
|
175
175
|
"@types/lodash": "^4.17.24",
|
|
176
176
|
"@types/node": "^24.0.1",
|
|
177
177
|
"@types/react": "^19.1.6",
|
|
@@ -183,10 +183,15 @@
|
|
|
183
183
|
"typescript": "^5.8.3",
|
|
184
184
|
"vite": "^6.4.2",
|
|
185
185
|
"vitest": "^4.0.13",
|
|
186
|
-
"@tutti-os/
|
|
187
|
-
"@tutti-os/
|
|
186
|
+
"@tutti-os/client-tuttid-ts": "0.0.0",
|
|
187
|
+
"@tutti-os/config-tsconfig": "0.0.0"
|
|
188
188
|
},
|
|
189
189
|
"peerDependencies": {
|
|
190
|
+
"@tiptap/core": "^3.11.1",
|
|
191
|
+
"@tiptap/pm": "^3.23.6",
|
|
192
|
+
"@tiptap/react": "^3.11.1",
|
|
193
|
+
"@tiptap/starter-kit": "^3.11.1",
|
|
194
|
+
"@tiptap/suggestion": "^3.11.1",
|
|
190
195
|
"react": "^19.1.0",
|
|
191
196
|
"react-dom": "^19.1.0"
|
|
192
197
|
},
|