[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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user