@algolia/satellite 2.5.0 → 2.5.1
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/satellite",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Algolia design system React components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"scripts": {
|
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"react": "^17.0.0",
|
|
85
85
|
"react-dom": "^17.0.0",
|
|
86
|
-
"react-instantsearch-dom": "^6.1.0"
|
|
86
|
+
"react-instantsearch-dom": "^6.1.0",
|
|
87
|
+
"react-syntax-highlighter": "^15.6.1"
|
|
87
88
|
},
|
|
88
89
|
"peerDependenciesMeta": {
|
|
89
90
|
"react-instantsearch-dom": {
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
}
|
|
92
93
|
},
|
|
93
94
|
"devDependencies": {
|
|
95
|
+
"@ai-sdk/react": "^2.0.28",
|
|
94
96
|
"@algolia/eslint-plugin-stl": "workspace:*",
|
|
95
97
|
"@algolia/satellite-analytics": "workspace:*",
|
|
96
98
|
"@babel/cli": "^7.21.0",
|
|
@@ -202,7 +204,6 @@
|
|
|
202
204
|
"zod": "^3.25.76"
|
|
203
205
|
},
|
|
204
206
|
"dependencies": {
|
|
205
|
-
"@ai-sdk/react": "^2.0.28",
|
|
206
207
|
"@babel/runtime": "^7.21.0",
|
|
207
208
|
"@monaco-editor/react": "^4.6.0",
|
|
208
209
|
"@popperjs/core": "^2.4.4",
|