react-voodoo 2.5.7 → 2.5.9
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.AGPL-3.0.MD +660 -660
- package/dist/react-voodoo.js +1 -1
- package/dist/react-voodoo.js.map +1 -1
- package/package.json +16 -21
- package/readme.md +1 -3
- 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/readme.md
CHANGED
@@ -51,12 +51,10 @@ React-Voodoo use a delta-based interpolation engine that solves this problem, it
|
|
51
51
|
|
52
52
|
react-voodoo still miss some interpolator ( like background or borders ).<br/>
|
53
53
|
|
54
|
-
##
|
54
|
+
## You... like it / it saved your day / you stole all the code / you want more?
|
55
55
|
|
56
56
|
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#)
|
57
57
|
|
58
|
-
Want new functionalities or just support React-Voodoo ?
|
59
|
-
|
60
58
|
BTC : bc1qh43j8jh6dr8v3f675jwqq3nqymtsj8pyq0kh5a<br/>
|
61
59
|
Paypal : <span class="badge-paypal"><a href="https://www.paypal.com/donate/?hosted_button_id=ECHYGKY3GR7CN" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
|
62
60
|
|
package/.travis.yml
DELETED