@motionone/animation
Advanced tools
Comparing version 10.6.2 to 10.7.0
{ | ||
"name": "@motionone/animation", | ||
"version": "10.6.2", | ||
"version": "10.7.0", | ||
"description": "A semi-polyfill WAAPI animation.", | ||
@@ -14,9 +14,9 @@ "license": "MIT", | ||
"test": "jest --coverage --config jest.config.js", | ||
"dev": "rollup -c -w", | ||
"dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --c --watch --no-watch.clearScreen\"", | ||
"measure": "bundlesize" | ||
}, | ||
"dependencies": { | ||
"@motionone/easing": "^10.6.2", | ||
"@motionone/types": "^10.6.2", | ||
"@motionone/utils": "^10.6.2", | ||
"@motionone/easing": "^10.7.0", | ||
"@motionone/types": "^10.7.0", | ||
"@motionone/utils": "^10.7.0", | ||
"tslib": "^2.3.1" | ||
@@ -30,3 +30,3 @@ }, | ||
], | ||
"gitHead": "b776bc7edd104b5545d2204713f7fb94eba50b21" | ||
"gitHead": "d1842ead7b1320c511a4558527a6dec65b4f5d6e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40324
Updated@motionone/easing@^10.7.0
Updated@motionone/types@^10.7.0
Updated@motionone/utils@^10.7.0