diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aff0e9c..df7c164 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,14 +72,14 @@ importers: tests/fixtures/legacy-ts: devDependencies: '@types/react': - specifier: 19.0.10 - version: 19.0.10 + specifier: 19.0.12 + version: 19.0.12 eslint-plugin-react-import: specifier: workspace:* version: link:../../.. react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.1.0 + version: 19.1.0 tests/fixtures/recommended: devDependencies: @@ -90,14 +90,14 @@ importers: tests/fixtures/recommended-ts: devDependencies: '@types/react': - specifier: 19.0.10 - version: 19.0.10 + specifier: 19.0.12 + version: 19.0.12 eslint-plugin-react-import: specifier: workspace:* version: link:../../.. react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.1.0 + version: 19.1.0 packages: @@ -548,8 +548,8 @@ packages: '@types/node@22.13.10': resolution: {integrity: sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==} - '@types/react@19.0.10': - resolution: {integrity: sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==} + '@types/react@19.0.12': + resolution: {integrity: sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==} '@typescript-eslint/eslint-plugin@8.26.0': resolution: {integrity: sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==} @@ -1303,8 +1303,8 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - react@19.0.0: - resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} + react@19.1.0: + resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==} engines: {node: '>=0.10.0'} read-yaml-file@1.1.0: @@ -2011,7 +2011,7 @@ snapshots: dependencies: undici-types: 6.20.0 - '@types/react@19.0.10': + '@types/react@19.0.12': dependencies: csstype: 3.1.3 @@ -2789,7 +2789,7 @@ snapshots: react-is@18.3.1: {} - react@19.0.0: {} + react@19.1.0: {} read-yaml-file@1.1.0: dependencies: diff --git a/tests/fixtures/legacy-ts/package.json b/tests/fixtures/legacy-ts/package.json index b8b71b2..02bd8e4 100644 --- a/tests/fixtures/legacy-ts/package.json +++ b/tests/fixtures/legacy-ts/package.json @@ -7,8 +7,8 @@ "lint": "NODE_OPTIONS=\"--no-warnings\" ESLINT_USE_FLAT_CONFIG=false eslint ./src --ext .tsx" }, "devDependencies": { - "@types/react": "19.0.10", - "react": "19.0.0", + "@types/react": "19.0.12", + "react": "19.1.0", "eslint-plugin-react-import": "workspace:*" } } diff --git a/tests/fixtures/recommended-ts/package.json b/tests/fixtures/recommended-ts/package.json index 303bbbd..e5c0725 100644 --- a/tests/fixtures/recommended-ts/package.json +++ b/tests/fixtures/recommended-ts/package.json @@ -7,8 +7,8 @@ "lint": "eslint ." }, "devDependencies": { - "@types/react": "19.0.10", - "react": "19.0.0", + "@types/react": "19.0.12", + "react": "19.1.0", "eslint-plugin-react-import": "workspace:*" } }