Skip to content

Commit

Permalink
Increasing bundlesizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Aug 23, 2024
1 parent 9436cce commit 4c92d2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"@rollup/plugin-commonjs": "^22.0.1",
"three": "^0.137.0"
},
"gitHead": "94c848b2437315234402fd9cb5d4555e1b7c2b71"
"gitHead": "9436cce05ab99a9d2f9b69b1e285e3df5f38a340"
}
6 changes: 3 additions & 3 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
"maxSize": "33.91 kB"
"maxSize": "33.92 kB"
},
{
"path": "./dist/size-rollup-m.js",
Expand All @@ -97,12 +97,12 @@
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "28.86 kB"
"maxSize": "28.87 kB"
},
{
"path": "./dist/size-rollup-animate.js",
"maxSize": "18 kB"
}
],
"gitHead": "94c848b2437315234402fd9cb5d4555e1b7c2b71"
"gitHead": "9436cce05ab99a9d2f9b69b1e285e3df5f38a340"
}

0 comments on commit 4c92d2f

Please sign in to comment.