react-voodoo 2.4.1 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-voodoo",
3
- "version": "2.4.1",
3
+ "version": "2.5.0",
4
4
  "license": "(CC-BY-ND-4.0 OR AGPL-3.0-only)",
5
5
  "main": "./dist/react-voodoo.js",
6
6
  "author": "Nathan Braun <n8tz.js@gmail.com>",
@@ -20,12 +20,12 @@
20
20
  "dependencies": {
21
21
  "@babel/runtime": "^7.12.5",
22
22
  "color-rgba": "^2.1.0",
23
- "d3-ease": "^1.0.5",
23
+ "d3-ease": "^3.0.1",
24
24
  "deep-extend": "^0.6.0",
25
25
  "fast-deep-equal": "^2.0.1",
26
26
  "shortid": "^2.2.15",
27
27
  "is": "^3.2.1",
28
- "tween-axis": "^1.2.15"
28
+ "tween-axis": "^2.0.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@babel/register": "^7.12.10",