research-agent-ui 0.1.167 → 0.1.169

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.
Files changed (1) hide show
  1. package/package.json +14 -23
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "research-agent-ui",
3
3
  "description": "The QwkSearch app UI: conversation window, article reader, search config, file uploads, chat history, and the app shell — exported both with and without the REASON editor and its sidebar",
4
- "version": "0.1.167",
4
+ "version": "0.1.169",
5
5
  "author": "vtempest",
6
6
  "repository": {
7
7
  "type": "git",
@@ -75,12 +75,11 @@
75
75
  "shadcn",
76
76
  "react"
77
77
  ],
78
+ "//peerDependencies": "react-reason-editor and react-reason-editor-sidebar back the ./workspace export but are deliberately not peers. Naming a sibling workspace package as a peer makes bun install non-convergent — it reads the merged peer+dev entry back differently than it writes it, so `bun install --frozen-lockfile` reports \"lockfile had changes\" however freshly bun.lock was generated. They stay workspace:* devDependencies, which is also what keeps turbo building them before this package.",
78
79
  "peerDependencies": {
79
80
  "next": ">=14",
80
81
  "react": ">=18",
81
- "react-dom": ">=18",
82
- "react-reason-editor": ">=1",
83
- "react-reason-editor-sidebar": ">=0.1"
82
+ "react-dom": ">=18"
84
83
  },
85
84
  "dependencies": {
86
85
  "@huggingface/transformers": "^4.2.0",
@@ -91,13 +90,13 @@
91
90
  "@radix-ui/react-tooltip": "^1.2.16",
92
91
  "@ricky0123/vad-web": "^0.0.30",
93
92
  "ai": "^7.0.94",
94
- "chat-agent-toolkit": "^1.2.298",
93
+ "chat-agent-toolkit": "^1.2.300",
95
94
  "class-variance-authority": "^0.7.1",
96
95
  "clsx": "^2.1.1",
97
- "domain-rank": "^0.1.288",
96
+ "domain-rank": "^0.1.290",
98
97
  "dompurify": "^3.4.15",
99
98
  "drizzle-orm": "^0.45.2",
100
- "extract-webpage": "^1.2.293",
99
+ "extract-webpage": "^1.2.295",
101
100
  "framer-motion": "^13.2.0",
102
101
  "fuse.js": "^7.5.0",
103
102
  "grab-url": "^1.6.22",
@@ -107,21 +106,21 @@
107
106
  "markdown-to-jsx": "^9.10.2",
108
107
  "motion": "^13.2.0",
109
108
  "quantum-sphere-loading-icon": "^1.0.3",
110
- "qwksearch-api-client": "^0.9.240",
109
+ "qwksearch-api-client": "^0.9.242",
111
110
  "react-icons": "^5.7.0",
112
111
  "react-native-app-buttons": "^0.1.4",
113
112
  "react-textarea-autosize": "^8.5.9",
114
- "search-web-api": "^1.0.150",
115
- "shadcn-app-dock": "^0.1.148",
113
+ "search-web-api": "^1.0.152",
114
+ "shadcn-app-dock": "^0.1.150",
116
115
  "shadcn-theme-menu": "^1.1.47",
117
116
  "sonner": "^2.0.8",
118
117
  "streamdown": "^2.6.0",
119
118
  "tailwind-merge": "^3.6.0",
120
119
  "tldts": "^7.4.12",
121
- "trending-news-api": "^0.1.26",
120
+ "trending-news-api": "^0.1.28",
122
121
  "turndown": "^7.2.4",
123
122
  "use-voice-control": "^0.1.95",
124
- "use-weather-forecast": "^0.1.112"
123
+ "use-weather-forecast": "^0.1.114"
125
124
  },
126
125
  "devDependencies": {
127
126
  "@cloudflare/workers-types": "^5.20260908.1",
@@ -140,8 +139,8 @@
140
139
  "next": "^16.3.4",
141
140
  "react": "^19.2.8",
142
141
  "react-dom": "^19.2.8",
143
- "react-reason-editor": "^1.0.100",
144
- "react-reason-editor-sidebar": "^0.1.17",
142
+ "react-reason-editor": "^1.0.102",
143
+ "react-reason-editor-sidebar": "^0.1.19",
145
144
  "storybook": "^10.6.0",
146
145
  "tailwindcss": "^4.3.3",
147
146
  "typescript": "^7.0.2",
@@ -149,13 +148,5 @@
149
148
  "vitest": "^5.0.0",
150
149
  "wrangler": "^4.130.0"
151
150
  },
152
- "license": "rights.institute/PROSPER",
153
- "peerDependenciesMeta": {
154
- "react-reason-editor": {
155
- "optional": true
156
- },
157
- "react-reason-editor-sidebar": {
158
- "optional": true
159
- }
160
- }
151
+ "license": "rights.institute/PROSPER"
161
152
  }