Skip to content

Commit

Permalink
fix globals.animatedapi
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Feb 12, 2019
1 parent d7cc6da commit 8b61dba
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 11 deletions.
Binary file removed assets/areas.gif
Binary file not shown.
Binary file removed assets/dragndrop.gif
Binary file not shown.
Binary file removed assets/front/logo.png
Binary file not shown.
Binary file removed assets/gestures.gif
Binary file not shown.
Binary file removed assets/horizontal.gif
Binary file not shown.
Binary file removed assets/keyframes-trail.gif
Binary file not shown.
Binary file removed assets/morph.gif
Binary file not shown.
Binary file removed assets/reveals.gif
Binary file not shown.
Binary file removed assets/spring.gif
Binary file not shown.
Binary file removed assets/stream.gif
Binary file not shown.
Binary file removed assets/sunburst.gif
Binary file not shown.
Binary file removed assets/time.gif
Binary file not shown.
Binary file removed assets/trails.gif
Binary file not shown.
Binary file removed assets/transitions.gif
Binary file not shown.
Binary file removed assets/tree.gif
Binary file not shown.
Binary file removed assets/vertical.gif
Binary file not shown.
Binary file removed assets/with-native.jpeg
Binary file not shown.
Binary file removed assets/without-native.jpeg
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"prettier": "1.16.4",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-konva": "^16.7.1",
"react-konva": "^16.8.0",
"react-test-renderer": "16.8.1",
"react-testing-library": "5.6.0",
"react-testing-library": "5.6.1",
"rimraf": "2.6.3",
"rollup": "1.1.2",
"rollup-plugin-babel": "4.3.2",
Expand All @@ -105,7 +105,7 @@
"react-dom": ">= 16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0"
"@babel/runtime": "^7.3.1"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down
2 changes: 1 addition & 1 deletion src/animated/Globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export let interpolation = undefined
export let now = () => Date.now()
export let defaultElement = undefined
export let createAnimatedStyle = undefined
export let animatedApi = undefined
export let animatedApi = node => node.current

export const injectApplyAnimatedValues = (fn, transform) =>
(applyAnimatedValues = { fn, transform })
Expand Down
2 changes: 1 addition & 1 deletion src/renderprops/animated/Globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export let cancelFrame = cb =>
export let interpolation = undefined
export let now = () => Date.now()
export let defaultElement = undefined
export let createAnimatedStyle = node => node.current
export let createAnimatedStyle = undefined

export const injectApplyAnimatedValues = (fn, transform) =>
(applyAnimatedValues = { fn, transform })
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.5", "@babel/runtime@^7.3.1":
"@babel/runtime@^7.1.5", "@babel/runtime@^7.3.1":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
integrity sha512-7jGW8ppV0ant637pIqAcFfQDDH1orEPGJb8aXfUozuCU3QqX7rX4DA8iwrbPrR1hcH0FTTHz47yQnk+bl5xHQA==
Expand Down Expand Up @@ -5431,7 +5431,7 @@ react-is@^16.7.0, react-is@^16.8.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.1.tgz#a80141e246eb894824fb4f2901c0c50ef31d4cdb"
integrity sha512-ioMCzVDWvCvKD8eeT+iukyWrBGrA3DiFYkXfBsVYIRdaREZuBjENG+KjrikavCLasozqRWTwFUagU/O4vPpRMA==

react-konva@^16.7.1:
react-konva@^16.8.0:
version "16.8.0"
resolved "https://registry.yarnpkg.com/react-konva/-/react-konva-16.8.0.tgz#2be2a8f14e51e4a096d905fbc30f8d8135d3cb6a"
integrity sha512-+3u96gWrhBv7soq3Tyi+uxLhFiVN2D5fGvs0eoz93B+M3CGyK8ho1v3iyCiNAWjIDppTdwyx6S6tpjLptGu/fg==
Expand Down Expand Up @@ -5459,10 +5459,10 @@ [email protected], react-test-renderer@^16.0.0-0:
react-is "^16.8.1"
scheduler "^0.13.1"

[email protected].0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/react-testing-library/-/react-testing-library-5.6.0.tgz#1a964e50750695426da69eaa9caafbdd414965ed"
integrity sha512-K9Ql3ytFhblRGs19MjwwdvOT0MZ4XhamVGrS7FtVxSzpmmG1gIPVWYwgt7Mz8LNUDW2BOsBGFDp0a2UskCJI4w==
[email protected].1:
version "5.6.1"
resolved "https://registry.yarnpkg.com/react-testing-library/-/react-testing-library-5.6.1.tgz#fe352198e84275590b7654fc3deb7e20d46120a3"
integrity sha512-e3ssuBrHBh/3D6kBQkkoSfuS1gPpPAQPrwB9H0L8Ktwbv95rRn6VVRl+KlgkkqrkA+9OV+TL6u64IG1LpfrlJQ==
dependencies:
"@babel/runtime" "^7.3.1"
dom-testing-library "^3.13.1"
Expand Down

0 comments on commit 8b61dba

Please sign in to comment.