Skip to content

Commit a2ad2df

Browse files
build(deps): bump framer-motion in /single-page-app/ui (#438)
Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.16.0 to 11.16.1. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v11.16.0...v11.16.1) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97e5add commit a2ad2df

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

single-page-app/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@chakra-ui/react": "^2.8.2",
1515
"@emotion/react": "^11.14.0",
1616
"@emotion/styled": "^11.14.0",
17-
"framer-motion": "^11.16.0",
17+
"framer-motion": "^11.16.1",
1818
"mdi-react": "^9.3.0",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",

single-page-app/ui/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2877,12 +2877,12 @@ for-each@^0.3.3:
28772877
dependencies:
28782878
is-callable "^1.1.3"
28792879

2880-
framer-motion@^11.16.0:
2881-
version "11.16.0"
2882-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.16.0.tgz#6592689bc8d6422207a55e48297eae99e9aa2eb2"
2883-
integrity sha512-oL2AWqLQuw0+CNEUa0sz3mWC/n3i147CckvpQn8bLRs30b+HxTxlRi0YR2FpHHhAbWV7DKjNdHU42KHLfBWh/g==
2880+
framer-motion@^11.16.1:
2881+
version "11.16.1"
2882+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.16.1.tgz#3768ba04acbe51bdba599dc8a10db7b9737cc020"
2883+
integrity sha512-xsjhEUSWHn39g334PpBTH+QissgEJVJkpRGS/4QUyMSmoJSNxA+7FTuq61s+OXPMS4muu5k9Y6r7GpcNKhd1xA==
28842884
dependencies:
2885-
motion-dom "^11.16.0"
2885+
motion-dom "^11.16.1"
28862886
motion-utils "^11.16.0"
28872887
tslib "^2.4.0"
28882888

@@ -3742,10 +3742,10 @@ minimist@^1.2.0, minimist@^1.2.6:
37423742
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
37433743
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
37443744

3745-
motion-dom@^11.16.0:
3746-
version "11.16.0"
3747-
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-11.16.0.tgz#1766e4f9ada72c30ba8f3e698774372fcbcc95b3"
3748-
integrity sha512-4bmEwajSdrljzDAYpu6ceEdtI4J5PH25fmN8YSx7Qxk6OMrC10CXM0D5y+VO/pFZjhmCvm2bGf7Rus482kwhzA==
3745+
motion-dom@^11.16.1:
3746+
version "11.16.1"
3747+
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-11.16.1.tgz#ce1057bbd12bece8eb1cd42f99d64013b24cf949"
3748+
integrity sha512-XVNf3iCfZn9OHPZYJQy5YXXLn0NuPNvtT3YCat89oAnr4D88Cr52KqFgKa8dWElBK8uIoQhpJMJEG+dyniYycQ==
37493749
dependencies:
37503750
motion-utils "^11.16.0"
37513751

0 commit comments

Comments
 (0)