Skip to content

Commit

Permalink
fix(framer): Bumped framer version
Browse files Browse the repository at this point in the history
  • Loading branch information
HHogg committed Jun 20, 2024
1 parent ba707b1 commit 277b72f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 25 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion workspaces/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@floating-ui/react": "^0.24.0",
"classnames": "^2.2.5",
"framer-motion": "^10.12.10",
"framer-motion": "^11.2.11",
"lodash.omit": "^4.5.0",
"lucide-react": "^0.291.0",
"luxon": "^3.3.0",
Expand All @@ -53,6 +53,7 @@
"@types/uuid": "*",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.0",
"framer-motion": "^11.2.11",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2",
"postcss-preset-env": "^6.7.0",
Expand Down
32 changes: 8 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -352,22 +352,6 @@ __metadata:
languageName: node
linkType: hard

"@emotion/is-prop-valid@npm:^0.8.2":
version: 0.8.6
resolution: "@emotion/is-prop-valid@npm:0.8.6"
dependencies:
"@emotion/memoize": 0.7.4
checksum: 9c9b4b2d857cdb9df538917ec817e3b788f29f845ba2b152ad0eff294dc4244efc00f0e65754c1fdede4c600e5f45b44da6d76f938b3fc2833b0bca5c2ea0497
languageName: node
linkType: hard

"@emotion/memoize@npm:0.7.4":
version: 0.7.4
resolution: "@emotion/memoize@npm:0.7.4"
checksum: 4e3920d4ec95995657a37beb43d3f4b7d89fed6caa2b173a4c04d10482d089d5c3ea50bbc96618d918b020f26ed6e9c4026bbd45433566576c1f7b056c3271dc
languageName: node
linkType: hard

"@esbuild/android-arm64@npm:0.17.19":
version: 0.17.19
resolution: "@esbuild/android-arm64@npm:0.17.19"
Expand Down Expand Up @@ -6450,24 +6434,23 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:^10.12.10":
version: 10.12.10
resolution: "framer-motion@npm:10.12.10"
"framer-motion@npm:^11.2.11":
version: 11.2.11
resolution: "framer-motion@npm:11.2.11"
dependencies:
"@emotion/is-prop-valid": ^0.8.2
tslib: ^2.4.0
peerDependencies:
"@emotion/is-prop-valid": "*"
react: ^18.0.0
react-dom: ^18.0.0
dependenciesMeta:
peerDependenciesMeta:
"@emotion/is-prop-valid":
optional: true
peerDependenciesMeta:
react:
optional: true
react-dom:
optional: true
checksum: d4bdca5bc891534d6e4852a5725d1d0e8c29270a79927b50d8136d71e3d3affdca66dcb3a74e8c252fb4508292c4901cce20d93c3a35a4acdfa9a3f6ad9b57bb
checksum: a315e7f36eddf78d7a0a6edfb768e7de235bc34cffe4dabd294e7170646c1b4e2d8ff12797e6602ace8b232648196735d396b5e11d66b4b2ddb53b60d90132c0
languageName: node
linkType: hard

Expand Down Expand Up @@ -12531,7 +12514,7 @@ __metadata:
"@vitejs/plugin-react-swc": ^3.0.0
autoprefixer: ^10.4.0
classnames: ^2.2.5
framer-motion: ^10.12.10
framer-motion: ^11.2.11
lodash.omit: ^4.5.0
lucide-react: ^0.291.0
luxon: ^3.3.0
Expand All @@ -12552,6 +12535,7 @@ __metadata:
vite: ^4.3.2
vite-plugin-dts: ^2.3.0
peerDependencies:
framer-motion: ^11.2.11
react: ^18.2.0
react-dom: ^18.2.0
react-router-dom: ^6.11.1
Expand Down

0 comments on commit 277b72f

Please sign in to comment.