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

@@ -217,10 +217,10 @@
"element-internals-polyfill": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@eslint/js": "^9.33.0",
"@babel/core": "^7.28.4",
"@eslint/js": "^9.37.0",
"@open-wc/testing": "^4.0.0",
"@playwright/test": "^1.54.2",
"@playwright/test": "^1.55.1",
"@storybook/addon-a11y": "9.0.14",
"@storybook/addon-docs": "9.0.14",
"@storybook/addon-links": "9.0.14",
@@ -233,18 +233,18 @@
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.1",
"babel-loader": "^10.0.0",
"cross-env": "7.0.3",
"cssnano": "^7.1.0",
"eslint": "^9.33.0",
"cross-env": "10.1.0",
"cssnano": "^7.1.1",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^50.8.0",
"eslint-plugin-jsdoc": "^60.8.2",
"eslint-plugin-lit": "^2.1.1",
"eslint-plugin-local-rules": "^3.0.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-storybook": "9.0.14",
"eslint-plugin-wc": "^2.2.1",
"globals": "^16.3.0",
"eslint-plugin-wc": "^3.0.2",
"globals": "^16.4.0",
"madge": "^8.0.0",
"msw": "^1.3.5",
"playwright-msw": "^3.0.1",
@@ -255,12 +255,12 @@
"storybook": "9.0.14",
"tiny-glob": "^0.2.9",
"tsc-alias": "^1.8.16",
"typedoc": "^0.28.10",
"typescript": "5.9.2",
"typescript-eslint": "^8.39.1",
"typedoc": "^0.28.13",
"typescript": "5.9.3",
"typescript-eslint": "^8.45.0",
"typescript-json-schema": "^0.65.1",
"vite": "^7.1.5",
"vite-plugin-static-copy": "^3.1.2",
"vite": "^7.1.9",
"vite-plugin-static-copy": "^3.1.3",
"vite-tsconfig-paths": "^5.1.4",
"web-component-analyzer": "^2.0.0"
},