From 2c206f3e3df8fbb7b489b46f169698802700f6a9 Mon Sep 17 00:00:00 2001 From: Daniel Sinclair Date: Fri, 3 Jan 2025 03:12:56 -0500 Subject: [PATCH] fix: nft mint example --- examples/with-next-mint-nft/package.json | 2 +- pnpm-lock.yaml | 26 ++---------------------- 2 files changed, 3 insertions(+), 25 deletions(-) diff --git a/examples/with-next-mint-nft/package.json b/examples/with-next-mint-nft/package.json index f09956a117..be66b94c1c 100644 --- a/examples/with-next-mint-nft/package.json +++ b/examples/with-next-mint-nft/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@rainbow-me/rainbowkit": "workspace:*", - "framer-motion": "^11.5.4", + "framer-motion": "^11.15.0", "next": "^14.2.10", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4a612fd5c0..2e9a5980f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -156,8 +156,8 @@ importers: specifier: workspace:* version: link:../../packages/rainbowkit framer-motion: - specifier: ^11.5.4 - version: 11.5.4(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^11.15.0 + version: 11.15.0(@emotion/is-prop-valid@0.8.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) examples/with-next-rainbow-button: dependencies: @@ -6368,20 +6368,6 @@ packages: react-dom: optional: true - framer-motion@11.5.4: - resolution: {integrity: sha512-E+tb3/G6SO69POkdJT+3EpdMuhmtCh9EWuK4I1DnIC23L7tFPrl8vxP+LSovwaw6uUr73rUbpb4FgK011wbRJQ==} - peerDependencies: - '@emotion/is-prop-valid': '*' - react: ^18.0.0 - react-dom: ^18.0.0 - peerDependenciesMeta: - '@emotion/is-prop-valid': - optional: true - react: - optional: true - react-dom: - optional: true - fresh@0.5.2: resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} @@ -19309,14 +19295,6 @@ snapshots: react: 19.0.0 react-dom: 19.0.0(react@19.0.0) - framer-motion@11.5.4(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - tslib: 2.7.0 - optionalDependencies: - '@emotion/is-prop-valid': 0.8.8 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - fresh@0.5.2: {} fs-constants@1.0.0: {}