Skip to content

Commit

Permalink
chore(gatsby): Remove MDX resolutions (#36010)
Browse files Browse the repository at this point in the history
Co-authored-by: LekoArts <lekoarts@gmail.com>
  • Loading branch information
axe312ger and LekoArts committed Jun 30, 2022
1 parent d436866 commit bd027c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/gatsby/package.json
Expand Up @@ -249,12 +249,7 @@
"url": "git+https://github.com/gatsbyjs/gatsby.git"
},
"resolutions": {
"graphql": "^15.8.0",
"@mdx-js/mdx": "^2.0.0-next.3",
"@mdx-js/react": "^2.0.0-next.3",
"@mdx-js/runtime": "^2.0.0-next.3",
"remark-mdx": "2.0.0-next.7",
"remark-mdxjs": "^2.0.0-next.3"
"graphql": "^15.8.0"
},
"scripts": {
"build": "npm run build:types && npm run build:src && npm run build:internal-plugins && npm run build:rawfiles && npm run build:cjs",
Expand Down

0 comments on commit bd027c8

Please sign in to comment.