Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
fix markdown-to-jsx.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelusanchez committed Dec 26, 2023
1 parent d8b924a commit 008ac19
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"vite-plugin-linter": "^2.0.2"
},
"peerDependencies": {
"@ecmwf-projects/cads-ui-library": "^8.0.11",
"@ecmwf-projects/cads-ui-library": "^8.2.0",
"next": "13.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1039,10 +1039,10 @@
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@ecmwf-projects/cads-ui-library@^8.0.11":
version "8.0.11"
resolved "https://npm.pkg.github.com/download/@ecmwf-projects/cads-ui-library/8.0.11/921e2b317916a7f593a347945f763431d6c8ffe4"
integrity sha512-EyhV2WoRVXeTZdCt1bDR0D3ZRYiDAnih6fpvomjBmwWeBYJpTddGiKj0/8P9OCnuGan4lBMoMqSMCfh21JA8XQ==
"@ecmwf-projects/cads-ui-library@^8.2.0":
version "8.2.0"
resolved "https://npm.pkg.github.com/download/@ecmwf-projects/cads-ui-library/8.2.0/31aa4dea48ce200e6fa199284e9e33d9b38955f3"
integrity sha512-88pj9NBQttV9RgsPUICRVlb8zzK2vuiRnmeFImhGvwrMd4eZtdI34bco6tFpCkayPh/j9hR9V4NMTniGq0ErBw==
dependencies:
"@internationalized/date" "^3.5.0"
"@radix-ui/react-accordion" "^1.1.1"
Expand All @@ -1057,7 +1057,7 @@
"@react-aria/i18n" "^3.8.4"
"@react-stately/datepicker" "^3.8.0"
core-js "^3.30.1"
markdown-to-jsx "^7.2.0"
markdown-to-jsx "^7.3.2"
react "^18.2.0"
react-aria-components "^1.0.0-beta.0"
react-dom "^18.2.0"
Expand Down Expand Up @@ -5941,10 +5941,10 @@ [email protected]:
dependencies:
tmpl "1.0.5"

markdown-to-jsx@^7.2.0:
version "7.2.1"
resolved "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.2.1.tgz"
integrity sha512-9HrdzBAo0+sFz9ZYAGT5fB8ilzTW+q6lPocRxrIesMO+aB40V9MgFfbfMXxlGjf22OpRy+IXlvVaQenicdpgbg==
markdown-to-jsx@^7.3.2:
version "7.3.2"
resolved "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.3.2.tgz"
integrity sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==

merge-stream@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 008ac19

Please sign in to comment.