diff --git a/.gitattributes b/.gitattributes index a196f57f1..1af8f5fc8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,4 @@ *.snap linguist-generated=true # GraphQL Codegen outputs -+ src/renderer/utils/api/graphql/generated/**/*.ts linguist-generated=true \ No newline at end of file +src/renderer/utils/api/graphql/generated/**/*.ts linguist-generated=true \ No newline at end of file diff --git a/package.json b/package.json index 8f88a1c3a..4627ca4c9 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,10 @@ "electron", "esbuild", "unrs-resolver" - ] + ], + "overrides": { + "react-is": "19.2.4" + } }, "lint-staged": { "*": "biome check --no-errors-on-unmatched", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9975d10a7..8d6de0752 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,9 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +overrides: + react-is: 19.2.4 + importers: .: @@ -1240,7 +1243,7 @@ packages: '@types/react-is': 18.x || 19.x react: 18.x || 19.x react-dom: 18.x || 19.x - react-is: 18.x || 19.x + react-is: 19.2.4 peerDependenciesMeta: '@types/react': optional: true @@ -3413,9 +3416,6 @@ packages: react-dom: optional: true - react-is@17.0.2: - resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} - react-is@19.2.4: resolution: {integrity: sha512-W+EWGn2v0ApPKgKKCy/7s7WHXkboGcsrXE+2joLyVxkbyVQfO3MUEaUQDHoSmb8TFFrSKYa9mw64WZHNHSDzYA==} @@ -7584,7 +7584,7 @@ snapshots: dependencies: ansi-regex: 5.0.1 ansi-styles: 5.2.0 - react-is: 17.0.2 + react-is: 19.2.4 proc-log@5.0.0: {} @@ -7631,8 +7631,6 @@ snapshots: optionalDependencies: react-dom: 19.2.4(react@19.2.4) - react-is@17.0.2: {} - react-is@19.2.4: {} react-router-dom@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4):