Skip to content

Commit f180a55

Browse files
fix(ChatBot): Adjust yarn.lock file so dropdowns work (#4837)
Noticed staging and main site dropdowns stopped working - bringing back yarn.lock change.
1 parent d2df947 commit f180a55

File tree

2 files changed

+19
-23
lines changed

2 files changed

+19
-23
lines changed

packages/documentation-framework/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@patternfly/quickstarts": "6.4.0",
2424
"@patternfly/react-virtualized-extension": "6.2.0",
2525
"@patternfly/react-templates": "6.4.0",
26-
"@patternfly/chatbot": "6.4.0",
26+
"@patternfly/chatbot": "6.4.1",
2727
"@patternfly/react-data-view": "6.4.0"
2828
}
2929
},

yarn.lock

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4071,10 +4071,6 @@ __metadata:
40714071
version: 6.4.0
40724072
resolution: "@patternfly/chatbot@npm:6.4.0"
40734073
dependencies:
4074-
"@patternfly/react-code-editor": "npm:^6.1.0"
4075-
"@patternfly/react-core": "npm:^6.1.0"
4076-
"@patternfly/react-icons": "npm:^6.1.0"
4077-
"@patternfly/react-table": "npm:^6.1.0"
40784074
"@segment/analytics-next": "npm:^1.76.0"
40794075
clsx: "npm:^2.1.0"
40804076
path-browserify: "npm:^1.0.1"
@@ -4365,23 +4361,6 @@ __metadata:
43654361
languageName: node
43664362
linkType: hard
43674363

4368-
"@patternfly/react-code-editor@npm:^6.1.0, @patternfly/react-code-editor@npm:^6.4.0":
4369-
version: 6.4.0
4370-
resolution: "@patternfly/react-code-editor@npm:6.4.0"
4371-
dependencies:
4372-
"@monaco-editor/react": "npm:^4.6.0"
4373-
"@patternfly/react-core": "npm:^6.4.0"
4374-
"@patternfly/react-icons": "npm:^6.4.0"
4375-
"@patternfly/react-styles": "npm:^6.4.0"
4376-
react-dropzone: "npm:14.3.5"
4377-
tslib: "npm:^2.8.1"
4378-
peerDependencies:
4379-
react: ^17 || ^18 || ^19
4380-
react-dom: ^17 || ^18 || ^19
4381-
checksum: 10c0/42a2a119583c40f451cbcc8f60e4c5958b7c1ea110f2a44a4d79335197dec799e0fb1b75ba75472ff833441b551c25f6ede351ec35c9249e5cdc46aee8ff3a6c
4382-
languageName: node
4383-
linkType: hard
4384-
43854364
"@patternfly/react-code-editor@npm:^6.2.2":
43864365
version: 6.2.2
43874366
resolution: "@patternfly/react-code-editor@npm:6.2.2"
@@ -4399,6 +4378,23 @@ __metadata:
43994378
languageName: node
44004379
linkType: hard
44014380

4381+
"@patternfly/react-code-editor@npm:^6.4.0":
4382+
version: 6.4.0
4383+
resolution: "@patternfly/react-code-editor@npm:6.4.0"
4384+
dependencies:
4385+
"@monaco-editor/react": "npm:^4.6.0"
4386+
"@patternfly/react-core": "npm:^6.4.0"
4387+
"@patternfly/react-icons": "npm:^6.4.0"
4388+
"@patternfly/react-styles": "npm:^6.4.0"
4389+
react-dropzone: "npm:14.3.5"
4390+
tslib: "npm:^2.8.1"
4391+
peerDependencies:
4392+
react: ^17 || ^18 || ^19
4393+
react-dom: ^17 || ^18 || ^19
4394+
checksum: 10c0/42a2a119583c40f451cbcc8f60e4c5958b7c1ea110f2a44a4d79335197dec799e0fb1b75ba75472ff833441b551c25f6ede351ec35c9249e5cdc46aee8ff3a6c
4395+
languageName: node
4396+
linkType: hard
4397+
44024398
"@patternfly/react-component-groups@npm:6.4.0":
44034399
version: 6.4.0
44044400
resolution: "@patternfly/react-component-groups@npm:6.4.0"
@@ -4744,7 +4740,7 @@ __metadata:
47444740
languageName: node
47454741
linkType: hard
47464742

4747-
"@patternfly/react-table@npm:^6.1.0, @patternfly/react-table@npm:^6.4.0":
4743+
"@patternfly/react-table@npm:^6.4.0":
47484744
version: 6.4.0
47494745
resolution: "@patternfly/react-table@npm:6.4.0"
47504746
dependencies:

0 commit comments

Comments
 (0)