diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 1df0ebcab48d..a0a6d118b7b4 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -30,7 +30,7 @@ "@playwright/test": "^1.41.1", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.48", - "@types/react-dom": "^18.2.18", + "@types/react-dom": "^18.2.22", "@vitejs/plugin-react-swc": "^3.5.0", "lightningcss": "^1.23.0", "vite": "^5.0.12", diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 0cc0d929d19f..7d505c3401bd 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -97,7 +97,7 @@ "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.48", - "@types/react-dom": "^18.2.18", + "@types/react-dom": "^18.2.22", "@types/uuid": "^9.0.7", "@vitejs/plugin-react-swc": "^3.5.0", "cypress": "^13.6.3", diff --git a/js/libs/keycloak-masthead/package.json b/js/libs/keycloak-masthead/package.json index ac63d0bbae31..0e1f55df22b0 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.48", - "@types/react-dom": "^18.2.18", + "@types/react-dom": "^18.2.22", "@vitejs/plugin-react-swc": "^3.5.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.0.12", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 10a754453afa..966ee8218efb 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.48", - "@types/react-dom": "^18.2.18", + "@types/react-dom": "^18.2.22", "@vitejs/plugin-react-swc": "^3.5.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^5.0.12", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 7ff48dd74d4c..39054fc22837 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: ^18.2.48 version: 18.2.48 '@types/react-dom': - specifier: ^18.2.18 - version: 18.2.18 + specifier: ^18.2.22 + version: 18.2.22 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.12) @@ -248,8 +248,8 @@ importers: specifier: ^18.2.48 version: 18.2.48 '@types/react-dom': - specifier: ^18.2.18 - version: 18.2.18 + specifier: ^18.2.22 + version: 18.2.22 '@types/uuid': specifier: ^9.0.7 version: 9.0.7 @@ -404,8 +404,8 @@ importers: specifier: ^18.2.48 version: 18.2.48 '@types/react-dom': - specifier: ^18.2.18 - version: 18.2.18 + specifier: ^18.2.22 + version: 18.2.22 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.12) @@ -459,8 +459,8 @@ importers: specifier: ^18.2.48 version: 18.2.48 '@types/react-dom': - specifier: ^18.2.18 - version: 18.2.18 + specifier: ^18.2.22 + version: 18.2.22 '@vitejs/plugin-react-swc': specifier: ^3.5.0 version: 3.5.0(vite@5.0.12) @@ -1835,7 +1835,7 @@ packages: dependencies: '@babel/runtime': 7.23.2 '@testing-library/dom': 9.3.3 - '@types/react-dom': 18.2.18 + '@types/react-dom': 18.2.22 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -2105,8 +2105,8 @@ packages: /@types/prop-types@15.7.9: resolution: {integrity: sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==} - /@types/react-dom@18.2.18: - resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==} + /@types/react-dom@18.2.22: + resolution: {integrity: sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==} dependencies: '@types/react': 18.2.48 dev: true