fix: pins the UmbracoExtension @hey-api/* versions to that of the Backoffice client (#20016)

fix: pins the @hey-api/* versions to that of the Backoffice client

This is a quick fix to handle the NPM error that is currently there because the Backoffice NPM client has moved on to another version. There will be a more comprehensive fix for 16.3, however this PR aims to make the 16.2 UmbracoExtension usable without running custom commands.
This commit is contained in:
Jacob Overgaard
2025-08-28 10:01:44 +02:00
committed by GitHub
parent cef7bb9357
commit e142a9c0d1

View File

@@ -9,8 +9,8 @@
"generate-client": "node scripts/generate-openapi.js https://localhost:44339/umbraco/swagger/umbracoextension/swagger.json"
},
"devDependencies": {
"@hey-api/client-fetch": "^0.10.0",
"@hey-api/openapi-ts": "^0.66.7",
"@hey-api/client-fetch": "0.12.0",
"@hey-api/openapi-ts": "0.71.0",
"@umbraco-cms/backoffice": "^UMBRACO_VERSION_FROM_TEMPLATE",
"chalk": "^5.4.1",
"cross-env": "^7.0.3",