Skip to content

Commit 7103336

Browse files
authored
chore: add prop-types as a dependency
1 parent bcb83f2 commit 7103336

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

package-lock.json

Lines changed: 22 additions & 25 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"dependencies": {
4646
"classnames": "^2.2.6",
4747
"fiori-fundamentals": "^1.4.0",
48-
"focus-trap-react": "^6.0.0"
48+
"focus-trap-react": "^6.0.0",
49+
"prop-types": "^15.7.1"
4950
},
5051
"devDependencies": {
5152
"@babel/cli": "^7.1.5",

0 commit comments

Comments
 (0)