File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99 "serve" : " serve public"
1010 },
1111 "dependencies" : {
12- "@patternfly/quickstarts" : " 1.0.0-rc.11 " ,
12+ "@patternfly/quickstarts" : " 1.0.0-rc.12 " ,
1313 "@patternfly/react-core" : " ^4.101.3" ,
1414 "asciidoctor" : " ^2.2.1" ,
1515 "react" : " ^16.14.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/quickstarts" ,
3- "version" : " 1.0.0-rc.11 " ,
3+ "version" : " 1.0.0-rc.12 " ,
44 "description" : " PatternFly quick starts" ,
55 "files" : [
66 " dist"
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export type QuickStartContextValues = {
5858} ;
5959
6060export const QuickStartContextDefaults = {
61+ allQuickStarts : [ ] ,
6162 activeQuickStartID : '' ,
6263 allQuickStartStates : { } ,
6364 activeQuickStartState : { } ,
You can’t perform that action at this time.
0 commit comments