interweave-emoji
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,7 @@ | ||
### 4.0.1 - 2019-05-06 | ||
#### 🛠 Internals | ||
- Updated all `@types` dependencies to use `*` version. | ||
# 4.0.0 - 2019-04-26 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "interweave-emoji", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Emoji support for Interweave.", | ||
@@ -21,4 +21,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/prop-types": "^15.7.1", | ||
"@types/react": "^16.8.14", | ||
"@types/prop-types": "*", | ||
"@types/react": "*", | ||
"emojibase-regex": "^2.0.1", | ||
@@ -38,3 +38,3 @@ "hoist-non-react-statics": "^3.3.0", | ||
}, | ||
"gitHead": "3e0bfe2e569a29211b66aa3dfd336042a8243766" | ||
"gitHead": "b31e209fd006a3d3f56deeddf4ab435aa23e1272" | ||
} |
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
61775
29
+ Added@types/react@18.3.12(transitive)
- Removed@types/react@16.14.62(transitive)
- Removed@types/scheduler@0.16.8(transitive)
Updated@types/prop-types@*
Updated@types/react@*