interweave-emoji
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -0,1 +1,8 @@ | ||
### 5.2.2 - 2020-03-01 | ||
#### 📦 Dependencies | ||
- Updated all dependencies. | ||
- Fixed in incorrect `@types/react` dependency. | ||
### 5.2.1 - 2019-01-28 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "interweave-emoji", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "Emoji support for Interweave.", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/react": "16.9.19", | ||
"@types/react": "*", | ||
"emojibase-regex": "^3.2.1", | ||
@@ -33,3 +33,3 @@ "prop-types": "^15.7.2" | ||
"emojibase": "^3.2.0", | ||
"react": "^16.12.0" | ||
"react": "^16.13.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "funding": { | ||
}, | ||
"gitHead": "a6d58202a2f7785648339443ca3c1c852c2a06ba" | ||
"gitHead": "07b3084fc5d82257deca5892c8e6b8f3305c73d6" | ||
} |
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
48668
+ Added@types/react@18.3.12(transitive)
+ Addedcsstype@3.1.3(transitive)
- Removed@types/react@16.9.19(transitive)
- Removedcsstype@2.6.21(transitive)
Updated@types/react@*