diff --git a/package.json b/package.json index e4bd9230c..fd1ea4d18 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,7 @@ "tslib": "2.3.0" }, "devDependencies": { + "@types/use-sync-external-store": "^0.0.3", "@swc/core": "1.2.129", "@swc/jest": "0.2.17", "@testing-library/jest-dom": "^5.16.4", @@ -140,7 +141,6 @@ "trailingComma": "none" }, "dependencies": { - "@types/use-sync-external-store": "^0.0.3", "use-sync-external-store": "^1.1.0" } } diff --git a/yarn.lock b/yarn.lock index d3ca89577..55c11ef8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5825,10 +5825,10 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67" integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg== -react@17.0.1: - version "17.0.1" - resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127" - integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w== +react@^18.0.0: + version "18.1.0" + resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890" + integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ== dependencies: loose-envify "^1.1.0"