Skip to content

Commit

Permalink
Components: update framer motion to 6.2.8 (#38999)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar authored Mar 2, 2022
1 parent 604e88e commit 067654c
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 72 deletions.
133 changes: 63 additions & 70 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"colord": "^2.7.0",
"dom-scroll-into-view": "^1.2.1",
"downshift": "^6.0.15",
"framer-motion": "^4.1.17",
"framer-motion": "^6.2.8",
"gradient-parser": "^0.1.5",
"highlight-words-core": "^1.2.2",
"lodash": "^4.17.21",
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/animation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
export {
motion as __unstableMotion,
AnimatePresence as __unstableAnimatePresence,
AnimateSharedLayout as __unstableAnimateSharedLayout,
} from 'framer-motion';

0 comments on commit 067654c

Please sign in to comment.