File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3636 },
3737 "dependencies" : {
3838 "@patternfly/react-core" : " ^4.276.6" ,
39- "@patternfly/react-icons" : " ^4.93.6"
39+ "@patternfly/react-icons" : " ^4.93.6" ,
40+ "@patternfly/documentation-framework" : " ^1.2.55" ,
41+ "@patternfly/patternfly" : " ^4.224.2" ,
42+ "@patternfly/react-table" : " ^4.112.39" ,
43+ "@patternfly/react-code-editor" : " ^4.82.113" ,
44+ "react" : " ^17.0.0" ,
45+ "react-dom" : " ^17.0.0"
4046 },
4147 "peerDependencies" : {
4248 "react" : " ^16.8 || ^17 || ^18" ,
4349 "react-dom" : " ^16.8 || ^17 || ^18"
4450 },
4551 "devDependencies" : {
46- "@patternfly/documentation-framework" : " ^1.2.55" ,
47- "@patternfly/patternfly" : " ^4.224.2" ,
48- "@patternfly/react-table" : " ^4.112.39" ,
49- "@patternfly/react-code-editor" : " ^4.82.113" ,
5052 "copyfiles" : " 2.4.1" ,
5153 "utility-types" : " ^3.10.0" ,
5254 "rimraf" : " ^2.6.2" ,
5355 "typescript" : " ^4.7.4" ,
54- "react" : " ^17.0.0" ,
55- "react-dom" : " ^17.0.0" ,
5656 "@types/react" : " ^17.0.0" ,
5757 "@types/react-dom" : " ^17.0.0" ,
5858 "@patternfly/patternfly-a11y" : " 4.3.1" ,
Original file line number Diff line number Diff line change 11import { createContext } from 'react' ;
2- import { FeedbackLocale , defaultFeedback } from '../Feedback' ;
3-
2+ import { FeedbackLocale } from '../Feedback' ;
3+ import { defaultFeedback } from '../locales/Locale' ;
44export const LocaleContext = createContext < FeedbackLocale > ( defaultFeedback ) ;
You can’t perform that action at this time.
0 commit comments