Skip to content

Commit

Permalink
Increasing size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed May 15, 2024
1 parent 1807483 commit c53765c
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 @@ -61,5 +61,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "40df1bd0e9b9701696cf59cc15464d05db7f5c76"
"gitHead": "1807483e5fe28ef6195955e1b83896424f038463"
}
6 changes: 3 additions & 3 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
{
"path": "./dist/size-rollup-m.js",
"maxSize": "5.45 kB"
"maxSize": "5.5 kB"
},
{
"path": "./dist/size-rollup-dom-animation.js",
Expand All @@ -107,7 +107,7 @@
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "5.92 kB"
"maxSize": "5.99 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
Expand All @@ -118,5 +118,5 @@
"maxSize": "34.1 kB"
}
],
"gitHead": "40df1bd0e9b9701696cf59cc15464d05db7f5c76"
"gitHead": "1807483e5fe28ef6195955e1b83896424f038463"
}

0 comments on commit c53765c

Please sign in to comment.