@f5-sales-demo/docs-theme 4.0.0 → 4.0.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 +6 -6
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.1",
|
|
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,7 @@
|
|
|
80
80
|
"@iconify-json/ph": "^1.2.2",
|
|
81
81
|
"@iconify-json/tabler": "^1.2.38",
|
|
82
82
|
"@playwright/test": "^1.62.1",
|
|
83
|
-
"astro": "^7.2.
|
|
83
|
+
"astro": "^7.2.8",
|
|
84
84
|
"vitest": "^4.1.11"
|
|
85
85
|
},
|
|
86
86
|
"scripts": {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@iconify-json/mdi": "*",
|
|
104
104
|
"@iconify-json/ph": "*",
|
|
105
105
|
"@iconify-json/tabler": "*",
|
|
106
|
-
"astro": "^7.2.
|
|
106
|
+
"astro": "^7.2.8"
|
|
107
107
|
},
|
|
108
108
|
"peerDependenciesMeta": {
|
|
109
109
|
"@iconify-json/lucide": {
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
134
|
"dependencies": {
|
|
135
|
-
"@anthropic-ai/sdk": "^0.
|
|
135
|
+
"@anthropic-ai/sdk": "^0.121.0",
|
|
136
136
|
"@astrojs/react": "^6.0.4",
|
|
137
137
|
"@f5-sales-demo/i18n-core": "^1.0.56",
|
|
138
138
|
"@f5-sales-demo/starlight-llms-txt": "1.4.1",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"overrides": {
|
|
152
152
|
"form-data": "4.0.6",
|
|
153
153
|
"glob": "13.0.6",
|
|
154
|
-
"sharp": "0.35.
|
|
154
|
+
"sharp": "0.35.4"
|
|
155
155
|
},
|
|
156
156
|
"allowScripts": {
|
|
157
157
|
"esbuild@0.28.1": true,
|