fix: promotes @hey-api/client-fetch from devDependencies to dependencies
This commit is contained in:
3
src/Umbraco.Web.UI.Client/package-lock.json
generated
3
src/Umbraco.Web.UI.Client/package-lock.json
generated
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user