@f5-sales-demo/docs-theme 4.0.0 → 4.0.2
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 +11 -7
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@f5-sales-demo/docs-theme",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "F5 Distributed Cloud branded Starlight documentation theme",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=24.
|
|
7
|
+
"node": ">=24.20.0"
|
|
8
8
|
},
|
|
9
9
|
"bin": {
|
|
10
10
|
"docs-translate": "./bin/translate.mjs"
|
|
@@ -80,7 +80,11 @@
|
|
|
80
80
|
"@iconify-json/ph": "^1.2.2",
|
|
81
81
|
"@iconify-json/tabler": "^1.2.38",
|
|
82
82
|
"@playwright/test": "^1.62.1",
|
|
83
|
-
"
|
|
83
|
+
"@types/react": "^19.2.18",
|
|
84
|
+
"@types/react-dom": "^19.2.7",
|
|
85
|
+
"astro": "^7.2.8",
|
|
86
|
+
"react": "^19.2.8",
|
|
87
|
+
"react-dom": "^19.2.8",
|
|
84
88
|
"vitest": "^4.1.11"
|
|
85
89
|
},
|
|
86
90
|
"scripts": {
|
|
@@ -103,7 +107,7 @@
|
|
|
103
107
|
"@iconify-json/mdi": "*",
|
|
104
108
|
"@iconify-json/ph": "*",
|
|
105
109
|
"@iconify-json/tabler": "*",
|
|
106
|
-
"astro": "^7.2.
|
|
110
|
+
"astro": "^7.2.8"
|
|
107
111
|
},
|
|
108
112
|
"peerDependenciesMeta": {
|
|
109
113
|
"@iconify-json/lucide": {
|
|
@@ -132,10 +136,10 @@
|
|
|
132
136
|
}
|
|
133
137
|
},
|
|
134
138
|
"dependencies": {
|
|
135
|
-
"@anthropic-ai/sdk": "^0.
|
|
139
|
+
"@anthropic-ai/sdk": "^0.121.0",
|
|
136
140
|
"@astrojs/react": "^6.0.4",
|
|
137
141
|
"@f5-sales-demo/i18n-core": "^1.0.56",
|
|
138
|
-
"@f5-sales-demo/starlight-llms-txt": "
|
|
142
|
+
"@f5-sales-demo/starlight-llms-txt": "2.0.0",
|
|
139
143
|
"@f5-sales-demo/starlight-mega-menu": "^2.1.59",
|
|
140
144
|
"gray-matter": "^4.0.3",
|
|
141
145
|
"remark-code-import": "^1.2.0",
|
|
@@ -151,7 +155,7 @@
|
|
|
151
155
|
"overrides": {
|
|
152
156
|
"form-data": "4.0.6",
|
|
153
157
|
"glob": "13.0.6",
|
|
154
|
-
"sharp": "0.35.
|
|
158
|
+
"sharp": "0.35.4"
|
|
155
159
|
},
|
|
156
160
|
"allowScripts": {
|
|
157
161
|
"esbuild@0.28.1": true,
|