Skip to content

Commit c6e1a2a

Browse files
authored
Merge pull request #1379 from outoftime/upgrade-remark
Upgrade remark to latest
2 parents bca39a9 + 45acff6 commit c6e1a2a

2 files changed

Lines changed: 49 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"redux-immutable": "^4.0.0",
197197
"redux-saga": "^0.16.0",
198198
"redux-saga-debounce-effect": "^0.2.2",
199-
"remark": "^8.0.0",
199+
"remark": "^9.0.0",
200200
"remark-react": "^4.0.0",
201201
"remark-react-lowlight": "^0.7.0",
202202
"reselect": "^3.0.1",

yarn.lock

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7659,7 +7659,7 @@ parse-asn1@^5.0.0:
76597659
evp_bytestokey "^1.0.0"
76607660
pbkdf2 "^3.0.3"
76617661

7662-
parse-entities@^1.0.2:
7662+
parse-entities@^1.0.2, parse-entities@^1.1.0:
76637663
version "1.1.1"
76647664
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.1.1.tgz#8112d88471319f27abae4d64964b122fe4e1b890"
76657665
dependencies:
@@ -9115,6 +9115,26 @@ remark-parse@^4.0.0:
91159115
vfile-location "^2.0.0"
91169116
xtend "^4.0.1"
91179117

9118+
remark-parse@^5.0.0:
9119+
version "5.0.0"
9120+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95"
9121+
dependencies:
9122+
collapse-white-space "^1.0.2"
9123+
is-alphabetical "^1.0.0"
9124+
is-decimal "^1.0.0"
9125+
is-whitespace-character "^1.0.0"
9126+
is-word-character "^1.0.0"
9127+
markdown-escapes "^1.0.0"
9128+
parse-entities "^1.1.0"
9129+
repeat-string "^1.5.4"
9130+
state-toggle "^1.0.0"
9131+
trim "0.0.1"
9132+
trim-trailing-lines "^1.0.0"
9133+
unherit "^1.0.4"
9134+
unist-util-remove-position "^1.0.0"
9135+
vfile-location "^2.0.0"
9136+
xtend "^4.0.1"
9137+
91189138
remark-react-lowlight@^0.7.0:
91199139
version "0.7.0"
91209140
resolved "https://registry.yarnpkg.com/remark-react-lowlight/-/remark-react-lowlight-0.7.0.tgz#c4b159f6b40b2b78e170a4070ccf8ce9f0cf2438"
@@ -9163,6 +9183,25 @@ remark-stringify@^4.0.0:
91639183
unherit "^1.0.4"
91649184
xtend "^4.0.1"
91659185

9186+
remark-stringify@^5.0.0:
9187+
version "5.0.0"
9188+
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-5.0.0.tgz#336d3a4d4a6a3390d933eeba62e8de4bd280afba"
9189+
dependencies:
9190+
ccount "^1.0.0"
9191+
is-alphanumeric "^1.0.0"
9192+
is-decimal "^1.0.0"
9193+
is-whitespace-character "^1.0.0"
9194+
longest-streak "^2.0.1"
9195+
markdown-escapes "^1.0.0"
9196+
markdown-table "^1.1.0"
9197+
mdast-util-compact "^1.0.0"
9198+
parse-entities "^1.0.2"
9199+
repeat-string "^1.5.4"
9200+
state-toggle "^1.0.0"
9201+
stringify-entities "^1.0.1"
9202+
unherit "^1.0.4"
9203+
xtend "^4.0.1"
9204+
91669205
remark@^5.0.1:
91679206
version "5.1.0"
91689207
resolved "https://registry.yarnpkg.com/remark/-/remark-5.1.0.tgz#cb463bd3dbcb4b99794935eee1cf71d7a8e3068c"
@@ -9179,6 +9218,14 @@ remark@^8.0.0:
91799218
remark-stringify "^4.0.0"
91809219
unified "^6.0.0"
91819220

9221+
remark@^9.0.0:
9222+
version "9.0.0"
9223+
resolved "https://registry.yarnpkg.com/remark/-/remark-9.0.0.tgz#c5cfa8ec535c73a67c4b0f12bfdbd3a67d8b2f60"
9224+
dependencies:
9225+
remark-parse "^5.0.0"
9226+
remark-stringify "^5.0.0"
9227+
unified "^6.0.0"
9228+
91829229
remove-trailing-separator@^1.0.1:
91839230
version "1.1.0"
91849231
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"

0 commit comments

Comments
 (0)