Dependencies: Updates all npm dependencies for Client, Login, and UmbracoExtension (#20386)

* build(deps): bump backoffice dependencies

* revert types

* build(deps): updates @hey-api/openapi-ts to 0.85.0 and regenerates files on client and template

* build(deps): updates all icons + regenerate

* build(deps): bumps all login dependencies + regenerate api

* chore: runs eslint --fix

* chore: runs prettier fix on files

* chore: fixes imports
This commit is contained in:
Jacob Overgaard
2025-10-07 09:14:23 +02:00
committed by GitHub
parent d400ba5899
commit b4e97ea49f
78 changed files with 2296 additions and 1685 deletions

View File

@@ -8,7 +8,7 @@
"hasInstallScript": true,
"dependencies": {
"@umbraco/json-models-builders": "^2.0.40",
"@umbraco/playwright-testhelpers": "^16.0.49",
"@umbraco/playwright-testhelpers": "^16.0.50",
"camelize": "^1.0.0",
"dotenv": "^16.3.1",
"node-fetch": "^2.6.7"
@@ -67,9 +67,9 @@
}
},
"node_modules/@umbraco/playwright-testhelpers": {
"version": "16.0.49",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-16.0.49.tgz",
"integrity": "sha512-R/IoW1jpMpVhp8/zlOrNrOPwbLVAvRNJVp3vhXRHk9nrbPJXYsCliPjDIGCq2QccpYLwepvihLOL6nMQgdVlSw==",
"version": "16.0.50",
"resolved": "https://registry.npmjs.org/@umbraco/playwright-testhelpers/-/playwright-testhelpers-16.0.50.tgz",
"integrity": "sha512-2tHQUdv8lCV4O47hGMvyC+JJfG4//fSSE/gUOVfFNDEHzhU5mSZ8f9oGKob8XOv2RB7ynZFYtIIxEMZIWrGFDA==",
"license": "MIT",
"dependencies": {
"@umbraco/json-models-builders": "2.0.40",