Skip to content

Commit

Permalink
Install missing peer dependencies in docs (#1763)
Browse files Browse the repository at this point in the history
- `draft-js` is required by `@comet/admin-rte`
- `react-select` is required by `@comet/admin-react-select`
  • Loading branch information
johnnyomair committed Feb 28, 2024
1 parent 9733845 commit b751096
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
16 changes: 9 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"dependencies": {
"@algolia/client-search": "^4.18.0",
"@apollo/client": "^3.7.0",
"@comet/admin": "*",
"@comet/admin-color-picker": "*",
"@comet/admin-date-time": "*",
"@comet/admin-icons": "*",
"@comet/admin-react-select": "*",
"@comet/admin-rte": "*",
"@comet/admin-theme": "*",
"@comet/admin": "workspace:*",
"@comet/admin-color-picker": "workspace:*",
"@comet/admin-date-time": "workspace:*",
"@comet/admin-icons": "workspace:*",
"@comet/admin-react-select": "workspace:*",
"@comet/admin-rte": "workspace:*",
"@comet/admin-theme": "workspace:*",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-common": "2.4.1",
Expand All @@ -51,6 +51,7 @@
"@mui/system": "^5.0.0",
"@mui/x-data-grid": "^5.17.6",
"clsx": "^1.2.1",
"draft-js": "^0.11.7",
"final-form": "^4.20.9",
"graphql": "^15.0.0",
"history": "^4.10.1",
Expand All @@ -65,6 +66,7 @@
"react-live": "^2.4.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-select": "^3.2.0",
"search-insights": "^2.7.0"
},
"devDependencies": {
Expand Down
20 changes: 13 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b751096

Please sign in to comment.