fix: promotes @hey-api/client-fetch from devDependencies to dependencies

This commit is contained in:
Jacob Overgaard
2025-06-05 08:37:55 +02:00
parent 02f963d65c
commit 8e71305605
2 changed files with 3 additions and 4 deletions

View File

@@ -1043,7 +1043,6 @@
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.10.0.tgz",
"integrity": "sha512-C7vzj4t52qPiHCqjn1l8cRTI2p4pZCd7ViLtJDTHr5ZwI4sWOYC1tmv6bd529qqY6HFFbhGCz4TAZSwKAMJncg==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/hey-api"
@@ -17577,12 +17576,12 @@
"src/packages/core": {
"name": "@umbraco-backoffice/core",
"dependencies": {
"@hey-api/client-fetch": "^0.10.0",
"@types/diff": "^7.0.2",
"diff": "^7.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@hey-api/client-fetch": "^0.10.0",
"@hey-api/openapi-ts": "^0.66.6"
}
},

View File

@@ -9,10 +9,10 @@
"dependencies": {
"@types/diff": "^7.0.2",
"diff": "^7.0.0",
"uuid": "^11.1.0"
"uuid": "^11.1.0",
"@hey-api/client-fetch": "^0.10.0"
},
"devDependencies": {
"@hey-api/client-fetch": "^0.10.0",
"@hey-api/openapi-ts": "^0.66.6"
}
}