Skip to content

Commit

Permalink
Updating size
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Mar 12, 2024
1 parent 2a08624 commit 8e72328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 @@ -61,5 +61,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "f99b162917a2f171dbabe32a5baf63990b83318b"
"gitHead": "2b49f76000d8006f08f7e76b63bd86eee0d25ab8"
}
12 changes: 6 additions & 6 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,36 +86,36 @@
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
"maxSize": "31.7 kB"
"maxSize": "32 kB"
},
{
"path": "./dist/size-rollup-m.js",
"maxSize": "5.38 kB"
},
{
"path": "./dist/size-rollup-dom-animation.js",
"maxSize": "15.8 kB"
"maxSize": "16.1kB"
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "27.2 kB"
"maxSize": "27.5 kB"
},
{
"path": "./dist/size-rollup-animate.js",
"maxSize": "17 kB"
"maxSize": "17.3 kB"
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "5.5 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "20.5 kB"
"maxSize": "21 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "33 kB"
}
],
"gitHead": "f99b162917a2f171dbabe32a5baf63990b83318b"
"gitHead": "2b49f76000d8006f08f7e76b63bd86eee0d25ab8"
}

0 comments on commit 8e72328

Please sign in to comment.