Skip to content

Commit

Permalink
chore: add peer deps for docs (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald authored May 9, 2022
1 parent 9a3a02c commit 371a0d6
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 1,115 deletions.
12 changes: 10 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"description": "docs",
"dependencies": {
"@babel/core": "7.17.10",
"@marigold/components": "workspace:*",
"@marigold/icons": "workspace:*",
"@marigold/system": "workspace:*",
Expand All @@ -13,7 +14,10 @@
"@mdx-js/react": "1.6.22",
"@mui/material": "5.5.3",
"@mui/styles": "5.5.3",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "2.11.1",
"core-js": "^3.22.4",
"eslint": "8.12.0",
"gatsby": "4.11.1",
"gatsby-plugin-image": "2.11.1",
"gatsby-plugin-manifest": "4.11.1",
Expand All @@ -27,17 +31,21 @@
"gatsby-transformer-sharp": "4.11.0",
"gh-pages": "3.2.3",
"git-rev-sync": "3.0.2",
"graphql": "^16.4.0",
"mdx-utils": "0.2.0",
"open-props": "1.3.12",
"postcss": "^8.4.13",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-preset-env": "7.4.3",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.4.3",
"prism-react-renderer": "1.3.1",
"prismjs": "1.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-live": "2.4.1"
"react-live": "2.4.1",
"react-simple-code-editor": "^0.11.0",
"typescript": "4.6.3"
},
"devDependencies": {
"@types/mdx-js__react": "1.5.5",
Expand Down
Loading

0 comments on commit 371a0d6

Please sign in to comment.