We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c24b7 commit b292281Copy full SHA for b292281
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "babel-plugin-inferno",
3
- "version": "2.1.0",
+ "version": "3.0.0",
4
"description": "Turn JSX into Inferno virtual DOM",
5
"repository": "https://github.com/trueadm/babel-plugin-inferno",
6
"license": "MIT",
@@ -33,7 +33,7 @@
33
],
34
"dependencies": {
35
"babel-plugin-syntax-jsx": "^6.18.0",
36
- "inferno-vnode-flags": "1.4.1"
+ "inferno-vnode-flags": "1.5.1"
37
},
38
"engines": {
39
"node": ">= 4.6.0"
0 commit comments