From b52ad2015a6ebcb9f8ff00a439c337e06c009d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:39:32 +0000 Subject: [PATCH] chore(deps): update devdependencies to v19 Beachball-bump-type: none --- pnpm-lock.yaml | 26 +++++++++---------- specs/eslint-configs/package.json | 2 +- .../fixtures/eslint-8-eslintrc/package.json | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75e83a62..ea6a3a93 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -251,8 +251,8 @@ importers: specifier: workspace:* version: link:../../packages/prettier-config '@types/react': - specifier: 18.3.12 - version: 18.3.12 + specifier: 19.0.1 + version: 19.0.1 concurrently: specifier: 9.0.1 version: 9.0.1 @@ -293,8 +293,8 @@ importers: specifier: 8.57.1 version: 8.57.1 react: - specifier: 18.3.1 - version: 18.3.1 + specifier: 19.0.0 + version: 19.0.0 typescript: specifier: 5.6.3 version: 5.6.3 @@ -1026,11 +1026,8 @@ packages: '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} - '@types/prop-types@15.7.12': - resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} - - '@types/react@18.3.12': - resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==} + '@types/react@19.0.1': + resolution: {integrity: sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -2902,6 +2899,10 @@ packages: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} + react@19.0.0: + resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} + engines: {node: '>=0.10.0'} + read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -4227,11 +4228,8 @@ snapshots: '@types/normalize-package-data@2.4.4': {} - '@types/prop-types@15.7.12': {} - - '@types/react@18.3.12': + '@types/react@19.0.1': dependencies: - '@types/prop-types': 15.7.12 csstype: 3.1.3 '@types/semver@7.5.8': {} @@ -6594,6 +6592,8 @@ snapshots: dependencies: loose-envify: 1.4.0 + react@19.0.0: {} + read-pkg-up@7.0.1: dependencies: find-up: 4.1.0 diff --git a/specs/eslint-configs/package.json b/specs/eslint-configs/package.json index 3a8c0f8a..ad65fefe 100644 --- a/specs/eslint-configs/package.json +++ b/specs/eslint-configs/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@rightcapital/eslint-config": "workspace:*", "@rightcapital/prettier-config": "workspace:*", - "@types/react": "18.3.12", + "@types/react": "19.0.1", "concurrently": "9.0.1", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0", diff --git a/specs/lint-eslint-config-rules/fixtures/eslint-8-eslintrc/package.json b/specs/lint-eslint-config-rules/fixtures/eslint-8-eslintrc/package.json index 707a74b3..b9bea89a 100644 --- a/specs/lint-eslint-config-rules/fixtures/eslint-8-eslintrc/package.json +++ b/specs/lint-eslint-config-rules/fixtures/eslint-8-eslintrc/package.json @@ -5,7 +5,7 @@ "@rightcapital/eslint-config-javascript": "36.3.0", "@rightcapital/lint-eslint-config-rules": "workspace:*", "eslint": "8.57.1", - "react": "18.3.1", + "react": "19.0.0", "typescript": "5.6.3" } }