Skip to content

Commit bf9dd17

Browse files
authored
Update the rehackt dependency to ^0.1.0 (#11803)
* Update the `rehackt` dependency to `^0.1.0` * adjust import * Clean up Prettier, Size-limit, and Api-Extractor --------- Co-authored-by: phryneas <[email protected]>
1 parent 5f65439 commit bf9dd17

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

.changeset/healthy-chairs-sleep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@apollo/client": patch
3+
---
4+
5+
Update the `rehackt` dependency to `^0.1.0`

.size-limits.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"dist/apollo-client.min.cjs": 39538,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32809
2+
"dist/apollo-client.min.cjs": 39534,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32804
44
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"hoist-non-react-statics": "^3.3.2",
100100
"optimism": "^0.18.0",
101101
"prop-types": "^15.7.2",
102-
"rehackt": "0.0.6",
102+
"rehackt": "^0.1.0",
103103
"response-iterator": "^0.2.6",
104104
"symbol-observable": "^4.0.0",
105105
"ts-invariant": "^0.10.3",

src/react/hooks/internal/__tests__/useRenderGuard.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable testing-library/render-result-naming-convention */
2-
import React, { useEffect } from "react";
2+
import React, { useEffect } from "rehackt";
33
import { useRenderGuard } from "../useRenderGuard";
44
import { render, waitFor } from "@testing-library/react";
55
import { withCleanup } from "../../../../testing/internal";

0 commit comments

Comments
 (0)