From df41e76f0c74f500dfaa30076faed5c89f853022 Mon Sep 17 00:00:00 2001 From: Dennis Krause Date: Tue, 4 Jun 2024 22:42:07 +0200 Subject: [PATCH] bump react, react-dom and ink versions to latest --- examples/react-native/package.json | 2 +- examples/react/package.json | 4 ++-- packages/runner/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 9a3ccbd3..1dbe41a0 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -11,7 +11,7 @@ "update-loki": "LOKI_FILE=`cd ../.. && echo \\`pwd\\`/\\`npm pack\\`` && npm install $LOKI_FILE --no-save && rm $LOKI_FILE" }, "dependencies": { - "react": "17.0.2", + "react": "18.3.1", "react-native": "0.68.2" }, "devDependencies": { diff --git a/examples/react/package.json b/examples/react/package.json index 9f051642..c8a93ef2 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -6,8 +6,8 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.2.1", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-motion": "^0.5.2", "react-scripts": "5.0.0", "web-vitals": "^2.1.0" diff --git a/packages/runner/package.json b/packages/runner/package.json index eae647cc..d0eecc53 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -41,10 +41,10 @@ "cosmiconfig": "^7.0.0", "fs-extra": "^9.1.0", "import-jsx": "^4.0.1", - "ink": "^3.2.0", + "ink": "^5.0.1", "minimist": "^1.2.0", "ramda": "^0.27.1", - "react": "^17.0.2", + "react": "^18.3.1", "transliteration": "^2.2.0" } }