react-custom-toast
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "react-custom-toast", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "zhzxang", | ||
"main": "./src/main.js", | ||
"main": "./dist/main.js", | ||
"types": "./src/index.d.ts", | ||
@@ -72,4 +72,2 @@ "scripts": { | ||
"react-transition-group": "^2.5.2", | ||
"@types/react": "^16.7.18", | ||
"@types/react-dom": "^16.0.11", | ||
"typescript": "^3.2.2" | ||
@@ -84,2 +82,4 @@ }, | ||
"@types/node": "^10.12.18", | ||
"@types/react": "^16.7.18", | ||
"@types/react-dom": "^16.0.11", | ||
"@types/react-transition-group": "^2.0.15", | ||
@@ -86,0 +86,0 @@ "babel-core": "7.0.0-bridge.0", |
@@ -11,2 +11,3 @@ { | ||
"declaration": true, | ||
"noImplicitAny": false, | ||
"jsx": "preserve", | ||
@@ -13,0 +14,0 @@ "lib": ["dom", "es2015"] |
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
563898
4
2600
59
- Removed@types/react@^16.7.18
- Removed@types/react-dom@^16.0.11
- Removed@types/prop-types@15.7.14(transitive)
- Removed@types/react@16.14.62(transitive)
- Removed@types/react-dom@16.9.25(transitive)
- Removed@types/scheduler@0.16.8(transitive)
- Removedcsstype@3.1.3(transitive)