Skip to content

Commit

Permalink
Use correct base version
Browse files Browse the repository at this point in the history
  • Loading branch information
nayaabkhan committed Apr 30, 2022
1 parent 991a7f7 commit 36afcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@contentlayer/core/package.json
Expand Up @@ -14,7 +14,7 @@
},
"peerDependencies": {
"date-fns": "2.x",
"esbuild": "0.12.x || 0.13.x",
"esbuild": "^0.12.1 || 0.13.x",
"markdown-wasm": "1.x"
},
"peerDependenciesMeta": {
Expand All @@ -33,7 +33,7 @@
"camel-case": "^4.1.2",
"comment-json": "^4.2.2",
"date-fns": "2.x",
"esbuild": "0.12.x || 0.13.x || 0.14.x",
"esbuild": "^0.12.1 || 0.13.x || 0.14.x",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.0.0",
"rehype-stringify": "^9.0.3",
Expand Down

0 comments on commit 36afcfb

Please sign in to comment.