Skip to content

Commit 1046bf0

Browse files
committed
fix cypress
1 parent a803214 commit 1046bf0

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

packages/graphiql-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"codemirror": "^5.65.3",
6060
"codemirror-graphql": "^2.0.13",
6161
"copy-to-clipboard": "^3.2.0",
62-
"framer-motion": "^11.0.0",
62+
"framer-motion": "^10.0.0",
6363
"graphql-language-service": "^5.2.2",
6464
"markdown-it": "^14.1.0",
6565
"set-value": "^4.1.0"

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,6 +2265,18 @@
22652265
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
22662266
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
22672267

2268+
"@emotion/is-prop-valid@^0.8.2":
2269+
version "0.8.8"
2270+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
2271+
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
2272+
dependencies:
2273+
"@emotion/memoize" "0.7.4"
2274+
2275+
"@emotion/[email protected]":
2276+
version "0.7.4"
2277+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
2278+
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
2279+
22682280
"@esbuild/[email protected]":
22692281
version "0.21.5"
22702282
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"
@@ -9648,12 +9660,14 @@ fraction.js@^4.2.0:
96489660
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
96499661
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
96509662

9651-
framer-motion@^11.0.0:
9652-
version "11.3.17"
9653-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.3.17.tgz#47bd13fe3af660e4e3eebaf21f3a0d9d32c7939b"
9654-
integrity sha512-LZcckvZL8Rjod03bud8LQcp+R0PLmWIlOSu+NVc+v6Uh43fQr4IBsEAX7sSn7CdBQ1L0fZ/IqSXZVPnGFSMxHw==
9663+
framer-motion@^10.0.0:
9664+
version "10.18.0"
9665+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.18.0.tgz#1f4fc51403996ea7170af885bd44a7079d255950"
9666+
integrity sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==
96559667
dependencies:
96569668
tslib "^2.4.0"
9669+
optionalDependencies:
9670+
"@emotion/is-prop-valid" "^0.8.2"
96579671

96589672
96599673
version "0.5.2"

0 commit comments

Comments
 (0)