Skip to content

Commit

Permalink
Update the rehackt dependency to ^0.1.0 (#11803)
Browse files Browse the repository at this point in the history
* Update the `rehackt` dependency to `^0.1.0`

* adjust import

* Clean up Prettier, Size-limit, and Api-Extractor

---------

Co-authored-by: phryneas <phryneas@users.noreply.github.com>
  • Loading branch information
phryneas and phryneas committed Apr 24, 2024
1 parent 5f65439 commit bf9dd17
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-chairs-sleep.md
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

Update the `rehackt` dependency to `^0.1.0`
4 changes: 2 additions & 2 deletions .size-limits.json
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 39538,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32809
"dist/apollo-client.min.cjs": 39534,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32804
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -99,7 +99,7 @@
"hoist-non-react-statics": "^3.3.2",
"optimism": "^0.18.0",
"prop-types": "^15.7.2",
"rehackt": "0.0.6",
"rehackt": "^0.1.0",
"response-iterator": "^0.2.6",
"symbol-observable": "^4.0.0",
"ts-invariant": "^0.10.3",
Expand Down
2 changes: 1 addition & 1 deletion src/react/hooks/internal/__tests__/useRenderGuard.test.tsx
@@ -1,5 +1,5 @@
/* eslint-disable testing-library/render-result-naming-convention */
import React, { useEffect } from "react";
import React, { useEffect } from "rehackt";
import { useRenderGuard } from "../useRenderGuard";
import { render, waitFor } from "@testing-library/react";
import { withCleanup } from "../../../../testing/internal";
Expand Down

0 comments on commit bf9dd17

Please sign in to comment.