diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 15839fd30e..0e15cbaa88 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -38,7 +38,7 @@ "@playwright/test": "^1.42.1", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.65", - "@types/react-dom": "^18.2.21", + "@types/react-dom": "^18.2.22", "@vitejs/plugin-react-swc": "^3.6.0", "lightningcss": "^1.24.1", "vite": "^5.1.6", diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 4ae3362371..1e74823854 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -98,7 +98,7 @@ "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.65", - "@types/react-dom": "^18.2.21", + "@types/react-dom": "^18.2.22", "@types/uuid": "^9.0.8", "@vitejs/plugin-react-swc": "^3.6.0", "cypress": "^13.7.0", diff --git a/js/libs/keycloak-masthead/package.json b/js/libs/keycloak-masthead/package.json index 79058fda6d..4b3058989f 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.65", - "@types/react-dom": "^18.2.21", + "@types/react-dom": "^18.2.22", "@vitejs/plugin-react-swc": "^3.6.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.1.6", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index c717c2e606..84c174983d 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -53,7 +53,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.65", - "@types/react-dom": "^18.2.21", + "@types/react-dom": "^18.2.22", "@vitejs/plugin-react-swc": "^3.6.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.1.6", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index a8287c0b3f..12da260228 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: ^18.2.65 version: 18.2.65 '@types/react-dom': - specifier: ^18.2.21 - version: 18.2.21 + specifier: ^18.2.22 + version: 18.2.22 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.1.6) @@ -254,8 +254,8 @@ importers: specifier: ^18.2.65 version: 18.2.65 '@types/react-dom': - specifier: ^18.2.21 - version: 18.2.21 + specifier: ^18.2.22 + version: 18.2.22 '@types/uuid': specifier: ^9.0.8 version: 9.0.8 @@ -413,8 +413,8 @@ importers: specifier: ^18.2.65 version: 18.2.65 '@types/react-dom': - specifier: ^18.2.21 - version: 18.2.21 + specifier: ^18.2.22 + version: 18.2.22 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.1.6) @@ -468,8 +468,8 @@ importers: specifier: ^18.2.65 version: 18.2.65 '@types/react-dom': - specifier: ^18.2.21 - version: 18.2.21 + specifier: ^18.2.22 + version: 18.2.22 '@vitejs/plugin-react-swc': specifier: ^3.6.0 version: 3.6.0(vite@5.1.6) @@ -2074,7 +2074,7 @@ packages: dependencies: '@babel/runtime': 7.23.2 '@testing-library/dom': 9.3.3 - '@types/react-dom': 18.2.21 + '@types/react-dom': 18.2.22 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -2348,8 +2348,8 @@ packages: /@types/prop-types@15.7.9: resolution: {integrity: sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==} - /@types/react-dom@18.2.21: - resolution: {integrity: sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==} + /@types/react-dom@18.2.22: + resolution: {integrity: sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==} dependencies: '@types/react': 18.2.65 dev: true