diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index ed73f7039c..2894027858 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -30,7 +30,7 @@ "@playwright/test": "^1.38.1", "@types/lodash-es": "^4.17.9", "@types/react": "^18.2.22", - "@types/react-dom": "^18.2.8", + "@types/react-dom": "^18.2.11", "@vitejs/plugin-react-swc": "^3.4.0", "vite": "^4.4.10", "vite-plugin-checker": "^0.6.2" diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 8342661361..614dda0d7e 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -97,7 +97,7 @@ "@types/file-saver": "^2.0.5", "@types/lodash-es": "^4.17.9", "@types/react": "^18.2.22", - "@types/react-dom": "^18.2.8", + "@types/react-dom": "^18.2.11", "@types/uuid": "^9.0.5", "@vitejs/plugin-react-swc": "^3.4.0", "cypress": "^13.3.0", diff --git a/js/libs/keycloak-masthead/package.json b/js/libs/keycloak-masthead/package.json index 6c388f03fb..bc9ceac782 100644 --- a/js/libs/keycloak-masthead/package.json +++ b/js/libs/keycloak-masthead/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@types/react": "^18.2.22", - "@types/react-dom": "^18.2.8", + "@types/react-dom": "^18.2.11", "@vitejs/plugin-react-swc": "^3.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.4.10", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 8fe7c55412..5eeeca0519 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/react": "^18.2.22", - "@types/react-dom": "^18.2.8", + "@types/react-dom": "^18.2.11", "@vitejs/plugin-react-swc": "^3.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "vite": "^4.4.10", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 515bbc2512..3a013255a9 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -127,8 +127,8 @@ importers: specifier: ^18.2.22 version: 18.2.22 '@types/react-dom': - specifier: ^18.2.8 - version: 18.2.8 + specifier: ^18.2.11 + version: 18.2.11 '@vitejs/plugin-react-swc': specifier: ^3.4.0 version: 3.4.0(vite@4.4.10) @@ -248,8 +248,8 @@ importers: specifier: ^18.2.22 version: 18.2.22 '@types/react-dom': - specifier: ^18.2.8 - version: 18.2.8 + specifier: ^18.2.11 + version: 18.2.11 '@types/uuid': specifier: ^9.0.5 version: 9.0.5 @@ -401,8 +401,8 @@ importers: specifier: ^18.2.22 version: 18.2.22 '@types/react-dom': - specifier: ^18.2.8 - version: 18.2.8 + specifier: ^18.2.11 + version: 18.2.11 '@vitejs/plugin-react-swc': specifier: ^3.4.0 version: 3.4.0(vite@4.4.10) @@ -441,8 +441,8 @@ importers: specifier: ^18.2.22 version: 18.2.22 '@types/react-dom': - specifier: ^18.2.8 - version: 18.2.8 + specifier: ^18.2.11 + version: 18.2.11 '@vitejs/plugin-react-swc': specifier: ^3.4.0 version: 3.4.0(vite@4.4.10) @@ -1698,7 +1698,7 @@ packages: dependencies: '@babel/runtime': 7.22.11 '@testing-library/dom': 9.3.1 - '@types/react-dom': 18.2.8 + '@types/react-dom': 18.2.11 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -1978,8 +1978,8 @@ packages: /@types/prop-types@15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - /@types/react-dom@18.2.8: - resolution: {integrity: sha512-bAIvO5lN/U8sPGvs1Xm61rlRHHaq5rp5N3kp9C+NJ/Q41P8iqjkXSu0+/qu8POsjH9pNWb0OYabFez7taP7omw==} + /@types/react-dom@18.2.11: + resolution: {integrity: sha512-zq6Dy0EiCuF9pWFW6I6k6W2LdpUixLE4P6XjXU1QHLfak3GPACQfLwEuHzY5pOYa4hzj1d0GxX/P141aFjZsyg==} dependencies: '@types/react': 18.2.22 dev: true