Skip to content

Commit 90151dd

Browse files
committed
Install prop-types and react-youtube
- react-youtube for later video dropdowns - prop-types resolves linter errors for typing
1 parent a5b6423 commit 90151dd

File tree

2 files changed

+98
-0
lines changed

2 files changed

+98
-0
lines changed

package-lock.json

Lines changed: 96 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
"bootstrap-icons": "^1.8.3",
2222
"node-sass": "^7.0.1",
2323
"photoswipe": "^5.3.0",
24+
"prop-types": "^15.8.1",
2425
"react": "^18.1.0",
2526
"react-bootstrap": "^2.4.0",
2627
"react-dom": "^18.1.0",
2728
"react-photoswipe-gallery": "^2.2.1",
2829
"react-router-dom": "^6.3.0",
2930
"react-scripts": "5.0.1",
3031
"react-spinners": "^0.13.4",
32+
"react-youtube": "^9.0.3",
3133
"styled-components": "^5.3.5",
3234
"web-vitals": "^2.1.4"
3335
},

0 commit comments

Comments
 (0)