Skip to content

Commit c180220

Browse files
author
Amin Mahboubi
authored
chore: bump mml-react (#674)
1 parent 01177ce commit c180220

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@braintree/sanitize-url": "5.0.0",
2424
"custom-event": "^1.0.1",
25-
"dayjs": "^1.10.2",
25+
"dayjs": "^1.10.3",
2626
"emoji-mart": "3.0.0",
2727
"emoji-regex": "^9.2.0",
2828
"i18next": "^19.8.4",
@@ -31,7 +31,7 @@
3131
"lodash.debounce": "^4.0.8",
3232
"lodash.throttle": "^4.1.1",
3333
"lodash.uniqby": "^4.7.0",
34-
"mml-react": "^0.3.2",
34+
"mml-react": "^0.3.3",
3535
"pretty-bytes": "^5.4.1",
3636
"prop-types": "^15.7.2",
3737
"react-fast-compare": "^3.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3760,10 +3760,10 @@ data-urls@^2.0.0:
37603760
whatwg-mimetype "^2.3.0"
37613761
whatwg-url "^8.0.0"
37623762

3763-
dayjs@^1.10.2:
3764-
version "1.10.2"
3765-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.2.tgz#8f3a424ceb944a8193506804b0045a773d2d0672"
3766-
integrity sha512-h/YtykNNTR8Qgtd1Fxl5J1/SFP1b7SOk/M1P+Re+bCdFMV0IMkuKNgHPN7rlvvuhfw24w0LX78iYKt4YmePJNQ==
3763+
dayjs@^1.10.3:
3764+
version "1.10.3"
3765+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.3.tgz#cf3357c8e7f508432826371672ebf376cb7d619b"
3766+
integrity sha512-/2fdLN987N8Ki7Id8BUN2nhuiRyxTLumQnSQf9CNncFCyqFsSKb9TNhzRYcC8K8eJSJOKvbvkImo/MKKhNi4iw==
37673767

37683768
[email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
37693769
version "2.6.9"
@@ -7995,16 +7995,16 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
79957995
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
79967996
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
79977997

7998-
mml-react@^0.3.2:
7999-
version "0.3.2"
8000-
resolved "https://registry.yarnpkg.com/mml-react/-/mml-react-0.3.2.tgz#6c0c8bdce4b07f5ff7a4857b1d0e404e3a727809"
8001-
integrity sha512-NC9/dQ7YgrE7TLhNUavYGWQL2iCKap07YblbWNHK3Wo/+Q3ULKj69TI1d3660A5u+fdC+xdhZMpB3bp+O4kzfw==
7998+
mml-react@^0.3.3:
7999+
version "0.3.3"
8000+
resolved "https://registry.yarnpkg.com/mml-react/-/mml-react-0.3.3.tgz#71bf2da65516ab0b8fcd3f491816d495f633cdaa"
8001+
integrity sha512-ckE/1BhQeHrJ7JBIIUs5sgsqDbS2i5PLfEBLZ+B+TNeeD+BUWNCkStnEnr0y68leHProFC8oDrXrWXsqzgjVNQ==
80028002
dependencies:
80038003
"@braintree/sanitize-url" "^5.0.0"
80048004
"@rgrove/parse-xml" "^2.0.4"
80058005
"@types/linkifyjs" "^2.1.3"
80068006
"@types/rgrove__parse-xml" "^1.1.1"
8007-
dayjs "^1.10.2"
8007+
dayjs "^1.10.3"
80088008
ical-expander "^3.1.0"
80098009
linkifyjs "^2.1.9"
80108010
react-markdown "^5.0.3"

0 commit comments

Comments
 (0)