Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0afddf2

Browse files
authored
Merge branch 'master' into update-sass
2 parentsfa66c24 +f44c8b5 commit0afddf2

File tree

4 files changed

+31
-30
lines changed

4 files changed

+31
-30
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
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",

‎web-app/package.json

Lines changed: 3 additions & 3 deletions
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",

‎web-app/yarn.lock

Lines changed: 16 additions & 15 deletions
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" "*"
@@ -7838,7 +7838,7 @@ entities@^1.1.1, entities@^1.1.2:
78387838
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
78397839
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
78407840

7841-
entities@^2.0.0, entities@~2.0.0:
7841+
entities@^2.0.0:
78427842
version "2.0.0"
78437843
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
78447844
integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==
@@ -7848,6 +7848,7 @@ env-paths@^2.2.0:
78487848
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
78497849
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
78507850

7851+
78517852
errno@^0.1.3, errno@~0.1.7:
78527853
version "0.1.7"
78537854
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618"
@@ -11484,18 +11485,18 @@ markdown-escapes@^1.0.0:
1148411485
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
1148511486
integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
1148611487

11487-
markdown-it-emoji@1.4.0:
11488-
version "1.4.0"
11489-
resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz#9bee0e9a990a963ba96df6980c4fddb05dfb4dcc"
11490-
integritysha1-m+4OmpkKljupbfaYDE/dsF37Tcw=
11488+
markdown-it-emoji@2.0.0:
11489+
version "2.0.0"
11490+
resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-2.0.0.tgz#3164ad4c009efd946e98274f7562ad611089a231"
11491+
integritysha512-39j7/9vP/CPCKbEI44oV8yoPJTpvfeReTn/COgRhSpNrjWF3PfP/JUxxB0hxV6ynOY8KH8Y8aX9NMDdo6z+6YQ==
1149111492

11492-
markdown-it@11.0.1:
11493-
version "11.0.1"
11494-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.1.tgz#b54f15ec2a2193efa66dda1eb4173baea08993d6"
11495-
integrity sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ==
11493+
markdown-it@12.2.0:
11494+
version "12.2.0"
11495+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.2.0.tgz#091f720fd5db206f80de7a8d1f1a7035fd0d38db"
11496+
integrity sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==
1149611497
dependencies:
11497-
argparse "^1.0.7"
11498-
entities "~2.0.0"
11498+
argparse "^2.0.1"
11499+
entities "~2.1.0"
1149911500
linkify-it "^3.0.1"
1150011501
mdurl "^1.0.1"
1150111502
uc.micro "^1.0.5"

‎yarn.lock

Lines changed: 10 additions & 10 deletions
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+
eslint-plugin-import@2.25.3:
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 @@ ts-jest@27.0.7:
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)

[8]ページ先頭

©2009-2025 Movatter.jp