MM-10273 Update commonmark.js to fix 3 character hashtags

This commit is contained in:
Harrison Healey 2018-09-25 09:59:21 -04:00
parent 6e25dbf04b
commit 8ee2ab00b8
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",