Fix broken lockfile + maintenance (#37631)

Closes #37630

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops
2025-02-25 12:51:57 +01:00
committed by GitHub
parent 9ca134931b
commit 9e8f7aa390
6 changed files with 270 additions and 624 deletions

View File

@@ -48,7 +48,7 @@
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.8.0",
"lightningcss": "^1.29.1",
"vite": "^6.1.1",
"vite": "^6.2.0",
"vite-plugin-checker": "^0.9.0",
"vite-plugin-dts": "^4.5.0"
},

View File

@@ -88,6 +88,7 @@
}
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@keycloak/keycloak-admin-client": "workspace:*",
"@keycloak/keycloak-ui-shared": "workspace:*",
"@patternfly/patternfly": "^5.4.2",
@@ -97,7 +98,6 @@
"@patternfly/react-table": "^5.4.16",
"@uiw/react-textarea-code-editor": "^3.1.0",
"admin-ui": "file:",
"@dagrejs/dagre": "^1.1.4",
"file-saver": "^2.0.5",
"flat": "^6.0.1",
"i18next": "^24.2.2",
@@ -133,7 +133,7 @@
"ldap-server-mock": "^6.0.1",
"lightningcss": "^1.29.1",
"ts-node": "^10.9.2",
"vite": "^6.1.1",
"vite": "^6.2.0",
"vite-plugin-checker": "^0.9.0",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.7"

View File

@@ -62,7 +62,7 @@
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.8.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^6.1.1",
"vite": "^6.2.0",
"vite-plugin-checker": "^0.9.0",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-lib-inject-css": "^2.2.1",

View File

@@ -2,7 +2,7 @@
"name": "root",
"private": true,
"type": "module",
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d",
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
"scripts": {
"prepare": "cd .. && husky js/.husky",
"build": "wireit"

882
js/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@
<properties>
<node.version>v22.14.0</node.version>
<pnpm.version>10.3.0</pnpm.version>
<pnpm.version>10.4.1</pnpm.version>
<!-- The JavaScript projects use non-standard folders for their sources, therefore, name it here explicitly -->
<maven.build.cache.input.1>src</maven.build.cache.input.1>
<maven.build.cache.input.2>public</maven.build.cache.input.2>