scrollscene
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "scrollscene", | ||
"title": "ScrollScene", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "ScrollScene is an extra layer on top of ScrollMagic as well as using IntersectionObserver to achieve similar effects.", | ||
@@ -56,2 +56,3 @@ "author": "Jon K. Wheeler", | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"is-client": "^0.0.2", | ||
@@ -66,7 +67,6 @@ "lodash.throttle": "^4.1.1" | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.7", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/preset-env": "^7.7.7", | ||
"@babel/preset-react": "^7.7.4", | ||
"@babel/preset-typescript": "^7.7.7", | ||
"@babel/runtime": "^7.7.7", | ||
"@storybook/addon-knobs": "^5.2.8", | ||
@@ -73,0 +73,0 @@ "@storybook/addon-notes": "^5.2.8", |
38
4
+ Added@babel/runtime@^7.8.4
+ Added@babel/runtime@7.26.7(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)