Skip to content

Commit cc8558f

Browse files
authored
Merge pull request #274 from patternfly/v4-update-showdown
fix(deps): Remove showdown as dependency
2 parents 31c78ca + 41c230a commit cc8558f

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

packages/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-dom": "^16.14.0",
2323
"react-i18next": "^11.7.3",
2424
"react-router-dom": "^5.2.0",
25-
"showdown": "1.8.6",
25+
"showdown": "2.1.0",
2626
"lodash-es": "^4.17.21"
2727
},
2828
"devDependencies": {

packages/module/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@
4848
"@patternfly/react-core": ">=4.115.2",
4949
"react": ">=16.8.0",
5050
"react-dom": ">=16.8.0",
51-
"showdown": ">=1.8.6"
51+
"showdown": ">=2.1.0"
5252
},
5353
"dependencies": {
5454
"@patternfly/react-catalog-view-extension": "^4.93.15",
5555
"dompurify": "^2.2.6",
56-
"history": "^5.0.0",
57-
"showdown": "1.8.6"
56+
"history": "^5.0.0"
5857
},
5958
"devDependencies": {
6059
"@patternfly/documentation-framework": "^1.8.0",

packages/module/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const esBuild = {
7373
};
7474

7575
// Build out the full version of quick starts including the dependencies
76-
// (showdown, PatternFly, ...)
76+
// (PatternFly, ...)
7777
// This is useful also for evaluating the CSS against so we can remove unused styles
7878
const esBuildWithDeps = {
7979
input: 'src/index.ts',

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4630,6 +4630,11 @@ commander@^7.0.0, commander@~7.2.0:
46304630
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
46314631
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
46324632

4633+
commander@^9.0.0:
4634+
version "9.5.0"
4635+
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
4636+
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
4637+
46334638
common-log-format@~0.1.3:
46344639
version "0.1.4"
46354640
resolved "https://registry.yarnpkg.com/common-log-format/-/common-log-format-0.1.4.tgz#39ba6ccb5c46c2f89aa92f232866d18f18075ba9"
@@ -14258,12 +14263,12 @@ shortid@^2.2.8:
1425814263
dependencies:
1425914264
nanoid "^2.1.0"
1426014265

14261-
showdown@1.8.6:
14262-
version "1.8.6"
14263-
resolved "https://registry.yarnpkg.com/showdown/-/showdown-1.8.6.tgz#91ea4ee3b7a5448aaca6820a4e27e690c6ad771c"
14264-
integrity sha1-kepO47elRIqspoIKTifmkMatdxw=
14266+
showdown@2.1.0:
14267+
version "2.1.0"
14268+
resolved "https://registry.yarnpkg.com/showdown/-/showdown-2.1.0.tgz#1251f5ed8f773f0c0c7bfc8e6fd23581f9e545c5"
14269+
integrity sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ==
1426514270
dependencies:
14266-
yargs "^10.0.3"
14271+
commander "^9.0.0"
1426714272

1426814273
side-channel@^1.0.4:
1426914274
version "1.0.4"

0 commit comments

Comments
 (0)