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

Commit 008ac19

Browse files
committed
fix markdown-to-jsx.
1 parent d8b924a commit 008ac19

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"vite-plugin-linter": "^2.0.2"
7171
},
7272
"peerDependencies": {
73-
"@ecmwf-projects/cads-ui-library": "^8.0.11",
73+
"@ecmwf-projects/cads-ui-library": "^8.2.0",
7474
"next": "13.3.2",
7575
"react": "^18.2.0",
7676
"react-dom": "^18.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,10 @@
10391039
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
10401040
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10411041

1042-
"@ecmwf-projects/cads-ui-library@^8.0.11":
1043-
version "8.0.11"
1044-
resolved "https://npm.pkg.github.com/download/@ecmwf-projects/cads-ui-library/8.0.11/921e2b317916a7f593a347945f763431d6c8ffe4"
1045-
integrity sha512-EyhV2WoRVXeTZdCt1bDR0D3ZRYiDAnih6fpvomjBmwWeBYJpTddGiKj0/8P9OCnuGan4lBMoMqSMCfh21JA8XQ==
1042+
"@ecmwf-projects/cads-ui-library@^8.2.0":
1043+
version "8.2.0"
1044+
resolved "https://npm.pkg.github.com/download/@ecmwf-projects/cads-ui-library/8.2.0/31aa4dea48ce200e6fa199284e9e33d9b38955f3"
1045+
integrity sha512-88pj9NBQttV9RgsPUICRVlb8zzK2vuiRnmeFImhGvwrMd4eZtdI34bco6tFpCkayPh/j9hR9V4NMTniGq0ErBw==
10461046
dependencies:
10471047
"@internationalized/date" "^3.5.0"
10481048
"@radix-ui/react-accordion" "^1.1.1"
@@ -1057,7 +1057,7 @@
10571057
"@react-aria/i18n" "^3.8.4"
10581058
"@react-stately/datepicker" "^3.8.0"
10591059
core-js "^3.30.1"
1060-
markdown-to-jsx "^7.2.0"
1060+
markdown-to-jsx "^7.3.2"
10611061
react "^18.2.0"
10621062
react-aria-components "^1.0.0-beta.0"
10631063
react-dom "^18.2.0"
@@ -5941,10 +5941,10 @@ [email protected]:
59415941
dependencies:
59425942
tmpl "1.0.5"
59435943

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

59495949
merge-stream@^2.0.0:
59505950
version "2.0.0"

0 commit comments

Comments
 (0)