diff --git a/packages/framer-motion-3d/package.json b/packages/framer-motion-3d/package.json index aeb0bb58a5..f0233e5648 100644 --- a/packages/framer-motion-3d/package.json +++ b/packages/framer-motion-3d/package.json @@ -62,5 +62,5 @@ "@rollup/plugin-commonjs": "^22.0.1", "three": "^0.137.0" }, - "gitHead": "ec58fcea2eeeb3acd0090561b949f95d8b664505" + "gitHead": "69e3e05f368ab8129001afa390beb6d0e928df1c" } diff --git a/packages/framer-motion/package.json b/packages/framer-motion/package.json index 3b5e1a6b3c..b97fef2141 100644 --- a/packages/framer-motion/package.json +++ b/packages/framer-motion/package.json @@ -61,7 +61,7 @@ "watch": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"", "prepack": "yarn build", "postpublish": "git push --tags", - "measure": "rollup -c ./rollup.size.config.mjs && webpack --config webpack.size.config.js && bundlesize" + "measure": "rollup -c ./rollup.size.config.mjs && bundlesize" }, "dependencies": { "tslib": "^2.4.0" @@ -102,19 +102,7 @@ { "path": "./dist/size-rollup-animate.js", "maxSize": "17.86 kB" - }, - { - "path": "./dist/size-webpack-m.js", - "maxSize": "5.99 kB" - }, - { - "path": "./dist/size-webpack-dom-animation.js", - "maxSize": "21.9 kB" - }, - { - "path": "./dist/size-webpack-dom-max.js", - "maxSize": "34.6 kB" } ], - "gitHead": "ec58fcea2eeeb3acd0090561b949f95d8b664505" + "gitHead": "69e3e05f368ab8129001afa390beb6d0e928df1c" }