react-voodoo 2.5.8 → 2.5.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/react-voodoo.js +2 -1996
- package/dist/react-voodoo.js.map +1 -1
- package/package.json +16 -21
- package/.travis.yml +0 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-voodoo",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.9",
|
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>",
|
@@ -14,30 +14,25 @@
|
|
14
14
|
"setupLayers": "lpack-setup"
|
15
15
|
},
|
16
16
|
"peerDependencies": {
|
17
|
-
"react": "^16.0.0 || ^17.0.1",
|
18
|
-
"react-dom": "^16.0.0 || ^17.0.1"
|
17
|
+
"react": "^16.0.0 || ^17.0.1 || ^18.0.0",
|
18
|
+
"react-dom": "^16.0.0 || ^17.0.1 || ^18.0.0"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"@babel/runtime": "^7.
|
22
|
-
"color-rgba": "^2.
|
23
|
-
"d3-ease": "^
|
21
|
+
"@babel/runtime": "^7.24.8",
|
22
|
+
"color-rgba": "^2.4.0",
|
23
|
+
"d3-ease": "^3.0.1",
|
24
24
|
"deep-extend": "^0.6.0",
|
25
|
-
"fast-deep-equal": "^
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"tween-axis": "^2.0.
|
25
|
+
"fast-deep-equal": "^3.1.3",
|
26
|
+
"is": "^3.3.0",
|
27
|
+
"shortid": "^2.2.16",
|
28
|
+
"tween-axis": "^2.0.3"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"@babel/register": "^7.
|
32
|
-
"
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"local-web-server": "^3.0.7",
|
38
|
-
"mocha": "^6.2.0",
|
39
|
-
"nodemon": "^1.19.1",
|
40
|
-
"lpack-react": "^2.0.2",
|
41
|
-
"zombie": "^6.1.4"
|
31
|
+
"@babel/register": "^7.24.6",
|
32
|
+
"@testing-library/jest-dom": "^6.4.6",
|
33
|
+
"@testing-library/react": "^16.0.0",
|
34
|
+
"layer-pack": "^2.3.9",
|
35
|
+
"lpack-react": "^2.1.0",
|
36
|
+
"nodemon": "^3.1.4"
|
42
37
|
}
|
43
38
|
}
|
package/.travis.yml
DELETED