From 8c20955874562e5b2ab35557325e047b059bc4fc Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Thu, 15 Feb 2024 09:09:42 +0100 Subject: [PATCH] bump rehackt to v0.0.5 (#11595) --- .changeset/chilled-chefs-study.md | 5 +++++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/chilled-chefs-study.md diff --git a/.changeset/chilled-chefs-study.md b/.changeset/chilled-chefs-study.md new file mode 100644 index 00000000000..2b4b0c4095e --- /dev/null +++ b/.changeset/chilled-chefs-study.md @@ -0,0 +1,5 @@ +--- +"@apollo/client": patch +--- + +Bumps the dependency `rehackt` to 0.0.5 diff --git a/package-lock.json b/package-lock.json index 83570ec627c..01b7e932ece 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hoist-non-react-statics": "^3.3.2", "optimism": "^0.18.0", "prop-types": "^15.7.2", - "rehackt": "0.0.4", + "rehackt": "0.0.5", "response-iterator": "^0.2.6", "symbol-observable": "^4.0.0", "ts-invariant": "^0.10.3", @@ -10687,9 +10687,9 @@ } }, "node_modules/rehackt": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.4.tgz", - "integrity": "sha512-xFroSGCbMEK/cTJVhq+c8l/AzIeMeojVyLqtZmr2jmIAFvePjapkCSGg9MnrcNk68HPaMxGf+Ndqozotu78ITw==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.5.tgz", + "integrity": "sha512-BI1rV+miEkaHj8zd2n+gaMgzu/fKz7BGlb4zZ6HAiY9adDmJMkaDcmuXlJFv0eyKUob+oszs3/2gdnXUrzx2Tg==", "peerDependencies": { "@types/react": "*", "react": "*" diff --git a/package.json b/package.json index 46e9671abdb..1e608100800 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "hoist-non-react-statics": "^3.3.2", "optimism": "^0.18.0", "prop-types": "^15.7.2", - "rehackt": "0.0.4", + "rehackt": "0.0.5", "response-iterator": "^0.2.6", "symbol-observable": "^4.0.0", "ts-invariant": "^0.10.3",