Skip to content

Commit

Permalink
bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Feb 13, 2024
1 parent 789e502 commit 14c7320
Show file tree
Hide file tree
Showing 3 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 @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "079347dab1cf881a80cabbd0e113cb924d44800c"
"gitHead": "789e502ed2ae98982e7f0ec10f42896fb82ee6e1"
}
4 changes: 2 additions & 2 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "19.9 kB"
"maxSize": "19.92 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "32.1 kB"
}
],
"gitHead": "079347dab1cf881a80cabbd0e113cb924d44800c"
"gitHead": "789e502ed2ae98982e7f0ec10f42896fb82ee6e1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe("useSpring", () => {
})

const resolved = await promise
console.log({ resolved })

const testNear = (value: number, expected: number, deviation = 2) => {
expect(
value >= expected - deviation && value <= expected + deviation
Expand Down

0 comments on commit 14c7320

Please sign in to comment.