From 5054843d6c9dd384a36dbd68a2548430ee1d6226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:42:31 +0000 Subject: [PATCH] deps: bump the dependency-updates group with 2 updates Bumps the dependency-updates group with 2 updates: [@primer/react](https://github.com/primer/react) and [framer-motion](https://github.com/motiondivision/motion). Updates `@primer/react` from 37.11.2 to 37.12.0 - [Release notes](https://github.com/primer/react/releases) - [Commits](https://github.com/primer/react/compare/@primer/react@37.11.2...@primer/react@37.12.0) Updates `framer-motion` from 12.3.1 to 12.4.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.3.1...v12.4.0) --- updated-dependencies: - dependency-name: "@primer/react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c261fff9609..94550cebd86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9640,9 +9640,9 @@ "license": "MIT" }, "node_modules/@primer/react": { - "version": "37.11.2", - "resolved": "https://registry.npmjs.org/@primer/react/-/react-37.11.2.tgz", - "integrity": "sha512-HrVwMSqwjxzU42iIP2wDqTa+wNTbthJm8bZ0kgTDstNjG709Axd5yoKcZ3gs8G0m3ftKplKsxKDfQSmv1ePNqA==", + "version": "37.12.0", + "resolved": "https://registry.npmjs.org/@primer/react/-/react-37.12.0.tgz", + "integrity": "sha512-EwMRHZyDNLqS+3g3Nl5oqVyhuiOrDgLgrINNPx9nBLsV644VfYTtdElGvl8IVKQADr8XdHHgEbtyu1lqVD7Agw==", "license": "MIT", "dependencies": { "@github/relative-time-element": "^4.4.3", @@ -9677,11 +9677,11 @@ "npm": ">=7" }, "peerDependencies": { - "@types/react": "^18.0.0", - "@types/react-dom": "^18.0.0", + "@types/react": "18.x || 19.x", + "@types/react-dom": "18.x || 19.x", "@types/styled-components": "^5.1.11", - "react": "^18.0.0", - "react-dom": "^18.0.0", + "react": "18.x || 19.x", + "react-dom": "18.x || 19.x", "styled-components": "5.x" }, "peerDependenciesMeta": { @@ -21586,9 +21586,9 @@ } }, "node_modules/framer-motion": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.3.1.tgz", - "integrity": "sha512-Br4a2YhdeEvdzMDX8ToVO+/Jbqm2Loo/8rMjizX1nejjBvRJGMfz+NW1qBo4WCHF26uIdES5MBztUlB4pIyfqQ==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.4.0.tgz", + "integrity": "sha512-QX92ThRniev3YTkjXOV/7m9fXBRQ5xDDRWDinuU//Xkjh+q9ppg3Nb0b95xgJYd2AE0rgJ7eoihY+Z+jjSv22w==", "license": "MIT", "dependencies": { "motion-dom": "^12.0.0",