Skip to content

Commit 516c6dc

Browse files
authored
Merge pull request #1159 from data-driven-forms/update-carbon-peer-deps
add missing peer dependencies
2 parents f698d5a + ea80d58 commit 516c6dc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

packages/blueprint-component-mapper/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"peerDependencies": {
3737
"@blueprintjs/core": "^3.26.1",
3838
"@blueprintjs/datetime": "^3.17.0",
39-
"@blueprintjs/select": "^3.12.3"
39+
"@blueprintjs/select": "^3.12.3",
40+
"react": "^16.13.1 || ^17.0.2",
41+
"react-dom": "^16.13.1 || ^17.0.2"
4042
},
4143
"dependencies": {
4244
"@data-driven-forms/common": "*",

packages/carbon-component-mapper/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"carbon-components-react": "^7.46.0",
3636
"carbon-icons": "^7.0.7"
3737
},
38-
"peerDependencies": {},
38+
"peerDependencies": {
39+
"react": "^16.13.1 || ^17.0.2",
40+
"react-dom": "^16.13.1 || ^17.0.2"
41+
},
3942
"dependencies": {
4043
"@data-driven-forms/common": "*",
4144
"clsx": "^1.1.1",

packages/pf4-component-mapper/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"peerDependencies": {
3737
"@data-driven-forms/react-form-renderer": ">=3.2.1",
3838
"@patternfly/react-core": "^4.157.3",
39-
"@patternfly/react-icons": "^4.11.7"
39+
"@patternfly/react-icons": "^4.11.7",
40+
"react": "^16.13.1 || ^17.0.2",
41+
"react-dom": "^16.13.1 || ^17.0.2"
4042
},
4143
"dependencies": {
4244
"@data-driven-forms/common": "*",

0 commit comments

Comments
 (0)