cheap-di-react
Advanced tools
Comparing version 4.1.0-rc-31 to 4.1.0-rc-32
{ | ||
"name": "cheap-di-react", | ||
"version": "4.1.0-rc-31", | ||
"version": "4.1.0-rc-32", | ||
"description": "Dependency injection based on cheap-di for using in React components with React Context", | ||
@@ -16,3 +16,3 @@ "scripts": { | ||
"@types/react": "^18.2.38", | ||
"cheap-di": "^4.0.0-rc-31", | ||
"cheap-di": "^4.0.0-rc-32", | ||
"react": "^18.2.0", | ||
@@ -23,7 +23,7 @@ "react-dom": "^18.2.0", | ||
"peerDependencies": { | ||
"cheap-di": ">= 4.0.0-rc-31", | ||
"cheap-di": ">= 4.0.0-rc-32", | ||
"react": ">= 18.2.0", | ||
"react-dom": ">= 18.2.0" | ||
}, | ||
"files": ["dist/**/*", "package.json", "README.md"], | ||
"files": ["dist/**/*", "package.json", "README.md", "LICENSE"], | ||
"main": "./dist/cjs/index.js", | ||
@@ -38,3 +38,3 @@ "module": "./dist/esm/index.js", | ||
"license": "MIT", | ||
"homepage": "https://github.com/tomas-light/cheap-di/tree/release/4.0.0/packages/cheap-di-react#readme", | ||
"homepage": "https://github.com/tomas-light/cheap-di/tree/master/packages/cheap-di-react#readme", | ||
"keywords": [ | ||
@@ -44,6 +44,6 @@ "dependency", | ||
"dependency injection", | ||
"di", | ||
"cheap di", | ||
"instance type" | ||
"dependency injection react", | ||
"react", | ||
"cheap-di" | ||
] | ||
} |
# cheap-di-react | ||
Integration of cheap-di into React via React.context | ||
## How to use | ||
* [Installation](#installation) | ||
* [How to use](#how-to-use) | ||
## <a name="isntallation"></a> Installation | ||
```shell | ||
npm i cheap-di-react | ||
``` | ||
## <a name="how-to-use"></a> How to use | ||
There is simple logger. | ||
@@ -7,0 +16,0 @@ ```ts |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
69261
1
145