From aa4439ea8605848d5f8b13670c005143b86b29b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Mon, 26 Aug 2024 20:50:40 +0200 Subject: [PATCH] Add React 19 catalog --- pnpm-lock.yaml | 1 - pnpm-workspace.yaml | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 08775bca773909..6b66f43239c388 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10642,7 +10642,6 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. - (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qjobs@1.2.0: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index cf13eb611450c7..865a2a08c99799 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -14,3 +14,12 @@ catalog: '@types/react': '^18.3.4' '@types/react-dom': '^18.3.0' '@types/react-is': '^18.3.0' + +catalogs: + react19: + 'react': 'rc' + 'react-dom': 'rc' + 'react-is': 'rc' + '@types/react': 'npm:types-react@19.0.0-rc.1' + '@types/react-dom': 'npm:types-react-dom@19.0.0-rc.1' + '@types/react-is': 'npm:types-react-is@19.0.0-rc.1'