From 6a12a1f29362425390d36242a9c63ca7436f15da Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 9 Sep 2021 14:09:06 -0400 Subject: Remove mdx --- package.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 576483f..665e45c 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,11 @@ "lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx --ext js --ext jsx" }, "dependencies": { - "@mdx-js/mdx": "^1.6.22", - "@mdx-js/react": "^1.6.22", "@types/react-icons": "^3.0.0", "babel-plugin-styled-components": "^1.12.0", "gatsby": "^3.3.1", "gatsby-plugin-image": "^1.3.1", "gatsby-plugin-manifest": "^3.3.0", - "gatsby-plugin-mdx": "^2.3.0", "gatsby-plugin-react-helmet": "^4.3.0", "gatsby-plugin-sharp": "^3.3.1", "gatsby-plugin-styled-components": "^4.3.0", -- cgit