react-voodoo 2.5.9 → 2.5.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/react-voodoo.js +1 -1
- package/dist/react-voodoo.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-voodoo",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.11",
|
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,7 +20,7 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@babel/runtime": "^7.24.8",
|
22
22
|
"color-rgba": "^2.4.0",
|
23
|
-
"d3-ease": "^
|
23
|
+
"d3-ease": "^2.0.0",
|
24
24
|
"deep-extend": "^0.6.0",
|
25
25
|
"fast-deep-equal": "^3.1.3",
|
26
26
|
"is": "^3.3.0",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"@testing-library/jest-dom": "^6.4.6",
|
33
33
|
"@testing-library/react": "^16.0.0",
|
34
34
|
"layer-pack": "^2.3.9",
|
35
|
-
"lpack-react": "^2.1.
|
35
|
+
"lpack-react": "^2.1.1",
|
36
36
|
"nodemon": "^3.1.4"
|
37
37
|
}
|
38
38
|
}
|