Skip to content

Commit 3a9bba0

Browse files
authored
fix(documentation): Fixed issue with docs not building for production. (#36)
1 parent ce0a8c8 commit 3a9bba0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/module/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { createContext } from 'react';
2-
import { FeedbackLocale, defaultFeedback } from '../Feedback';
3-
2+
import { FeedbackLocale } from '../Feedback';
3+
import { defaultFeedback } from '../locales/Locale';
44
export const LocaleContext = createContext<FeedbackLocale>(defaultFeedback);

0 commit comments

Comments
 (0)