Skip to content

Commit

Permalink
chore(benchmarks): set semver to match any patch/minor for most deps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed Aug 28, 2020
1 parent 608f40c commit 19020c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions benchmarks/mdx-without-images/package.json
Expand Up @@ -14,18 +14,18 @@
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
},
"dependencies": {
"@mdx-js/mdx": "1.6.6",
"@mdx-js/react": "1.6.6",
"@mdx-js/mdx": "^1",
"@mdx-js/react": "^1",
"faker": "^4.1.0",
"front-matter": "4.0.2",
"gatsby": "2.24.2",
"front-matter": "^4",
"gatsby": "^2",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-plugin-mdx": "1.2.25",
"gatsby-plugin-page-creator": "2.3.10",
"gatsby-source-filesystem": "2.3.18",
"gatsby-plugin-mdx": "^1",
"gatsby-plugin-page-creator": "^2",
"gatsby-source-filesystem": "^2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"remark-react": "^7.0.1"
"remark-react": "^7"
},
"devDependencies": {
"prettier": "2.0.4"
Expand Down

0 comments on commit 19020c2

Please sign in to comment.