MM-55972/MM-59809 Update Markdown library to improve handling of tables (#8137)

* MM-59972/MM-59809 Update Markdown library to improve handling of tables

* Change Commonmark back to the published version of our fork

* Actually use the new version
This commit is contained in:
Harrison Healey 2024-08-30 09:26:18 -04:00 committed by GitHub
parent 94a6b9bcb1
commit a41f1a867d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -42,7 +42,7 @@
"@stream-io/flat-list-mvcp": "0.10.3",
"@voximplant/react-native-foreground-service": "3.0.2",
"base-64": "1.0.0",
"commonmark": "npm:@mattermost/commonmark@0.30.1-2",
"commonmark": "npm:@mattermost/commonmark@0.30.1-3",
"commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#81b5d27509652bae50b4b510ede777dd3bd923cf",
"deep-equal": "2.2.3",
"deepmerge": "4.3.1",
@ -12195,9 +12195,9 @@
},
"node_modules/commonmark": {
"name": "@mattermost/commonmark",
"version": "0.30.1-2",
"resolved": "https://registry.npmjs.org/@mattermost/commonmark/-/commonmark-0.30.1-2.tgz",
"integrity": "sha512-r/xhNVt49pEFTjOgmKvjnPNM5RA8OztWsUn3CSQBcXiH2r36QipnR6qxU1hHo3XCteXkYDu9ypn+voA+jaN4Xg==",
"version": "0.30.1-3",
"resolved": "https://registry.npmjs.org/@mattermost/commonmark/-/commonmark-0.30.1-3.tgz",
"integrity": "sha512-Kjsl/sZmb6R6PtpPVIifPfqBMrKs7z6Tukb1TJl/S0LfC5uNici3yol4waGxhGsJuvCF2kZqStwVQP7ieUbAgw==",
"dependencies": {
"entities": "~3.0.1",
"mdurl": "~1.0.1",

View file

@ -43,7 +43,7 @@
"@stream-io/flat-list-mvcp": "0.10.3",
"@voximplant/react-native-foreground-service": "3.0.2",
"base-64": "1.0.0",
"commonmark": "npm:@mattermost/commonmark@0.30.1-2",
"commonmark": "npm:@mattermost/commonmark@0.30.1-3",
"commonmark-react-renderer": "github:mattermost/commonmark-react-renderer#81b5d27509652bae50b4b510ede777dd3bd923cf",
"deep-equal": "2.2.3",
"deepmerge": "4.3.1",