build: adds back the ^ missing from openapi-ts to allow newer versions to be used

This commit is contained in:
Jacob Overgaard
2025-10-29 11:38:44 +01:00
parent f1b7a33e86
commit b7105c88d8
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
"generate-client": "node scripts/generate-openapi.js https://localhost:44339/umbraco/swagger/umbracoextension/swagger.json"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.85.0",
"@hey-api/openapi-ts": "^0.85.0",
"@umbraco-cms/backoffice": "^UMBRACO_VERSION_FROM_TEMPLATE",
"chalk": "^5.6.2",
"cross-env": "^10.1.0",