Skip to content

Commit b7105c8

Browse files
committed
build: adds back the ^ missing from openapi-ts to allow newer versions to be used
1 parent f1b7a33 commit b7105c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Umbraco.Web.UI.Client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Web.UI.Client/src/packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/diff": "^7.0.2",
1111
"diff": "^7.0.0",
1212
"uuid": "^13.0.0",
13-
"@hey-api/openapi-ts": "0.85.0"
13+
"@hey-api/openapi-ts": "^0.85.0"
1414
},
1515
"devDependencies": {
1616
"lucide-static": "^0.544.0",

templates/UmbracoExtension/Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate-client": "node scripts/generate-openapi.js https://localhost:44339/umbraco/swagger/umbracoextension/swagger.json"
1010
},
1111
"devDependencies": {
12-
"@hey-api/openapi-ts": "0.85.0",
12+
"@hey-api/openapi-ts": "^0.85.0",
1313
"@umbraco-cms/backoffice": "^UMBRACO_VERSION_FROM_TEMPLATE",
1414
"chalk": "^5.6.2",
1515
"cross-env": "^10.1.0",

0 commit comments

Comments
 (0)