Merge pull request #2167 from mattermost/mm10273a

MM-10273 Fix 3 character hashtags not being rendered
This commit is contained in:
Christopher Speller 2018-09-25 12:15:25 -07:00 committed by GitHub
commit d30d24522c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -5126,8 +5126,8 @@
"integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
},
"commonmark": {
"version": "github:mattermost/commonmark.js#971456e6d3f07b14effac73718d1de768586876a",
"from": "github:mattermost/commonmark.js#971456e6d3f07b14effac73718d1de768586876a",
"version": "github:mattermost/commonmark.js#95999d98559338f0249ffb3ab72984b48eccea42",
"from": "github:mattermost/commonmark.js#95999d9",
"requires": {
"entities": "~ 1.1.1",
"mdurl": "~ 1.0.1",

View file

@ -10,7 +10,7 @@
"@babel/polyfill": "7.0.0",
"@babel/runtime": "7.0.0",
"analytics-react-native": "1.2.0",
"commonmark": "github:mattermost/commonmark.js#971456e6d3f07b14effac73718d1de768586876a",
"commonmark": "github:mattermost/commonmark.js#95999d9",
"commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#b560513b93357ee5fd33489fe311bc65d4658870",
"deep-equal": "1.0.1",
"fuse.js": "3.2.1",