From c97e9b5b71f508789cbc47f19ae1b10973b4596d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:38:38 +0100 Subject: [PATCH] fix(deps): update dependency framer-motion to v11.0.25 (#8401) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/react/package.json | 2 +- pnpm-lock.yaml | 27 +++++++++++++++++++++++---- website/package.json | 2 +- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index 3103df6b672..0d8a68f9ac1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -59,7 +59,7 @@ "@emotion/styled": "^11.11.0", "@tanstack/react-table": "^8.15.0", "@testing-library/react": "^14.2.2", - "framer-motion": "11.0.22", + "framer-motion": "11.0.25", "react": "^18.2.0", "react-dom": "^18.2.0", "react-frame-component": "^5.2.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8605e094261..1ffa87c5b65 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -448,8 +448,8 @@ importers: specifier: ^14.2.2 version: 14.2.2(react-dom@18.2.0)(react@18.2.0) framer-motion: - specifier: 11.0.22 - version: 11.0.22(react-dom@18.2.0)(react@18.2.0) + specifier: 11.0.25 + version: 11.0.25(react-dom@18.2.0)(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -560,8 +560,8 @@ importers: specifier: ^2.4.5 version: 2.4.5(react@18.2.0) framer-motion: - specifier: 11.0.22 - version: 11.0.22(react-dom@18.2.0)(react@18.2.0) + specifier: 11.0.25 + version: 11.0.25(react-dom@18.2.0)(react@18.2.0) github-slugger: specifier: 2.0.0 version: 2.0.0 @@ -10756,6 +10756,25 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) tslib: 2.6.2 + dev: false + + /framer-motion@11.0.25(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-mRt7vQGzA7++wTgb+PW1TrlXXgndqR6hCiJ48fXr2X9alte2hPQiAq556HRwDCt0Q5X98MNvcSe4KUa27Gm5Lg==} + peerDependencies: + '@emotion/is-prop-valid': '*' + react: ^18.2.0 + react-dom: ^18.2.0 + peerDependenciesMeta: + '@emotion/is-prop-valid': + optional: true + react: + optional: true + react-dom: + optional: true + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tslib: 2.6.2 /framesync@6.1.2: resolution: {integrity: sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==} diff --git a/website/package.json b/website/package.json index 42a4858298d..df5c0701811 100644 --- a/website/package.json +++ b/website/package.json @@ -37,7 +37,7 @@ "docsearch.js": "^2.6.3", "focus-visible": "5.2.0", "formik": "^2.4.5", - "framer-motion": "11.0.22", + "framer-motion": "11.0.25", "github-slugger": "2.0.0", "highlight-words-core": "^1.2.2", "lodash.clonedeep": "^4.5.0",