|
59 | 59 | "start": "npm run build:tsup -- --watch" |
60 | 60 | }, |
61 | 61 | "localDependencies": { |
| 62 | + "@msinternal/botframework-webchat-base": "development", |
| 63 | + "@msinternal/botframework-webchat-react-valibot": "development", |
| 64 | + "@msinternal/isomorphic-react": "development", |
| 65 | + "@msinternal/isomorphic-react-dom": "development", |
62 | 66 | "botframework-directlinespeech-sdk": "production", |
63 | | - "botframework-webchat-base": "development", |
64 | 67 | "botframework-webchat-api": "production", |
65 | 68 | "botframework-webchat-component": "production", |
66 | | - "botframework-webchat-core": "production", |
67 | | - "botframework-webchat-react-valibot": "development", |
68 | | - "isomorphic-react": "development", |
69 | | - "isomorphic-react-dom": "development" |
| 69 | + "botframework-webchat-core": "production" |
70 | 70 | }, |
71 | 71 | "pinDependencies": { |
72 | 72 | "@types/react": [ |
|
131 | 131 | "@babel/preset-env": "^7.28.0", |
132 | 132 | "@babel/preset-react": "^7.27.1", |
133 | 133 | "@babel/preset-typescript": "^7.27.1", |
| 134 | + "@msinternal/botframework-webchat-base": "0.0.0-0", |
| 135 | + "@msinternal/botframework-webchat-react-valibot": "0.0.0-0", |
| 136 | + "@msinternal/isomorphic-react": "^0.0.0-0", |
| 137 | + "@msinternal/isomorphic-react-dom": "^0.0.0-0", |
134 | 138 | "@types/dom-speech-recognition": "^0.0.6", |
135 | 139 | "@types/mdast": "^4.0.4", |
136 | 140 | "@types/node": "^24.1.0", |
137 | 141 | "@types/react": "^16.14.65", |
138 | 142 | "@types/uuid": "^10.0.0", |
139 | 143 | "babel-plugin-istanbul": "^7.0.0", |
140 | 144 | "babel-plugin-transform-inline-environment-variables": "^0.4.4", |
141 | | - "botframework-webchat-base": "0.0.0-0", |
142 | | - "botframework-webchat-react-valibot": "0.0.0-0", |
143 | 145 | "concurrently": "^9.2.0", |
144 | 146 | "cross-env": "^10.0.0", |
145 | 147 | "esbuild": "^0.25.8", |
146 | | - "isomorphic-react": "^0.0.0-0", |
147 | | - "isomorphic-react-dom": "^0.0.0-0", |
148 | 148 | "micromark-util-types": "^2.0.2", |
149 | 149 | "tsd": "^0.32.0", |
150 | 150 | "type-fest": "^4.41.0", |
|
0 commit comments