Improved performance while autolinking emails (#1632)

This commit is contained in:
Harrison Healey 2018-04-26 18:34:22 -04:00 committed by Elias Nahum
parent 02499c5f99
commit ffa62528f1
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -2763,7 +2763,7 @@
"integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag=="
},
"commonmark": {
"version": "github:mattermost/commonmark.js#c9c29834005af6eedd1a979d913b75e34f16a83b",
"version": "github:mattermost/commonmark.js#21742b9d51070b6abba82d88590a0c51ee552a47",
"requires": {
"entities": "1.1.1",
"mdurl": "1.0.1",

View file

@ -10,7 +10,7 @@
"analytics-react-native": "1.2.0",
"babel-polyfill": "6.26.0",
"base-64": "0.1.0",
"commonmark": "github:mattermost/commonmark.js#c9c29834005af6eedd1a979d913b75e34f16a83b",
"commonmark": "github:mattermost/commonmark.js#21742b9d51070b6abba82d88590a0c51ee552a47",
"commonmark-react-renderer": "mattermost/commonmark-react-renderer#86fa63f898802953842526c2030f3b63c5d1ae7a",
"deep-equal": "1.0.1",
"fuse.js": "^3.2.0",