react-crypto-chart-sosa
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "react-crypto-chart-sosa", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "crypto chart widget for react using binance api", | ||
@@ -22,11 +22,11 @@ "main": "./lib/cjs/index.js", | ||
"devDependencies": { | ||
"@types/react": "^17.0.11", | ||
"@types/react-dom": "^17.0.7", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"@types/react": "^18.2.0", | ||
"@types/react-dom": "^18.2.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^4.3.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "dependencies": { |
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
50109