GH-1951 Update commonmark.js to support images with dimensions (#2058)

This commit is contained in:
Harrison Healey 2018-09-06 18:46:35 -04:00 committed by GitHub
parent 74a45fd931
commit 0a8354ddef
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

@ -5209,8 +5209,8 @@
"integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
},
"commonmark": {
"version": "github:mattermost/commonmark.js#e5c34706cafa2924370772ff47937b833648a6de",
"from": "commonmark@github:mattermost/commonmark.js#e5c34706cafa2924370772ff47937b833648a6de",
"version": "github:mattermost/commonmark.js#80cb0f1883038929673879bf9b7c0cc386926bfa",
"from": "github:mattermost/commonmark.js#80cb0f1883038929673879bf9b7c0cc386926bfa",
"requires": {
"entities": "~ 1.1.1",
"mdurl": "~ 1.0.1",

View file

@ -9,7 +9,7 @@
"dependencies": {
"@types/react-native-calendars": "1.20.2",
"analytics-react-native": "1.2.0",
"commonmark": "github:mattermost/commonmark.js#e5c34706cafa2924370772ff47937b833648a6de",
"commonmark": "github:mattermost/commonmark.js#80cb0f1883038929673879bf9b7c0cc386926bfa",
"commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#86fa63f898802953842526c2030f3b63c5d1ae7a",
"deep-equal": "1.0.1",
"fuse.js": "^3.2.0",