Skip to content

Commit

Permalink
feat: table added to dev site from theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Nov 24, 2020
1 parent a65c912 commit 34927ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.17",
"@mdx-js/react": "^1.6.18",
"@newrelic/gatsby-theme-newrelic": "^1.14.0",
"@newrelic/gatsby-theme-newrelic": "^1.16.0",
"@splitsoftware/splitio-react": "^1.2.0",
"@xstate/react": "^1.0.1",
"classnames": "^2.2.6",
Expand Down
8 changes: 7 additions & 1 deletion src/components/MDXContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ import Tutorial from './Tutorial';
import TutorialStep from './TutorialStep';
import TutorialSection from './TutorialSection';
import Project from './Project';
import { Callout, MDXCodeBlock, Video } from '@newrelic/gatsby-theme-newrelic';
import {
Callout,
MDXCodeBlock,
Table,
Video,
} from '@newrelic/gatsby-theme-newrelic';

import styles from './MDXContainer.module.scss';

Expand All @@ -22,6 +27,7 @@ const components = {
Step: TutorialStep,
Steps: TutorialSection,
Project,
Table,
Tutorial,
TutorialStep,
TutorialSection,
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3011,10 +3011,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@^1.14.0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-1.14.0.tgz#e46a0327bc1adca14b7029ec9f1e31d94128738e"
integrity sha512-qquoyEBXzhsj1jvLvOfN+Toai/ljwn18M81zz0wyPsiXZ6UXFoNnlSQ1X1J45h6ZrJ6D1MBxJV8T8V5Gh5C4/g==
"@newrelic/gatsby-theme-newrelic@^1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-1.16.0.tgz#d0ca0b554b3c92c5ccc9d94b4ce6191fc18e47a9"
integrity sha512-qO8wxv5CSHKskeEHg9w5xZGChlnQrTzlPqXTbF8oyXXPgE7jIxHceUjjqBAD2gkxClXEflUGkAJpoW2spzbBNw==
dependencies:
"@elastic/react-search-ui" "^1.4.1"
"@elastic/react-search-ui-views" "^1.4.1"
Expand Down Expand Up @@ -3044,6 +3044,7 @@
use-dark-mode "^2.3.1"
use-media "^1.4.0"
use-persisted-state "^0.3.0"
warning "^4.0.3"

"@nodelib/[email protected]":
version "2.1.3"
Expand Down

0 comments on commit 34927ea

Please sign in to comment.