Skip to content

Commit af9acf3

Browse files
authored
Merge pull request #561 from rvsia/addPF4AsDep
Add TSlib as dep to demo stackblitz template
2 parents b90d156 + c503d4d commit af9acf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-renderer-demo/src/stackblitz-templates/pf4-templates.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ export const pf4Dependencies = {
6969
'@data-driven-forms/pf4-component-mapper': 'latest',
7070
'@patternfly/react-core': 'latest',
7171
'@patternfly/react-icons': 'latest',
72-
'prop-types': 'latest'
72+
'prop-types': 'latest',
73+
tslib: '^2.0.0'
7374
};

0 commit comments

Comments
 (0)