Skip to content

Commit d01af12

Browse files
committed
fix(all): include prop-types in dependencies
1 parent abd009e commit d01af12

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

packages/blueprint-component-mapper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"html-webpack-plugin": "^3.2.0",
4343
"mini-css-extract-plugin": "^0.4.4",
4444
"node-sass": "^4.10.0",
45-
"prop-types": "^15.6.2",
4645
"react": "^16.13.1",
4746
"react-dom": "^16.13.1",
4847
"regenerator-runtime": "^0.12.1",
@@ -73,6 +72,7 @@
7372
"@blueprintjs/select": "^3.12.3"
7473
},
7574
"dependencies": {
76-
"clsx": "^1.1.0"
75+
"clsx": "^1.1.0",
76+
"prop-types": "^15.7.2"
7777
}
7878
}

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"html-webpack-plugin": "^3.2.0",
2525
"mini-css-extract-plugin": "^0.4.4",
2626
"node-sass": "^4.10.0",
27-
"prop-types": "^15.6.2",
2827
"react": "^16.13.1",
2928
"react-dom": "^16.13.1",
3029
"regenerator-runtime": "^0.12.1",
@@ -42,7 +41,8 @@
4241
"@babel/plugin-proposal-class-properties": "^7.1.0",
4342
"clsx": "^1.0.4",
4443
"lodash": "^4.17.15",
45-
"react-select": "^3.0.8"
44+
"react-select": "^3.0.8",
45+
"prop-types": "^15.7.2"
4646
},
4747
"peerDependencies": {
4848
"react": "^16.13.1",

packages/mui-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"html-webpack-plugin": "^3.2.0",
4444
"mini-css-extract-plugin": "^0.4.4",
4545
"node-sass": "^4.10.0",
46-
"prop-types": "^15.6.2",
4746
"react": "^16.13.1",
4847
"react-dom": "^16.13.1",
4948
"regenerator-runtime": "^0.12.1",
@@ -65,6 +64,7 @@
6564
"@material-ui/icons": "^4.9.1",
6665
"@material-ui/styles": "^4.9.14",
6766
"material-ui-pickers": "^2.2.4",
67+
"prop-types": "^15.7.2",
6868
"react": "^16.13.1",
6969
"react-dom": "^16.13.1"
7070
},

packages/pf3-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"mini-css-extract-plugin": "^0.4.4",
4848
"node-sass": "^4.12.0",
4949
"patternfly-react": "^2.28.2",
50-
"prop-types": "^15.6.2",
5150
"react": "^16.13.1",
5251
"react-dom": "^16.13.1",
5352
"regenerator-runtime": "^0.12.1",
@@ -79,6 +78,7 @@
7978
},
8079
"dependencies": {
8180
"clsx": "^1.0.4",
81+
"prop-types": "^15.7.2",
8282
"react-day-picker": "^7.3.2",
8383
"react-select": "^3.0.8"
8484
},

packages/pf4-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"html-webpack-plugin": "^3.2.0",
4747
"mini-css-extract-plugin": "^0.4.4",
4848
"node-sass": "^4.10.0",
49-
"prop-types": "^15.6.2",
5049
"react": "^16.13.1",
5150
"react-dom": "^16.13.1",
5251
"regenerator-runtime": "^0.12.1",
@@ -78,6 +77,7 @@
7877
},
7978
"dependencies": {
8079
"@patternfly/patternfly-next": "^1.0.175",
80+
"prop-types": "^15.7.2",
8181
"react-final-form-arrays": "2.0.3",
8282
"react-select": "^3.0.4"
8383
},

packages/react-form-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"html-webpack-plugin": "^3.2.0",
4141
"mini-css-extract-plugin": "^0.4.4",
4242
"node-sass": "^4.10.0",
43-
"prop-types": "^15.6.2",
4443
"react": "^16.13.1",
4544
"react-dom": "^16.13.1",
4645
"regenerator-runtime": "^0.12.1",
@@ -67,6 +66,7 @@
6766
"final-form-arrays": "^3.0.2",
6867
"final-form-focus": "^1.1.2",
6968
"lodash": "^4.17.15",
69+
"prop-types": "^15.7.2",
7070
"react-final-form": "^6.4.0",
7171
"react-final-form-arrays": "^3.1.1"
7272
},

packages/suir-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"html-webpack-plugin": "^3.2.0",
4040
"mini-css-extract-plugin": "^0.4.4",
4141
"node-sass": "^4.10.0",
42-
"prop-types": "^15.6.2",
4342
"react": "^16.13.1",
4443
"react-dom": "^16.13.1",
4544
"regenerator-runtime": "^0.12.1",
@@ -65,6 +64,7 @@
6564
"dependencies": {
6665
"classnames": "^2.2.6",
6766
"clsx": "^1.0.4",
67+
"prop-types": "^15.7.2",
6868
"react-jss": "^10.1.1"
6969
}
7070
}

templates/component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"html-webpack-plugin": "^3.2.0",
4545
"mini-css-extract-plugin": "^0.4.4",
4646
"node-sass": "^4.10.0",
47-
"prop-types": "^15.6.2",
4847
"react": "^16.13.1",
4948
"react-dom": "^16.13.1",
5049
"regenerator-runtime": "^0.12.1",
@@ -73,5 +72,6 @@
7372
"peerDependencies": {
7473
},
7574
"dependencies": {
75+
"prop-types": "^15.7.2"
7676
}
7777
}

0 commit comments

Comments
 (0)