Skip to content

Commit

Permalink
clean up @mdx-js/{mdx,react} packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyzanchi committed Sep 15, 2023
1 parent 05cdba8 commit 69edd8b
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 393 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "eslint src/"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@newrelic/gatsby-theme-newrelic": "^3.2.0",
"gatsby": "^5.0.0",
"gatsby-plugin-mdx": "^5.11.0",
Expand Down
6 changes: 2 additions & 4 deletions packages/gatsby-theme-newrelic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@mdx-js/mdx": "^2.3.0",
"@splitsoftware/splitio-react": "^1.2.0",
"gatsby": "5.x",
"prettier": "^2.0.0",
Expand All @@ -38,8 +37,6 @@
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@splitsoftware/splitio-react": "^1.6.0",
"gatsby": "^5.0.0",
"i18next-parser": "^3.6.0",
Expand All @@ -49,6 +46,7 @@
},
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@wry/equality": "^0.4.0",
"@xstate/react": "^1.3.1",
"babel-plugin-prismjs": "^2.0.1",
Expand Down
Loading

0 comments on commit 69edd8b

Please sign in to comment.