Skip to content

Commit f44c8b5

Browse files
authored
Merge pull request #548 from coderoad/update-markdown-engine
update markdown engine
2 parents e8a5c7e + d6d807b commit f44c8b5

File tree

4 files changed

+40
-68
lines changed

4 files changed

+40
-68
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"@typescript-eslint/parser": "5.4.0",
5959
"eslint-config-prettier": "8.3.0",
6060
"eslint-config-react-app": "6.0.0",
61-
"eslint-plugin-flowtype": "5.7.2",
62-
"eslint-plugin-import": "^2.25.3",
61+
"eslint-plugin-flowtype": "8.0.3",
62+
"eslint-plugin-import": "2.25.3",
6363
"eslint-plugin-jsx-a11y": "^6.5.1",
6464
"eslint-plugin-prettier": "4.0.0",
6565
"eslint-plugin-react": "7.27.1",

Diff for: web-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"babel-jest": "26.6.3",
3333
"emotion-theming": "10.0.27",
3434
"js-yaml": "4.1.0",
35-
"markdown-it": "11.0.1",
36-
"markdown-it-emoji": "1.4.0",
35+
"markdown-it": "12.2.0",
36+
"markdown-it-emoji": "2.0.0",
3737
"moment": "2.29.1",
3838
"prismjs": "1.25.0",
3939
"react": "16.13.1",
@@ -55,7 +55,7 @@
5555
"@types/highlight.js": "9.12.4",
5656
"@types/jest": "26.0.23",
5757
"@types/js-yaml": "3.12.5",
58-
"@types/markdown-it": "10.0.2",
58+
"@types/markdown-it": "12.2.3",
5959
"@types/node": "14.14.19",
6060
"@types/prismjs": "1.16.5",
6161
"@types/react": "16.9.49",

Diff for: web-app/yarn.lock

+25-53
Original file line numberDiff line numberDiff line change
@@ -4318,10 +4318,10 @@
43184318
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.1.0.tgz#ea3dd64c4805597311790b61e872cbd1ed2cd806"
43194319
integrity sha512-Q7DYAOi9O/+cLLhdaSvKdaumWyHbm7HAk/bFwwyTuU0arR5yyCeW5GOoqt4tJTpDRxhpx9Q8kQL6vMpuw9hDSw==
43204320

4321-
"@types/markdown-it@10.0.2":
4322-
version "10.0.2"
4323-
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.2.tgz#f93334b9c7821ddb19865dfd91ecf688094c2626"
4324-
integrity sha512-FGKiVW1UgeIEAChYAuHcfCd0W4LsMEyrSyTVaZiuJhwR4BwSVUD8JKnzmWAMK2FHNLZSPGUaEkpa/dkZj2uq1w==
4321+
"@types/markdown-it@12.2.3":
4322+
version "12.2.3"
4323+
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8daaa26522904597be3d6cd93b51"
4324+
integrity sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==
43254325
dependencies:
43264326
"@types/linkify-it" "*"
43274327
"@types/mdurl" "*"
@@ -5101,14 +5101,7 @@ ansi-styles@^2.2.1:
51015101
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
51025102
integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
51035103

5104-
ansi-styles@^3.2.0:
5105-
version "3.2.1"
5106-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
5107-
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
5108-
dependencies:
5109-
color-convert "^1.9.0"
5110-
5111-
ansi-styles@^3.2.1:
5104+
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
51125105
version "3.2.1"
51135106
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
51145107
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -6317,7 +6310,7 @@ chain-function@^1.0.0:
63176310
resolved "https://registry.yarnpkg.com/chain-function/-/chain-function-1.0.1.tgz#c63045e5b4b663fb86f1c6e186adaf1de402a1cc"
63186311
integrity sha512-SxltgMwL9uCko5/ZCLiyG2B7R9fY4pDZUw7hJ4MhirdjBLosoDqkWABi3XMucddHdLiFJMb7PD2MZifZriuMTg==
63196312

6320-
[email protected], chalk@^2.0.0, chalk@^2.4.1:
6313+
[email protected], chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
63216314
version "2.4.2"
63226315
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
63236316
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -6337,15 +6330,6 @@ chalk@^1.1.1:
63376330
strip-ansi "^3.0.0"
63386331
supports-color "^2.0.0"
63396332

6340-
chalk@^2.4.2:
6341-
version "2.4.2"
6342-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
6343-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
6344-
dependencies:
6345-
ansi-styles "^3.2.1"
6346-
escape-string-regexp "^1.0.5"
6347-
supports-color "^5.3.0"
6348-
63496333
chalk@^3.0.0:
63506334
version "3.0.0"
63516335
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
@@ -6586,14 +6570,7 @@ collection-visit@^1.0.0:
65866570
map-visit "^1.0.0"
65876571
object-visit "^1.0.0"
65886572

6589-
color-convert@^1.9.0:
6590-
version "1.9.3"
6591-
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
6592-
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
6593-
dependencies:
6594-
color-name "1.1.3"
6595-
6596-
color-convert@^1.9.1:
6573+
color-convert@^1.9.0, color-convert@^1.9.1:
65976574
version "1.9.3"
65986575
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
65996576
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -7883,11 +7860,16 @@ entities@^1.1.1, entities@^1.1.2:
78837860
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
78847861
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
78857862

7886-
entities@^2.0.0, entities@~2.0.0:
7863+
entities@^2.0.0:
78877864
version "2.0.0"
78887865
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
78897866
integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==
78907867

7868+
entities@~2.1.0:
7869+
version "2.1.0"
7870+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
7871+
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
7872+
78917873
errno@^0.1.3, errno@~0.1.7:
78927874
version "0.1.7"
78937875
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618"
@@ -8030,12 +8012,7 @@ [email protected], escape-string-regexp@^2.0.0:
80308012
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
80318013
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
80328014

8033-
escape-string-regexp@^1.0.2:
8034-
version "1.0.5"
8035-
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
8036-
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
8037-
8038-
escape-string-regexp@^1.0.5:
8015+
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
80398016
version "1.0.5"
80408017
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
80418018
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
@@ -11574,18 +11551,18 @@ markdown-escapes@^1.0.0:
1157411551
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
1157511552
integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
1157611553

11577-
markdown-it-emoji@1.4.0:
11578-
version "1.4.0"
11579-
resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz#9bee0e9a990a963ba96df6980c4fddb05dfb4dcc"
11580-
integrity sha1-m+4OmpkKljupbfaYDE/dsF37Tcw=
11554+
markdown-it-emoji@2.0.0:
11555+
version "2.0.0"
11556+
resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-2.0.0.tgz#3164ad4c009efd946e98274f7562ad611089a231"
11557+
integrity sha512-39j7/9vP/CPCKbEI44oV8yoPJTpvfeReTn/COgRhSpNrjWF3PfP/JUxxB0hxV6ynOY8KH8Y8aX9NMDdo6z+6YQ==
1158111558

11582-
markdown-it@11.0.1:
11583-
version "11.0.1"
11584-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.1.tgz#b54f15ec2a2193efa66dda1eb4173baea08993d6"
11585-
integrity sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ==
11559+
markdown-it@12.2.0:
11560+
version "12.2.0"
11561+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.2.0.tgz#091f720fd5db206f80de7a8d1f1a7035fd0d38db"
11562+
integrity sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==
1158611563
dependencies:
11587-
argparse "^1.0.7"
11588-
entities "~2.0.0"
11564+
argparse "^2.0.1"
11565+
entities "~2.1.0"
1158911566
linkify-it "^3.0.1"
1159011567
mdurl "^1.0.1"
1159111568
uc.micro "^1.0.5"
@@ -15489,7 +15466,7 @@ source-map-url@^0.4.0:
1548915466
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
1549015467
integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
1549115468

15492-
[email protected], source-map@^0.6.0, source-map@~0.6.0, source-map@~0.6.1:
15469+
[email protected], source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
1549315470
version "0.6.1"
1549415471
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
1549515472
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
@@ -15506,11 +15483,6 @@ source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7:
1550615483
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
1550715484
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
1550815485

15509-
source-map@^0.6.1:
15510-
version "0.6.1"
15511-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
15512-
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
15513-
1551415486
source-map@^0.7.3, source-map@~0.7.2:
1551515487
version "0.7.3"
1551615488
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"

Diff for: yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -2056,15 +2056,15 @@ eslint-module-utils@^2.7.1:
20562056
find-up "^2.1.0"
20572057
pkg-dir "^2.0.0"
20582058

2059-
eslint-plugin-flowtype@5.7.2:
2060-
version "5.7.2"
2061-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.7.2.tgz#482a42fe5d15ee614652ed256d37543d584d7bc0"
2062-
integrity sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg==
2059+
eslint-plugin-flowtype@8.0.3:
2060+
version "8.0.3"
2061+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912"
2062+
integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==
20632063
dependencies:
2064-
lodash "^4.17.15"
2064+
lodash "^4.17.21"
20652065
string-natural-compare "^3.0.1"
20662066

2067-
eslint-plugin-import@^2.25.3:
2067+
20682068
version "2.25.3"
20692069
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
20702070
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
@@ -3649,7 +3649,7 @@ lodash.truncate@^4.4.2:
36493649
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
36503650
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
36513651

3652-
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.7.0:
3652+
lodash@^4.17.13, lodash@^4.17.21, lodash@^4.7.0:
36533653
version "4.17.21"
36543654
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
36553655
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4708,9 +4708,9 @@ [email protected]:
47084708
yargs-parser "20.x"
47094709

47104710
tsconfig-paths@^3.11.0:
4711-
version "3.11.0"
4712-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
4713-
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
4711+
version "3.12.0"
4712+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
4713+
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
47144714
dependencies:
47154715
"@types/json5" "^0.0.29"
47164716
json5 "^1.0.1"

0 commit comments

Comments
 (0)