[site,build][s]: add prop-types as explicit dependency in attempt to fix build issue as per 0a9bafb666.

```
ModuleNotFoundError: Module not found: Error: Can't resolve 'prop-types' in '/vercel/path0/site/node_modules/react-vega/esm'
```

See also https://github.com/vega/react-vega/issues/441 which report similar issue i think.
This commit is contained in:
Rufus Pollock
2021-12-17 11:18:15 +01:00
parent f0671a27d5
commit ad9cd5a5cc
2 changed files with 16 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
"next-mdx-remote": "^3.0.4",
"papaparse": "^5.3.1",
"postcss": "^8.2.10",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-vega": "^7.4.4",