Skip to content

Commit 19020c2

Browse files
authored
chore(benchmarks): set semver to match any patch/minor for most deps (#26679)
1 parent 608f40c commit 19020c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

benchmarks/mdx-without-images/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
1515
},
1616
"dependencies": {
17-
"@mdx-js/mdx": "1.6.6",
18-
"@mdx-js/react": "1.6.6",
17+
"@mdx-js/mdx": "^1",
18+
"@mdx-js/react": "^1",
1919
"faker": "^4.1.0",
20-
"front-matter": "4.0.2",
21-
"gatsby": "2.24.2",
20+
"front-matter": "^4",
21+
"gatsby": "^2",
2222
"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",
23+
"gatsby-plugin-mdx": "^1",
24+
"gatsby-plugin-page-creator": "^2",
25+
"gatsby-source-filesystem": "^2",
2626
"react": "^16.12.0",
2727
"react-dom": "^16.12.0",
28-
"remark-react": "^7.0.1"
28+
"remark-react": "^7"
2929
},
3030
"devDependencies": {
3131
"prettier": "2.0.4"

0 commit comments

Comments
 (0)