Skip to content

Commit

Permalink
Size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Aug 14, 2023
1 parent 3a19ce3 commit 7f057a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "c44c99166ac21657e91b2578068f9695b8ef5920"
"gitHead": "3a19ce35edff2e76a9f0545a70a4fc771f5810a6"
}
14 changes: 7 additions & 7 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
"maxSize": "30.63 kB"
"maxSize": "30.65 kB"
},
{
"path": "./dist/size-rollup-m.js",
"maxSize": "4.67 kB"
"maxSize": "4.68 kB"
},
{
"path": "./dist/size-rollup-dom-animation.js",
"maxSize": "15.38 kB"
"maxSize": "15.4 kB"
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "26.55 kB"
"maxSize": "26.57 kB"
},
{
"path": "./dist/size-rollup-animate.js",
Expand All @@ -109,12 +109,12 @@
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "19.43 kB"
"maxSize": "19.45 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "31.3 kB"
"maxSize": "31.33 kB"
}
],
"gitHead": "c44c99166ac21657e91b2578068f9695b8ef5920"
"gitHead": "3a19ce35edff2e76a9f0545a70a4fc771f5810a6"
}

0 comments on commit 7f057a4

Please sign in to comment.