Skip to content

Commit

Permalink
Updating filesize limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Nov 24, 2022
1 parent 70d280e commit 329261c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "0705ec371418d200b21b80c8b553a35cd3fa3856"
"gitHead": "70d280eef65e65c870e99ae6634c7c178be7b470"
}
8 changes: 4 additions & 4 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
"maxSize": "29.55 kB"
"maxSize": "29.6 kB"
},
{
"path": "./dist/size-rollup-m.js",
Expand All @@ -85,7 +85,7 @@
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "25.6 kB"
"maxSize": "25.7 kB"
},
{
"path": "./dist/size-webpack-m.js",
Expand All @@ -97,8 +97,8 @@
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "30.8kB"
"maxSize": "30.9kB"
}
],
"gitHead": "0705ec371418d200b21b80c8b553a35cd3fa3856"
"gitHead": "70d280eef65e65c870e99ae6634c7c178be7b470"
}

0 comments on commit 329261c

Please sign in to comment.