Skip to content

Commit e142a9c

Browse files
authored
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.
1 parent cef7bb9 commit e142a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/UmbracoExtension/Client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"generate-client": "node scripts/generate-openapi.js https://localhost:44339/umbraco/swagger/umbracoextension/swagger.json"
1010
},
1111
"devDependencies": {
12-
"@hey-api/client-fetch": "^0.10.0",
13-
"@hey-api/openapi-ts": "^0.66.7",
12+
"@hey-api/client-fetch": "0.12.0",
13+
"@hey-api/openapi-ts": "0.71.0",
1414
"@umbraco-cms/backoffice": "^UMBRACO_VERSION_FROM_TEMPLATE",
1515
"chalk": "^5.4.1",
1616
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)