Skip to content

Commit

Permalink
Upgrade to latest framer-motion (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpalermo committed Sep 19, 2024
1 parent 72e249e commit 4c1900d
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 107 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-design-system",
"comment": "Upgrade to framer-motion 11",
"type": "patch"
}
],
"packageName": "pcln-design-system"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-modal",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-modal"
}
124 changes: 19 additions & 105 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"camelcase": "^6.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"framer-motion": "^6.5.1",
"framer-motion": "^11.5.5",
"jest-styled-components": "^7.2.0",
"npm-run-all": "^4.1.5",
"pcln-icons": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/src/__snapshots__/Headers.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ exports[`ModalHeader render 1`] = `
>
<div
class="c9"
style="transform: scale(0) translateZ(0);"
style="will-change: transform; transform: scale(0);"
/>
<svg
aria-hidden="true"
Expand Down

0 comments on commit 4c1900d

Please sign in to comment.