Skip to content

Commit e4adf64

Browse files
author
mashal-m
committed
refactor: remove prop-types from peerDep and install in dep
1 parent 994b21c commit e4adf64

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"husky": "7.0.4",
4747
"jest": "29.3.1",
4848
"jest-chain": "1.1.6",
49-
"prop-types": "15.8.1",
5049
"react": "16.14.0",
5150
"react-dom": "16.14.0",
5251
"react-redux": "7.2.9",
@@ -63,13 +62,14 @@
6362
"@fortawesome/free-solid-svg-icons": "5.15.4",
6463
"@fortawesome/react-fontawesome": "^0.2.0",
6564
"babel-polyfill": "6.26.0",
65+
"prop-types": "^15.5.10",
66+
6667
"react-responsive": "8.2.0",
6768
"react-transition-group": "4.4.5"
6869
},
6970
"peerDependencies": {
7071
"@edx/frontend-platform": "^2.0.0 || ^3.0.0",
7172
"@edx/paragon": ">= 7.0.0 < 21.0.0",
72-
"prop-types": "^15.5.10",
7373
"react": "^16.9.0",
7474
"react-dom": "^16.9.0"
7575
}

0 commit comments

Comments
 (0)