@react-spring/zdog
Advanced tools
Comparing version 9.0.0-beta.19 to 9.0.0-beta.20
{ | ||
"name": "@react-spring/zdog", | ||
"version": "9.0.0-beta.19", | ||
"version": "9.0.0-beta.20", | ||
"description": "Cross-platform animation engine", | ||
@@ -32,5 +32,5 @@ "keywords": [ | ||
"@babel/runtime": "^7.3.1", | ||
"@react-spring/animated": "^9.0.0-beta.19", | ||
"@react-spring/core": "^9.0.0-beta.19", | ||
"@react-spring/shared": "^9.0.0-beta.19", | ||
"@react-spring/animated": "^9.0.0-beta.20", | ||
"@react-spring/core": "^9.0.0-beta.20", | ||
"@react-spring/shared": "^9.0.0-beta.20", | ||
"tslib": "^1.9.3" | ||
@@ -37,0 +37,0 @@ }, |
import { Anchor, invalidate, applyProps, addEffect } from 'react-zdog' | ||
import { Globals, FrameLoop, update } from '@react-spring/core' | ||
import { createStringInterpolator } from 'shared/stringInterpolation' | ||
import colorNames from 'shared/colors' | ||
import { createStringInterpolator } from '@react-spring/shared/stringInterpolation' | ||
import colorNames from '@react-spring/shared/colors' | ||
@@ -6,0 +6,0 @@ // Add the update function as a global effect to react-zdog's update loop |
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
11500