From a410155b936232e1137ae2c745e452e675060eda Mon Sep 17 00:00:00 2001 From: Tuan Nguyen <69383359+gr-qft@users.noreply.github.com> Date: Sun, 30 Jan 2022 18:42:43 -0500 Subject: [PATCH] Upgrade to @stitches/react 1.2.6 (#33817) --- examples/with-stitches/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-stitches/package.json b/examples/with-stitches/package.json index 866c3d09219d3bb..417aa233b097aff 100644 --- a/examples/with-stitches/package.json +++ b/examples/with-stitches/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@stitches/react": "^1.0.0", + "@stitches/react": "^1.2.6", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2"