We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608f40c commit 19020c2Copy full SHA for 19020c2
benchmarks/mdx-without-images/package.json
@@ -14,18 +14,18 @@
14
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
15
},
16
"dependencies": {
17
- "@mdx-js/mdx": "1.6.6",
18
- "@mdx-js/react": "1.6.6",
+ "@mdx-js/mdx": "^1",
+ "@mdx-js/react": "^1",
19
"faker": "^4.1.0",
20
- "front-matter": "4.0.2",
21
- "gatsby": "2.24.2",
+ "front-matter": "^4",
+ "gatsby": "^2",
22
"gatsby-plugin-benchmark-reporting": "*",
23
- "gatsby-plugin-mdx": "1.2.25",
24
- "gatsby-plugin-page-creator": "2.3.10",
25
- "gatsby-source-filesystem": "2.3.18",
+ "gatsby-plugin-mdx": "^1",
+ "gatsby-plugin-page-creator": "^2",
+ "gatsby-source-filesystem": "^2",
26
"react": "^16.12.0",
27
"react-dom": "^16.12.0",
28
- "remark-react": "^7.0.1"
+ "remark-react": "^7"
29
30
"devDependencies": {
31
"prettier": "2.0.4"
0 commit comments