diff --git a/examples/with-flat-config/package.json b/examples/with-flat-config/package.json index 2e9d87c12..536413c6c 100644 --- a/examples/with-flat-config/package.json +++ b/examples/with-flat-config/package.json @@ -17,7 +17,7 @@ "@tsconfig/node20": "20.1.2", "@tsconfig/strictest": "2.0.2", "@types/react": "18.2.45", - "@types/react-dom": "18.2.17", + "@types/react-dom": "18.2.18", "@typescript-eslint/eslint-plugin": "6.15.0", "@typescript-eslint/parser": ">=6.15.0", "@vitejs/plugin-react": "4.2.1", diff --git a/examples/with-legacy-config/package.json b/examples/with-legacy-config/package.json index 9523dca14..5f1083bfa 100644 --- a/examples/with-legacy-config/package.json +++ b/examples/with-legacy-config/package.json @@ -16,7 +16,7 @@ "@tsconfig/node20": "20.1.2", "@tsconfig/strictest": "2.0.2", "@types/react": "18.2.45", - "@types/react-dom": "18.2.17", + "@types/react-dom": "18.2.18", "@typescript-eslint/eslint-plugin": "6.15.0", "@typescript-eslint/parser": ">=6.15.0", "@vitejs/plugin-react": "4.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 703ceba02..5eabe232c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -209,8 +209,8 @@ importers: specifier: 18.2.45 version: 18.2.45 '@types/react-dom': - specifier: 18.2.17 - version: 18.2.17 + specifier: 18.2.18 + version: 18.2.18 '@typescript-eslint/eslint-plugin': specifier: 6.15.0 version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) @@ -258,8 +258,8 @@ importers: specifier: 18.2.45 version: 18.2.45 '@types/react-dom': - specifier: 18.2.17 - version: 18.2.17 + specifier: 18.2.18 + version: 18.2.18 '@typescript-eslint/eslint-plugin': specifier: 6.15.0 version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) @@ -749,8 +749,8 @@ importers: specifier: 18.2.45 version: 18.2.45 '@types/react-dom': - specifier: 18.2.17 - version: 18.2.17 + specifier: 18.2.18 + version: 18.2.18 '@typescript-eslint/eslint-plugin': specifier: 6.15.0 version: 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) @@ -3129,8 +3129,8 @@ packages: /@types/prop-types@15.7.11: resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==} - /@types/react-dom@18.2.17: - resolution: {integrity: sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==} + /@types/react-dom@18.2.18: + resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==} dependencies: '@types/react': 18.2.45 dev: true diff --git a/website/package.json b/website/package.json index 902876d12..339b0e670 100644 --- a/website/package.json +++ b/website/package.json @@ -22,7 +22,7 @@ "@mdx-js/mdx": "3.0.0", "@types/node": "20.10.5", "@types/react": "18.2.45", - "@types/react-dom": "18.2.17", + "@types/react-dom": "18.2.18", "@typescript-eslint/eslint-plugin": "6.15.0", "@typescript-eslint/parser": ">=6.15.0", "@vanilla-extract/css": "1.14.0",