react-voodoo 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-voodoo",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.2",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "./dist/react-voodoo.js",
|
6
6
|
"author": "Nathan Braun <n8tz.js@gmail.com>",
|
@@ -13,8 +13,8 @@
|
|
13
13
|
"testAuto": "nodemon --watch ./dist/react-voodoo.js --watch ./etc/tests/**/*.js --exec \"npm test\""
|
14
14
|
},
|
15
15
|
"peerDependencies": {
|
16
|
-
"react": "^16.0.0",
|
17
|
-
"react-dom": "^16.0.0"
|
16
|
+
"react": "^16.0.0 || ^17.0.2",
|
17
|
+
"react-dom": "^16.0.0 || ^17.0.2"
|
18
18
|
},
|
19
19
|
"dependencies": {
|
20
20
|
"@babel/runtime": "^7.12.5",
|