react-adopt
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -23,5 +23,5 @@ /// <reference types="react" /> | ||
export declare class Adopt extends React.Component<AdoptProps<any, any>> { | ||
Composed: React.ComponentType<any>; | ||
private Composed; | ||
constructor(props: any); | ||
render(): JSX.Element; | ||
} |
{ | ||
"name": "react-adopt", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"main": "dist/index.js", | ||
@@ -18,6 +18,7 @@ "umd:main": "dist/index.umd.js", | ||
"build:prod": "yarn build --compress", | ||
"prebuild:prod": "yarn run fix:prettier", | ||
"prebuild:prod": "yarn run fix", | ||
"test": "cross-env NODE_ENV=test jest", | ||
"fix": "run-s fix:*", | ||
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write", | ||
"fix:tslint": "tslint -p ./", | ||
"release": "np", | ||
@@ -46,4 +47,4 @@ "prerelease": "yarn build:prod" | ||
"@types/jest": "^22.2.3", | ||
"@types/react": "^16.3.13", | ||
"cross-env": "^5.1.4", | ||
"@types/react": "^16.3.14", | ||
"cross-env": "^5.1.5", | ||
"enzyme": "^3.3.0", | ||
@@ -54,11 +55,11 @@ "enzyme-adapter-react-16": "^1.1.1", | ||
"libundler": "^1.6.4", | ||
"lint-staged": "^7.0.5", | ||
"lint-staged": "^7.1.0", | ||
"np": "^2.20.1", | ||
"npm-run-all": "^4.1.2", | ||
"npm-run-all": "^4.1.3", | ||
"prettier": "^1.12.1", | ||
"react-dom": "^16.3.2", | ||
"react-powerplug": "^0.1.5", | ||
"ts-jest": "^22.4.4", | ||
"ts-node": "^6.0.1", | ||
"tslint": "^5.9.1", | ||
"ts-jest": "^22.4.5", | ||
"ts-node": "^6.0.3", | ||
"tslint": "^5.10.0", | ||
"tslint-config-prettier": "^1.12.0", | ||
@@ -65,0 +66,0 @@ "typescript": "^2.8.3" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22854
14
59