mobx-react-lite
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -11,2 +11,4 @@ /// <reference types="react" /> | ||
forwardRef: true; | ||
} ? C extends React.RefForwardingComponent<infer TRef, infer P> ? C & React.MemoExoticComponent<React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<TRef>>> : never : C extends React.FunctionComponent<infer P> ? C & React.FunctionComponent<P> : never; | ||
} ? C extends React.RefForwardingComponent<infer TRef, infer P> ? C & React.MemoExoticComponent<React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<TRef>>> : never : C & { | ||
displayName: string; | ||
}; |
{ | ||
"name": "mobx-react-lite", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Lightweight React bindings for MobX based on React 16.8 and Hooks", | ||
@@ -34,4 +34,4 @@ "main": "dist/index.js", | ||
"bundle": "tsdx build --name mobxReactLite --format=cjs,esm,umd --tsconfig tsconfig.build.json", | ||
"prepublishOnly": "yarn build", | ||
"dedup": "npx yarn-deduplicate -s fewer yarn.lock" | ||
"dedup": "npx yarn-deduplicate -s fewer yarn.lock", | ||
"release": "node publish.js" | ||
}, | ||
@@ -72,2 +72,3 @@ "author": "Daniel K.", | ||
"prettier": "^1.19.1", | ||
"prompts": "^2.3.2", | ||
"react": "16.10.2", | ||
@@ -77,2 +78,4 @@ "react-dom": "16.10.2", | ||
"rimraf": "3.0.0", | ||
"semver": "^7.2.2", | ||
"shelljs": "^0.8.3", | ||
"shx": "0.3.2", | ||
@@ -107,2 +110,2 @@ "ts-jest": "24.1.0", | ||
"dependencies": {} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1328
204167
34